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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTLcdWCSProxyModelDescriptor(String aSourceName, String aDisplayName, TLcdWCSCapabilities aCapabilities, TLcdWCSCoverageOffering aCoverageOffering, String aFormat) Creates a newTLcdWCSProxyModelDescriptorwith 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.booleanReturns whether the model contains elevation rasters.Methods inherited from class com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor
setElevationMethods inherited from class com.luciad.model.TLcdModelDescriptor
getDisplayName, getSourceName, getTypeName, setDisplayName, setSourceName, setTypeName, sourceNameToDisplayNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 aCoverageOffering, String aFormat) Creates a newTLcdWCSProxyModelDescriptorwith 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 capabilitiesaCoverageOffering- 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:TLcdMultilevelRasterModelDescriptorReturns whether the model contains elevation rasters. This default implementation returnsfalse, but extensions may override it.- Overrides:
isElevationin classTLcdMultilevelRasterModelDescriptor
-