|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentificationType
A representation of the model object 'Identification Type'. General metadata identifying and describing a set of data. This type shall be extended if needed for each specific OWS to include additional metadata for each type of dataset. If needed, this type should first be restricted for each specific OWS to change the multiplicity (or optionality) of some elements.
The following features are supported:
Ows10Package.getIdentificationType()
Method Summary | |
---|---|
java.lang.String |
getAvailableCRS()
Returns the value of the 'Available CRS' attribute. |
org.eclipse.emf.ecore.util.FeatureMap |
getAvailableCRSGroup()
Returns the value of the 'Available CRS Group' attribute list. |
org.eclipse.emf.common.util.EList |
getBoundingBox()
Returns the value of the 'Bounding Box' containment reference list. |
org.eclipse.emf.ecore.util.FeatureMap |
getBoundingBoxGroup()
Returns the value of the 'Bounding Box Group' attribute list. |
CodeType |
getIdentifier()
Returns the value of the 'Identifier' containment reference. |
org.eclipse.emf.common.util.EList |
getMetadata()
Returns the value of the 'Metadata' containment reference list. |
java.lang.String |
getOutputFormat()
Returns the value of the 'Output Format' attribute. |
void |
setAvailableCRS(java.lang.String value)
Sets the value of the ' Available CRS ' attribute. |
void |
setIdentifier(CodeType value)
Sets the value of the ' Identifier ' containment reference. |
void |
setOutputFormat(java.lang.String value)
Sets the value of the ' Output Format ' attribute. |
Methods inherited from interface net.opengis.ows10.DescriptionType |
---|
getAbstract, getKeywords, getTitle, setAbstract, setTitle |
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 |
---|
CodeType getIdentifier()
setIdentifier(CodeType)
,
Ows10Package.getIdentificationType_Identifier()
void setIdentifier(CodeType value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
org.eclipse.emf.ecore.util.FeatureMap getBoundingBoxGroup()
FeatureMap.Entry
.
Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.
Ows10Package.getIdentificationType_BoundingBoxGroup()
org.eclipse.emf.common.util.EList getBoundingBox()
BoundingBoxType
.
Unordered list of zero or more bounding boxes whose union describes the extent of this dataset.
Ows10Package.getIdentificationType_BoundingBox()
java.lang.String getOutputFormat()
setOutputFormat(String)
,
Ows10Package.getIdentificationType_OutputFormat()
void setOutputFormat(java.lang.String value)
Output Format
' attribute.
value
- the new value of the 'Output Format' attribute.getOutputFormat()
org.eclipse.emf.ecore.util.FeatureMap getAvailableCRSGroup()
FeatureMap.Entry
.
Unordered list of zero or more available coordinate reference systems.
Ows10Package.getIdentificationType_AvailableCRSGroup()
java.lang.String getAvailableCRS()
setAvailableCRS(String)
,
Ows10Package.getIdentificationType_AvailableCRS()
void setAvailableCRS(java.lang.String value)
Available CRS
' attribute.
value
- the new value of the 'Available CRS' attribute.getAvailableCRS()
org.eclipse.emf.common.util.EList getMetadata()
MetadataType
.
Optional unordered list of additional metadata about this data(set). A list of optional metadata elements for this data identification could be specified in the Implementation Specification for this service.
Ows10Package.getIdentificationType_Metadata()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |