Class TLcdGML32PrimeMeridianProperty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32PrimeMeridianProperty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32PrimeMeridianProperty extends TLcdDataObject
gml:PrimeMeridianPropertyType is a property type for association roles to a prime meridian, either referencing or containing the definition of that meridian.
Since:
2026.0
  • Field Details

    • LINKED_OBJECT_PROPERTY

      public static final TLcdDataProperty LINKED_OBJECT_PROPERTY
      Data linkedObject property. The possible values for this property are instances of Object.
    • NIL_REASON_PROPERTY

      public static final TLcdDataProperty NIL_REASON_PROPERTY
      Data property that maps to the nilReason attribute. The possible values for this property are instances of
    • REMOTE_SCHEMA_PROPERTY

      public static final TLcdDataProperty REMOTE_SCHEMA_PROPERTY
      Data property that maps to the remoteSchema attribute. The possible values for this property are instances of URI.
    • PRIME_MERIDIAN_PROPERTY

      public static final TLcdDataProperty PRIME_MERIDIAN_PROPERTY
      Data property that maps to the PrimeMeridian element. The possible values for this property are instances of TLcdGML32PrimeMeridian.
  • Constructor Details

    • TLcdGML32PrimeMeridianProperty

      public TLcdGML32PrimeMeridianProperty()
    • TLcdGML32PrimeMeridianProperty

      public TLcdGML32PrimeMeridianProperty(TLcdDataType aType)
  • Method Details

    • getLinkInfo

      public Object getLinkInfo()
      Returns the value of the linkInfo property.
      Returns:
      the value of the LINK_INFO_PROPERTY property.
    • setLinkInfo

      public void setLinkInfo(Object aValue)
      Sets the value of the linkInfo property.
      Parameters:
      aValue - the value to set for the LINK_INFO_PROPERTY property.
    • getLinkedObject

      public Object getLinkedObject()
      Returns the value of the linkedObject property.
      Returns:
      the value of the LINKED_OBJECT_PROPERTY property.
    • setLinkedObject

      public void setLinkedObject(Object aValue)
      Sets the value of the linkedObject property.
      Parameters:
      aValue - the value to set for the LINKED_OBJECT_PROPERTY property.
    • getNilReason

      public Object getNilReason()
      Returns the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Returns:
      the value of the NIL_REASON_PROPERTY property.
    • setNilReason

      public void setNilReason(Object aValue)
      Sets the value of the property that maps to the nilReason attribute.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the NIL_REASON_PROPERTY property.
    • getRemoteSchema

      public URI getRemoteSchema()
      Returns the value of the property that maps to the remoteSchema attribute.
      Returns:
      the value of the REMOTE_SCHEMA_PROPERTY property.
    • setRemoteSchema

      public void setRemoteSchema(URI aValue)
      Sets the value of the property that maps to the remoteSchema attribute.
      Parameters:
      aValue - the value to set for the REMOTE_SCHEMA_PROPERTY property.
    • getPrimeMeridian

      public TLcdGML32PrimeMeridian getPrimeMeridian()
      Returns the value of the property that maps to the PrimeMeridian element.

      A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".

      Returns:
      the value of the PRIME_MERIDIAN_PROPERTY property.
    • setPrimeMeridian

      public void setPrimeMeridian(TLcdGML32PrimeMeridian aValue)
      Sets the value of the property that maps to the PrimeMeridian element.

      A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".

      Parameters:
      aValue - the value to set for the PRIME_MERIDIAN_PROPERTY property.