Uses of Interface
com.luciad.earth.model.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
Modifier and TypeInterfaceDescriptioninterface
AnILcdEarthModelDescriptor
which uses a model withILcdEarthAsset
objects to describe the contents of theILcdEarthTileSet
s.Modifier and TypeClassDescriptionclass
The default implementation ofILcdEarthAssetBasedModelDescriptor
.class
Default implementation ofILcdEarthModelDescriptor
. -
Uses of ILcdEarthModelDescriptor in com.luciad.format.bingmaps
Modifier and TypeClassDescriptionclass
Model descriptor for a bing maps model. -
Uses of ILcdEarthModelDescriptor in com.luciad.format.geospatialpdf
Modifier and TypeClassDescriptionfinal class
A model descriptor for models containing Geospatial PDF data decoded usingTLcdGeospatialPDFModelDecoder
.