Package net.opengis.gml311
Interface PrimeMeridianBaseType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
- All Known Subinterfaces:
PrimeMeridianType
- All Known Implementing Classes:
PrimeMeridianBaseTypeImpl
,PrimeMeridianTypeImpl
A representation of the model object 'Prime Meridian Base Type'.
Basic encoding for prime meridian objects, simplifying and restricting the DefinitionType as needed.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Meridian Name' containment reference.void
setMeridianName
(CodeType value) Sets the value of the 'Meridian 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
-
getMeridianName
CodeType getMeridianName()Returns the value of the 'Meridian Name' containment reference. The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.- Returns:
- the value of the 'Meridian Name' containment reference.
- See Also:
-
setMeridianName
Sets the value of the 'Meridian Name
' containment reference.- Parameters:
value
- the new value of the 'Meridian Name' containment reference.- See Also:
-