public class TLcdElevationModelFilter extends java.lang.Object implements ILcdFilter
ILcdFilter
implementation that recognizes models containing terrain elevation
data. It check models using the method TLcdElevationUtil.isElevationModel(ILcdModel)
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
TERRAIN_MODEL_TYPES
Deprecated.
Uses the method
TLcdElevationUtil.isElevationModel(ILcdModel) . |
Constructor and Description |
---|
TLcdElevationModelFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.Object aObject)
Returns whether the
ILcdModel contains terrain elevation data. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
test
public static final java.lang.String[] TERRAIN_MODEL_TYPES
TLcdElevationUtil.isElevationModel(ILcdModel)
.public boolean accept(java.lang.Object aObject)
ILcdModel
contains terrain elevation data.accept
in interface ILcdFilter
aObject
- the ILcdModel
to check.ILcdModel
implementation and that
it contains terrain elevation data.