public class TLcdMultilevelRasterModelDescriptor extends TLcdModelDescriptor implements ILcdModelDescriptor
ILcdModelDescriptor
describes a model containing
ILcdMultilevelRaster
objects.Constructor and Description |
---|
TLcdMultilevelRasterModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
java.lang.String aTypeName)
Creates a new
TLcdMultilevelRasterModelDescriptor with the
given source name, display name, and type name. |
TLcdMultilevelRasterModelDescriptor(java.lang.String aSourceName,
java.lang.String aDisplayName,
java.lang.String aTypeName,
boolean aIsElevation)
Creates a new
TLcdMultilevelRasterModelDescriptor with the given source
name, display name, and type name. |
Modifier and Type | Method and Description |
---|---|
boolean |
isElevation()
Returns whether the model contains elevation rasters.
|
protected void |
setElevation(boolean aIsElevation)
Sets whether the model contains elevation rasters.
|
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDisplayName, getSourceName, getTypeName
public TLcdMultilevelRasterModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, java.lang.String aTypeName)
TLcdMultilevelRasterModelDescriptor
with the
given source name, display name, and type name. The elevation
property of the created descriptor will be set to false.aSourceName
- the name of the data source.aDisplayName
- the display name of the data source.aTypeName
- the type name of the data source.public TLcdMultilevelRasterModelDescriptor(java.lang.String aSourceName, java.lang.String aDisplayName, java.lang.String aTypeName, boolean aIsElevation)
TLcdMultilevelRasterModelDescriptor
with the given source
name, display name, and type name.aSourceName
- the name of the data source.aDisplayName
- the display name of the data source.aTypeName
- the type name of the data source.aIsElevation
- indicates if the model contains elevation data or not