Package com.luciad.earth.metadata
Class TLcdEarthClippedRasterAsset
java.lang.Object
com.luciad.earth.metadata.TLcdEarthAsset
com.luciad.earth.metadata.TLcdEarthRasterAsset
com.luciad.earth.metadata.TLcdEarthClippedRasterAsset
- All Implemented Interfaces:
ILcdEarthAsset
,ILcdEarthRasterAsset
,ILcdBounded
,Comparable
A raster asset that is limited to the area covered by a clipping shape.
- Since:
- 8.2
-
Constructor Summary
ConstructorDescriptionTLcdEarthClippedRasterAsset
(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity, String aClipSource, ILcdModelDecoder aClipModelDecoder) Creates a new clipped raster asset. -
Method Summary
Modifier and TypeMethodDescriptionGets the model decoder for the clipping shape.Gets the current clipping shape source name.Methods inherited from class com.luciad.earth.metadata.TLcdEarthRasterAsset
compareTo, equals, getPixelDensity, hashCode
Methods inherited from class com.luciad.earth.metadata.TLcdEarthAsset
getBounds, getCoverageType, getModelDecoder, getModificationDate, getSortOrder, getSourceName, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.earth.metadata.ILcdEarthAsset
getBounds, getCoverageType, getModelDecoder, getModificationDate, getSourceName
-
Constructor Details
-
TLcdEarthClippedRasterAsset
public TLcdEarthClippedRasterAsset(String aSourceName, ILcdModelDecoder aModelDecoder, ILcdBounds aBounds, ILcdEarthTileSetCoverage.CoverageType aCoverageType, Date aModificationDate, double aPixelDensity, String aClipSource, ILcdModelDecoder aClipModelDecoder) Creates a new clipped raster asset.- Parameters:
aSourceName
- the raster source name.aModelDecoder
- a model decoder for the raster.aBounds
- the bounds of the raster.aCoverageType
- the coverage type of the asset.aModificationDate
- the modification data of the asset.aPixelDensity
- the pixel density of the asset.aClipSource
- The source name of the clipping shape.aClipModelDecoder
- a model decoder that can decode the clipping shape from the given source name.
-
-
Method Details
-
getClipSource
Gets the current clipping shape source name. This value may benull
.- Returns:
- a source name or null
-
getClipModelDecoder
Gets the model decoder for the clipping shape. This value may benull
.- Returns:
- a model decoder or null
-