Package com.luciad.tea
Class TLcdElevationModelFilter
java.lang.Object
com.luciad.tea.TLcdElevationModelFilter
- All Implemented Interfaces:
ILcdFilter,Serializable,Predicate
ILcdFilter implementation that recognizes models containing terrain elevation
data. It check models using the method TLcdElevationUtil.isElevationModel(ILcdModel)- See Also:
-
Field Details
-
TERRAIN_MODEL_TYPES
Deprecated.Uses the methodTLcdElevationUtil.isElevationModel(ILcdModel).The terrain model types this identifier recognizes.
-
-
Constructor Details
-
TLcdElevationModelFilter
public TLcdElevationModelFilter()
-
-
Method Details
-
accept
Returns whether theILcdModelcontains terrain elevation data.- Specified by:
acceptin interfaceILcdFilter- Parameters:
aObject- theILcdModelto check.- Returns:
- true when the object is an
ILcdModelimplementation and that it contains terrain elevation data.
-
TLcdElevationUtil.isElevationModel(ILcdModel).