Package net.opengis.gml311
Interface AbstractReferenceSystemBaseType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
AbstractGeneralDerivedCRSType
,AbstractReferenceSystemType
,CompoundCRSType
,DerivedCRSType
,EngineeringCRSType
,GeocentricCRSType
,GeographicCRSType
,ImageCRSType
,ProjectedCRSType
,TemporalCRSType
,VerticalCRSType
- All Known Implementing Classes:
AbstractGeneralDerivedCRSTypeImpl
,AbstractReferenceSystemBaseTypeImpl
,AbstractReferenceSystemTypeImpl
,CompoundCRSTypeImpl
,DerivedCRSTypeImpl
,EngineeringCRSTypeImpl
,GeocentricCRSTypeImpl
,GeographicCRSTypeImpl
,ImageCRSTypeImpl
,ProjectedCRSTypeImpl
,TemporalCRSTypeImpl
,VerticalCRSTypeImpl
A representation of the model object 'Abstract Reference System Base Type'.
Basic encoding for reference system objects, simplifying and restricting the DefinitionType as needed.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Srs Name' containment reference.void
setSrsName
(CodeType value) Sets the value of the 'Srs Name
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getSrsName
CodeType getSrsName()Returns the value of the 'Srs Name' containment reference. The name by which this reference system is identified.- Returns:
- the value of the 'Srs Name' containment reference.
- See Also:
-
setSrsName
Sets the value of the 'Srs Name
' containment reference.- Parameters:
value
- the new value of the 'Srs Name' containment reference.- See Also:
-