Package com.luciad.ogc.wcs.client
Class TLcdWCSProxyModelDescriptor
java.lang.Object
com.luciad.model.TLcdModelDescriptor
com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
com.luciad.ogc.wcs.client.TLcdWCSProxyModelDescriptor
- All Implemented Interfaces:
ILcdImageModelDescriptor
,ILcdModelDescriptor
,Serializable
public class TLcdWCSProxyModelDescriptor
extends TLcdMultilevelRasterModelDescriptor
implements ILcdImageModelDescriptor
A model descriptor for WCS proxy raster models.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTLcdWCSProxyModelDescriptor
(String aSourceName, String aDisplayName, TLcdWCSCapabilities aCapabilities, TLcdWCSCoverageOffering aOffering, String aFormat) Creates a newTLcdWCSProxyModelDescriptor
with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturns the capabilities document based on which the WCS proxy model was created.Returns a description of the coverage contained in the model.Returns the name of the coverage represented by the WCS proxy model.Returns the data format that is used when requesting raster tiles from the WCS.boolean
Returns whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
setElevation
Methods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.model.ILcdModelDescriptor
getDisplayName, getSourceName, getTypeName
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
TLcdWCSProxyModelDescriptor
public TLcdWCSProxyModelDescriptor(String aSourceName, String aDisplayName, TLcdWCSCapabilities aCapabilities, TLcdWCSCoverageOffering aOffering, String aFormat) Creates a newTLcdWCSProxyModelDescriptor
with the given parameters. The type name is set toTYPE
.- Parameters:
aSourceName
- the source name of the modelaDisplayName
- the display name of the modelaCapabilities
- the WFS capabilitiesaOffering
- the description of the coverage contained in the modelaFormat
- the data format used when requesting raster tiles from the WCS
-
-
Method Details
-
getCapabilities
Returns the capabilities document based on which the WCS proxy model was created.- Returns:
- a TLcdWCSCapabilities
-
getCoverageDescription
Returns a description of the coverage contained in the model.- Returns:
- a description of the coverage contained in the model
-
getCoverageName
Returns the name of the coverage represented by the WCS proxy model.- Returns:
- the name of the coverage represented by the WCS proxy model
-
getFormat
Returns the data format that is used when requesting raster tiles from the WCS.- Returns:
- the data format
-
isElevation
public boolean isElevation()Description copied from class:TLcdMultilevelRasterModelDescriptor
Returns whether the model contains elevation rasters. This default implementation returnsfalse
, but extensions may override it.- Overrides:
isElevation
in classTLcdMultilevelRasterModelDescriptor
-