Package net.opengis.gml311
Interface PrimeMeridianType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EObject
,Notifier
,PrimeMeridianBaseType
- All Known Implementing Classes:
PrimeMeridianTypeImpl
public interface PrimeMeridianType extends PrimeMeridianBaseType
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:
Gml311Package.getPrimeMeridianType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AngleChoiceType
getGreenwichLongitude()
Returns the value of the 'Greenwich Longitude' containment reference.EList<IdentifierType>
getMeridianID()
Returns the value of the 'Meridian ID' containment reference list.StringOrRefType
getRemarks()
Returns the value of the 'Remarks' containment reference.void
setGreenwichLongitude(AngleChoiceType value)
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 PrimeMeridianBaseType
getMeridianName, setMeridianName
-
-
-
-
Method Detail
-
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:
Gml311Package.getPrimeMeridianType_MeridianID()
-
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(StringOrRefType)
,Gml311Package.getPrimeMeridianType_Remarks()
-
setRemarks
void setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
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(AngleChoiceType)
,Gml311Package.getPrimeMeridianType_GreenwichLongitude()
-
setGreenwichLongitude
void setGreenwichLongitude(AngleChoiceType value)
Sets the value of the 'Greenwich Longitude
' containment reference.- Parameters:
value
- the new value of the 'Greenwich Longitude' containment reference.- See Also:
getGreenwichLongitude()
-
-