Package com.luciad.ogc.wcs.common.model
Class TLcdWCSCapabilities
java.lang.Object
com.luciad.ogc.wcs.common.model.TLcdWCSCapabilities
Metadata for a WCS server, also known as Capabilities.
Reply from a WCS that performed the GetCapabilities operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the capability (operations metadata).Gets the content metadata.Gets the service metadata.Gets the update sequence.Gets the version.void
setCapability
(TLcdWCSOperationsMetadata aCapability) Sets the capability (operations metadata).void
setContentMetadata
(TLcdWCSContentMetadata aContentMetadata) Sets the content metadata.void
setService
(TLcdWCSService aService) Sets the service metadata.void
setUpdateSequence
(String aUpdateSequence) Sets the update sequence.void
setVersion
(String aVersion) Sets the version.
-
Constructor Details
-
TLcdWCSCapabilities
public TLcdWCSCapabilities()
-
-
Method Details
-
getUpdateSequence
Gets the update sequence.- Returns:
- the update sequence.
-
setUpdateSequence
Sets the update sequence.- Parameters:
aUpdateSequence
- the update sequence to be set.
-
getVersion
Gets the version.- Returns:
- the version.
-
setVersion
Sets the version.- Parameters:
aVersion
- the version to be set.
-
getService
Gets the service metadata.- Returns:
- the service metadata.
-
setService
Sets the service metadata.- Parameters:
aService
- the service metadata to be set.
-
getCapability
Gets the capability (operations metadata).- Returns:
- the capability (operations metadata).
-
setCapability
Sets the capability (operations metadata).- Parameters:
aCapability
- the capability (operations metadata) to be set.
-
getContentMetadata
Gets the content metadata.- Returns:
- the content metadata.
-
setContentMetadata
Sets the content metadata.- Parameters:
aContentMetadata
- the content metadata to be set.
-