ILcdWFSCapabilitiesProvider
.public interface ILcdWFSServiceMetaData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbstract()
Deprecated.
Returns a description of the WFS service.
|
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 WFS service.
|
java.lang.String |
getFees()
Deprecated.
Returns a string describing the fees applicable to the WFS 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 WFS service.
|
java.lang.String |
getName()
Deprecated.
Returns a unique identifier for the WFS service.
|
java.lang.String |
getTitle()
Deprecated.
Returns a title for the WFS service, which can be displayed to the user
instead of the unique identifier.
|
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getAbstract()
java.lang.String getFees()
int getKeywordCount()
java.lang.String getKeyword(int aIndex) throws java.lang.IndexOutOfBoundsException
aIndex
- the index of the keyword to be retrievedjava.lang.IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >= getKeywordCount()).int getAccessConstraintCount()
java.lang.String getAccessConstraint(int aIndex) throws java.lang.IndexOutOfBoundsException
aIndex
- the index of the access constraint to be retrievedjava.lang.IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >= getAccessConstraintCount()).