ILcdWCSCapabilitiesProvider
.public interface ILcdWCSServiceMetadata
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessConstraint(int aIndex)
Deprecated.
Returns the access constraint at the given index.
|
int |
getAccessConstraintCount()
Deprecated.
Returns the number of access constraints associated with the WCS service.
|
java.lang.String |
getDescription()
Deprecated.
Returns a description of the WCS service.
|
java.lang.String |
getFees()
Deprecated.
Returns a string describing the fees applicable to the WCS service.
|
java.lang.String |
getKeyword(int aIndex)
Deprecated.
Returns the keyword at the given index.
|
int |
getKeywordCount()
Deprecated.
Returns the number of keywords associated with the WCS service.
|
java.lang.String |
getLabel()
Deprecated.
Returns a label for the WCS service, which can be displayed to the user
instead of the unique identifier.
|
java.lang.String |
getMetaDataLink()
Deprecated.
Returns a link to additional metadata about the WCS service.
|
java.lang.String |
getName()
Deprecated.
Returns a unique identifier for the WCS service.
|
java.lang.String getDescription()
java.lang.String getName()
java.lang.String getLabel()
java.lang.String getMetaDataLink()
java.lang.String getFees()
int getKeywordCount()
java.lang.String getKeyword(int aIndex) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
int getAccessConstraintCount()
java.lang.String getAccessConstraint(int aIndex) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException