|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureTypeType
A representation of the model object 'Feature Type Type'. An element of this type that describes a feature in an application namespace shall have an xml xmlns specifier, e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"
The following features are supported:
Name
Title
Abstract
Keywords
Default SRS
Other SRS
No SRS
Operations
Output Formats
WGS84 Bounding Box
Metadata URL
WfsPackage.getFeatureTypeType()
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Returns the value of the 'Abstract' attribute. |
java.lang.String |
getDefaultSRS()
Returns the value of the 'Default SRS' attribute. |
org.eclipse.emf.common.util.EList |
getKeywords()
Returns the value of the 'Keywords' containment reference list. |
org.eclipse.emf.common.util.EList |
getMetadataURL()
Returns the value of the 'Metadata URL' containment reference list. |
javax.xml.namespace.QName |
getName()
Returns the value of the 'Name' attribute. |
NoSRSType |
getNoSRS()
Returns the value of the 'No SRS' containment reference. |
OperationsType |
getOperations()
Returns the value of the 'Operations' containment reference. |
org.eclipse.emf.common.util.EList |
getOtherSRS()
Returns the value of the 'Other SRS' attribute list. |
OutputFormatListType |
getOutputFormats()
Returns the value of the 'Output Formats' containment reference. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute. |
org.eclipse.emf.common.util.EList |
getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. |
void |
setAbstract(java.lang.String value)
Sets the value of the ' Abstract ' attribute. |
void |
setDefaultSRS(java.lang.String value)
Sets the value of the ' Default SRS ' attribute. |
void |
setName(javax.xml.namespace.QName value)
Sets the value of the ' Name ' attribute. |
void |
setNoSRS(NoSRSType value)
Sets the value of the ' No SRS ' containment reference. |
void |
setOperations(OperationsType value)
Sets the value of the ' Operations ' containment reference. |
void |
setOutputFormats(OutputFormatListType value)
Sets the value of the ' Output Formats ' containment reference. |
void |
setTitle(java.lang.String value)
Sets the value of the ' Title ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
javax.xml.namespace.QName getName()
#setName(Object)
,
net.opengis.wfs.WFSPackage#getFeatureTypeType_Name()
void setName(javax.xml.namespace.QName value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getTitle()
setTitle(String)
,
WfsPackage.getFeatureTypeType_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getAbstract()
setAbstract(String)
,
WfsPackage.getFeatureTypeType_Abstract()
void setAbstract(java.lang.String value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.getAbstract()
org.eclipse.emf.common.util.EList getKeywords()
KeywordsType
.
If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
WfsPackage.getFeatureTypeType_Keywords()
java.lang.String getDefaultSRS()
setDefaultSRS(String)
,
WfsPackage.getFeatureTypeType_DefaultSRS()
void setDefaultSRS(java.lang.String value)
Default SRS
' attribute.
value
- the new value of the 'Default SRS' attribute.getDefaultSRS()
org.eclipse.emf.common.util.EList getOtherSRS()
String
.
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.
WfsPackage.getFeatureTypeType_OtherSRS()
NoSRSType getNoSRS()
If the meaning of the 'No SRS' containment reference isn't clear, there really should be more of a description here...
setNoSRS(NoSRSType)
,
WfsPackage.getFeatureTypeType_NoSRS()
void setNoSRS(NoSRSType value)
No SRS
' containment reference.
value
- the new value of the 'No SRS' containment reference.getNoSRS()
OperationsType getOperations()
If the meaning of the 'Operations' containment reference isn't clear, there really should be more of a description here...
setOperations(OperationsType)
,
WfsPackage.getFeatureTypeType_Operations()
void setOperations(OperationsType value)
Operations
' containment reference.
value
- the new value of the 'Operations' containment reference.getOperations()
OutputFormatListType getOutputFormats()
If the meaning of the 'Output Formats' containment reference isn't clear, there really should be more of a description here...
setOutputFormats(OutputFormatListType)
,
WfsPackage.getFeatureTypeType_OutputFormats()
void setOutputFormats(OutputFormatListType value)
Output Formats
' containment reference.
value
- the new value of the 'Output Formats' containment reference.getOutputFormats()
org.eclipse.emf.common.util.EList getWGS84BoundingBox()
WGS84BoundingBoxType
.
If the meaning of the 'WGS84 Bounding Box' containment reference list isn't clear, there really should be more of a description here...
WfsPackage.getFeatureTypeType_WGS84BoundingBox()
org.eclipse.emf.common.util.EList getMetadataURL()
MetadataURLType
.
If the meaning of the 'Metadata URL' containment reference list isn't clear, there really should be more of a description here...
WfsPackage.getFeatureTypeType_MetadataURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |