Package net.opengis.gml311
Interface PrimeMeridianType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,PrimeMeridianBaseType
- All Known Implementing Classes:
PrimeMeridianTypeImpl
A representation of the model object 'Prime Meridian Type'.
A prime meridian defines the origin from which longitude values are determined.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Greenwich Longitude' containment reference.EList<IdentifierType>
Returns the value of the 'Meridian ID' containment reference list.Returns the value of the 'Remarks' containment reference.void
Sets the value of the 'Greenwich Longitude
' containment reference.void
setRemarks
(StringOrRefType value) Sets the value of the 'Remarks
' 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
Methods inherited from interface PrimeMeridianBaseType
getMeridianName, setMeridianName
-
Method Details
-
getMeridianID
EList<IdentifierType> getMeridianID()Returns the value of the 'Meridian ID' containment reference list. The list contents are of typeIdentifierType
. Set of alternative identifications of this prime meridian. The first meridianID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Meridian ID' containment reference list.
- See Also:
-
getRemarks
StringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this prime meridian, 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:
-
getGreenwichLongitude
AngleChoiceType getGreenwichLongitude()Returns the value of the 'Greenwich Longitude' containment reference. Longitude of the prime meridian measured from the Greenwich meridian, positive eastward. The greenwichLongitude most common value is zero, and that value shall be used when the meridianName value is Greenwich.- Returns:
- the value of the 'Greenwich Longitude' containment reference.
- See Also:
-
setGreenwichLongitude
Sets the value of the 'Greenwich Longitude
' containment reference.- Parameters:
value
- the new value of the 'Greenwich Longitude' containment reference.- See Also:
-