Interface PrimeMeridianBaseType

All Superinterfaces:
AbstractGMLType, DefinitionType, EObject, Notifier
All Known Subinterfaces:
PrimeMeridianType
All Known Implementing Classes:
PrimeMeridianBaseTypeImpl, PrimeMeridianTypeImpl

public interface PrimeMeridianBaseType extends DefinitionType
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 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

      void setMeridianName(CodeType value)
      Sets the value of the 'Meridian Name' containment reference.
      Parameters:
      value - the new value of the 'Meridian Name' containment reference.
      See Also: