Uses of Interface
com.luciad.earth.model.ILcdEarthModelDescriptor
Packages that use ILcdEarthModelDescriptor
Package
Description
Provides model descriptors for the Luciad Earth framework.
This package contains functionality related to the decoding of Bing Maps models.
Handles Geospatial PDF data as specified in:
PDF Geo-registration Encoding Best Practice Version 2.2.
Section 8.8.1 Geospatial Features, Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3.
-
Uses of ILcdEarthModelDescriptor in com.luciad.earth.model
Subinterfaces of ILcdEarthModelDescriptor in com.luciad.earth.modelModifier and TypeInterfaceDescriptioninterface
AnILcdEarthModelDescriptor
which uses a model withILcdEarthAsset
objects to describe the contents of theILcdEarthTileSet
s.Classes in com.luciad.earth.model that implement ILcdEarthModelDescriptorModifier and TypeClassDescriptionclass
The default implementation ofILcdEarthAssetBasedModelDescriptor
.class
Default implementation ofILcdEarthModelDescriptor
. -
Uses of ILcdEarthModelDescriptor in com.luciad.format.bingmaps
Classes in com.luciad.format.bingmaps that implement ILcdEarthModelDescriptorModifier and TypeClassDescriptionclass
Model descriptor for a bing maps model. -
Uses of ILcdEarthModelDescriptor in com.luciad.format.geospatialpdf
Classes in com.luciad.format.geospatialpdf that implement ILcdEarthModelDescriptorModifier and TypeClassDescriptionfinal class
A model descriptor for models containing Geospatial PDF data decoded usingTLcdGeospatialPDFModelDecoder
.