Package net.opengis.gml311
Interface AbstractReferenceSystemType
- All Superinterfaces:
AbstractGMLType
,AbstractReferenceSystemBaseType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractGeneralDerivedCRSType
,CompoundCRSType
,DerivedCRSType
,EngineeringCRSType
,GeocentricCRSType
,GeographicCRSType
,ImageCRSType
,ProjectedCRSType
,TemporalCRSType
,VerticalCRSType
- All Known Implementing Classes:
AbstractGeneralDerivedCRSTypeImpl
,AbstractReferenceSystemTypeImpl
,CompoundCRSTypeImpl
,DerivedCRSTypeImpl
,EngineeringCRSTypeImpl
,GeocentricCRSTypeImpl
,GeographicCRSTypeImpl
,ImageCRSTypeImpl
,ProjectedCRSTypeImpl
,TemporalCRSTypeImpl
,VerticalCRSTypeImpl
A representation of the model object 'Abstract Reference System Type'.
Description of a spatial and/or temporal reference system used by a dataset.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Remarks' containment reference.getScope()
Returns the value of the 'Scope' attribute.EList<IdentifierType>
getSrsID()
Returns the value of the 'Srs ID' containment reference list.Returns the value of the 'Valid Area' containment reference.void
setRemarks
(StringOrRefType value) Sets the value of the 'Remarks
' containment reference.void
Sets the value of the 'Scope
' attribute.void
setValidArea
(ExtentType value) Sets the value of the 'Valid Area
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface AbstractReferenceSystemBaseType
getSrsName, setSrsName
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
-
getSrsID
EList<IdentifierType> getSrsID()Returns the value of the 'Srs ID' containment reference list. The list contents are of typeIdentifierType
. Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Srs ID' containment reference list.
- See Also:
-
getRemarks
StringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this reference system, including source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
-
setRemarks
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
-
getValidArea
ExtentType getValidArea()Returns the value of the 'Valid Area' containment reference. Area or region in which this CRS object is valid.- Returns:
- the value of the 'Valid Area' containment reference.
- See Also:
-
setValidArea
Sets the value of the 'Valid Area
' containment reference.- Parameters:
value
- the new value of the 'Valid Area' containment reference.- See Also:
-
getScope
String getScope()Returns the value of the 'Scope' attribute. Description of domain of usage, or limitations of usage, for which this CRS object is valid.- Returns:
- the value of the 'Scope' attribute.
- See Also:
-
setScope
Sets the value of the 'Scope
' attribute.- Parameters:
value
- the new value of the 'Scope' attribute.- See Also:
-