net.opengis.wfs
Interface FeatureTypeType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FeatureTypeTypeImpl

public interface FeatureTypeType
extends org.eclipse.emf.ecore.EObject

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:

See Also:
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

getName

javax.xml.namespace.QName 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()

setName

void setName(javax.xml.namespace.QName value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getTitle

java.lang.String 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:
setTitle(String), WfsPackage.getFeatureTypeType_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getAbstract

java.lang.String 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:
setAbstract(String), WfsPackage.getFeatureTypeType_Abstract()

setAbstract

void setAbstract(java.lang.String value)
Sets the value of the 'Abstract' attribute.

Parameters:
value - the new value of the 'Abstract' attribute.
See Also:
getAbstract()

getKeywords

org.eclipse.emf.common.util.EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of type KeywordsType.

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:
WfsPackage.getFeatureTypeType_Keywords()

getDefaultSRS

java.lang.String 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:
setDefaultSRS(String), WfsPackage.getFeatureTypeType_DefaultSRS()

setDefaultSRS

void setDefaultSRS(java.lang.String value)
Sets the value of the 'Default SRS' attribute.

Parameters:
value - the new value of the 'Default SRS' attribute.
See Also:
getDefaultSRS()

getOtherSRS

org.eclipse.emf.common.util.EList getOtherSRS()
Returns the value of the 'Other SRS' attribute list. The list contents are of type 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.

Returns:
the value of the 'Other SRS' attribute list.
See Also:
WfsPackage.getFeatureTypeType_OtherSRS()

getNoSRS

NoSRSType 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:
setNoSRS(NoSRSType), WfsPackage.getFeatureTypeType_NoSRS()

setNoSRS

void setNoSRS(NoSRSType value)
Sets the value of the 'No SRS' containment reference.

Parameters:
value - the new value of the 'No SRS' containment reference.
See Also:
getNoSRS()

getOperations

OperationsType 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:
setOperations(OperationsType), WfsPackage.getFeatureTypeType_Operations()

setOperations

void setOperations(OperationsType value)
Sets the value of the 'Operations' containment reference.

Parameters:
value - the new value of the 'Operations' containment reference.
See Also:
getOperations()

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(OutputFormatListType), WfsPackage.getFeatureTypeType_OutputFormats()

setOutputFormats

void setOutputFormats(OutputFormatListType value)
Sets the value of the 'Output Formats' containment reference.

Parameters:
value - the new value of the 'Output Formats' containment reference.
See Also:
getOutputFormats()

getWGS84BoundingBox

org.eclipse.emf.common.util.EList getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of type WGS84BoundingBoxType.

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:
WfsPackage.getFeatureTypeType_WGS84BoundingBox()

getMetadataURL

org.eclipse.emf.common.util.EList getMetadataURL()
Returns the value of the 'Metadata URL' containment reference list. The list contents are of type MetadataURLType.

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:
WfsPackage.getFeatureTypeType_MetadataURL()


Copyright © 1996-2010 Geotools. All Rights Reserved.