Interface FeatureTypeType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- FeatureTypeTypeImpl
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Abstract' attribute.Returns the value of the 'Default SRS' attribute.EListReturns the value of the 'Keywords' containment reference list.EListReturns the value of the 'Metadata URL' containment reference list.getName()Returns the value of the 'Name' attribute.getNoSRS()Returns the value of the 'No SRS' containment reference.Returns the value of the 'Operations' containment reference.EListReturns the value of the 'Other SRS' attribute list.Returns the value of the 'Output Formats' containment reference.getTitle()Returns the value of the 'Title' attribute.EListReturns the value of the 'WGS84 Bounding Box' containment reference list.voidsetAbstract(String value) Sets the value of the 'Abstract' attribute.voidsetDefaultSRS(String value) Sets the value of the 'Default SRS' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'No SRS' containment reference.voidsetOperations(OperationsType value) Sets the value of the 'Operations' containment reference.voidSets the value of the 'Output Formats' containment reference.voidSets the value of the 'Title' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getNameQName getName()Returns the value of the 'Name' attribute. Name of this feature type, including any namespace prefix- Returns:
- the value of the 'Name' attribute.
- See Also:
- 
- #setName(Object)
- net.opengis.wfs.WFSPackage#getFeatureTypeType_Name()
 
 
- 
setNameSets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
- 
getTitleString getTitle()Returns the value of the 'Title' attribute. Title of this feature type, normally used for display to a human.- Returns:
- the value of the 'Title' attribute.
- See Also:
 
- 
setTitleSets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
 
- 
getAbstractString getAbstract()Returns the value of the 'Abstract' attribute. Brief narrative description of this feature type, normally used for display to a human.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
 
- 
setAbstractSets the value of the 'Abstract' attribute.- Parameters:
- value- the new value of the 'Abstract' attribute.
- See Also:
 
- 
getKeywordsEList 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:
 
- 
getDefaultSRSString getDefaultSRS()Returns the value of the 'Default SRS' attribute. The DefaultSRS element indicated which spatial reference system shall be used by a WFS to express the state of a spatial feature if not otherwise explicitly identified within a query or transaction request. The SRS may be indicated using either the EPSG form (EPSG:posc code) or the URL form defined in subclause 4.3.2 of refernce[2].- Returns:
- the value of the 'Default SRS' attribute.
- See Also:
 
- 
setDefaultSRSSets the value of the 'Default SRS' attribute.- Parameters:
- value- the new value of the 'Default SRS' attribute.
- See Also:
 
- 
getOtherSRSEList getOtherSRS()Returns the value of the 'Other SRS' attribute list. The list contents are of typeString. The OtherSRS element is used to indicate other supported SRSs within query and transaction operations. A supported SRS means that the WFS supports the transformation of spatial properties between the OtherSRS and the internal storage SRS. The effects of such transformations must be considered when determining and declaring the guaranteed data accuracy.- Returns:
- the value of the 'Other SRS' attribute list.
- See Also:
 
- 
getNoSRSNoSRSType getNoSRS()Returns the value of the 'No SRS' containment reference.If the meaning of the 'No SRS' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'No SRS' containment reference.
- See Also:
 
- 
setNoSRSSets the value of the 'No SRS' containment reference.- Parameters:
- value- the new value of the 'No SRS' containment reference.
- See Also:
 
- 
getOperationsOperationsType getOperations()Returns the value of the 'Operations' containment reference.If the meaning of the 'Operations' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Operations' containment reference.
- See Also:
 
- 
setOperationsSets the value of the 'Operations' containment reference.- Parameters:
- value- the new value of the 'Operations' containment reference.
- See Also:
 
- 
getOutputFormatsOutputFormatListType 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:
 
- 
setOutputFormatsSets the value of the 'Output Formats' containment reference.- Parameters:
- value- the new value of the 'Output Formats' containment reference.
- See Also:
 
- 
getWGS84BoundingBoxEList 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:
 
- 
getMetadataURLEList 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:
 
 
-