Package com.luciad.ogc.wcs
Interface ILcdWCSServiceMetadata
public interface ILcdWCSServiceMetadata
Deprecated.
An interface for the service metadata section in a WCS capabilities
document. The user can customize the service section by implementing this
interface and registering the implementation with the command dispatcher.
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessConstraint
(int aIndex) Deprecated.Returns the access constraint at the given index.int
Deprecated.Returns the number of access constraints associated with the WCS service.Deprecated.Returns a description of the WCS service.getFees()
Deprecated.Returns a string describing the fees applicable to the WCS service.getKeyword
(int aIndex) Deprecated.Returns the keyword at the given index.int
Deprecated.Returns the number of keywords associated with the WCS service.getLabel()
Deprecated.Returns a label for the WCS service, which can be displayed to the user instead of the unique identifier.Deprecated.Returns a link to additional metadata about the WCS service.getName()
Deprecated.Returns a unique identifier for the WCS service.
-
Method Details
-
getDescription
String getDescription()Deprecated.Returns a description of the WCS service. -
getName
String getName()Deprecated.Returns a unique identifier for the WCS service. -
getLabel
String getLabel()Deprecated.Returns a label for the WCS service, which can be displayed to the user instead of the unique identifier. -
getMetaDataLink
String getMetaDataLink()Deprecated.Returns a link to additional metadata about the WCS service. -
getFees
String getFees()Deprecated.Returns a string describing the fees applicable to the WCS service. -
getKeywordCount
int getKeywordCount()Deprecated.Returns the number of keywords associated with the WCS service. -
getKeyword
Deprecated.Returns the keyword at the given index.- Throws:
IndexOutOfBoundsException
-
getAccessConstraintCount
int getAccessConstraintCount()Deprecated.Returns the number of access constraints associated with the WCS service. -
getAccessConstraint
Deprecated.Returns the access constraint at the given index.- Throws:
IndexOutOfBoundsException
-
ILcdWCSCapabilitiesProvider
.