Interface FeatureTypeType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
FeatureTypeTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<AbstractType>
Returns the value of the 'Abstract' containment reference list.Returns the value of the 'Default CRS' attribute.Returns the value of the 'Extended Description' containment reference.EList<KeywordsType>
Returns the value of the 'Keywords' containment reference list.EList<MetadataURLType>
Returns the value of the 'Metadata URL' containment reference list.getName()
Returns the value of the 'Name' attribute.getNoCRS()
Returns the value of the 'No CRS' containment reference.EList<String>
Returns the value of the 'Other CRS' attribute list.Returns the value of the 'Output Formats' containment reference.EList<TitleType>
getTitle()
Returns the value of the 'Title' containment reference list.EList<WGS84BoundingBoxType>
Returns the value of the 'WGS84 Bounding Box' containment reference list.void
setDefaultCRS
(String value) Sets the value of the 'Default CRS
' attribute.void
Sets the value of the 'Extended Description
' containment reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'No CRS
' containment reference.void
Sets the value of the 'Output Formats
' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
QName getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getTitle
EList<TitleType> getTitle()Returns the value of the 'Title' containment reference list. The list contents are of typeTitleType
.If the meaning of the 'Title' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' containment reference list.
- See Also:
-
getAbstract
EList<AbstractType> getAbstract()Returns the value of the 'Abstract' containment reference list. The list contents are of typeAbstractType
.If the meaning of the 'Abstract' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
-
getKeywords
EList<KeywordsType> getKeywords()Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
.If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
-
getDefaultCRS
String getDefaultCRS()Returns the value of the 'Default CRS' attribute.If the meaning of the 'Default CRS' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default CRS' attribute.
- See Also:
-
setDefaultCRS
Sets the value of the 'Default CRS
' attribute.- Parameters:
value
- the new value of the 'Default CRS' attribute.- See Also:
-
getOtherCRS
EList<String> getOtherCRS()Returns the value of the 'Other CRS' attribute list. The list contents are of typeString
.If the meaning of the 'Other CRS' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Other CRS' attribute list.
- See Also:
-
getNoCRS
NoCRSType getNoCRS()Returns the value of the 'No CRS' containment reference.If the meaning of the 'No CRS' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'No CRS' containment reference.
- See Also:
-
setNoCRS
Sets the value of the 'No CRS
' containment reference.- Parameters:
value
- the new value of the 'No CRS' containment reference.- See Also:
-
getOutputFormats
OutputFormatListType getOutputFormats()Returns the value of the 'Output Formats' containment reference.If the meaning of the 'Output Formats' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Formats' containment reference.
- See Also:
-
setOutputFormats
Sets the value of the 'Output Formats
' containment reference.- Parameters:
value
- the new value of the 'Output Formats' containment reference.- See Also:
-
getWGS84BoundingBox
EList<WGS84BoundingBoxType> getWGS84BoundingBox()Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of typeWGS84BoundingBoxType
.If the meaning of the 'WGS84 Bounding Box' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'WGS84 Bounding Box' containment reference list.
- See Also:
-
getMetadataURL
EList<MetadataURLType> getMetadataURL()Returns the value of the 'Metadata URL' containment reference list. The list contents are of typeMetadataURLType
.If the meaning of the 'Metadata URL' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata URL' containment reference list.
- See Also:
-
getExtendedDescription
ExtendedDescriptionType getExtendedDescription()Returns the value of the 'Extended Description' containment reference.If the meaning of the 'Extended Description' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Extended Description' containment reference.
- See Also:
-
setExtendedDescription
Sets the value of the 'Extended Description
' containment reference.- Parameters:
value
- the new value of the 'Extended Description' containment reference.- See Also:
-