Class TLcdGML32AbstractCRS

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32AbstractGeneralDerivedCRS, TLcdGML32CompoundCRS, TLcdGML32EngineeringCRS, TLcdGML32GeodeticCRS, TLcdGML32ImageCRS, TLcdGML32TemporalCRS, TLcdGML32VerticalCRS, TLcdISO19115CrsAlt

public class TLcdGML32AbstractCRS extends TLcdGML32IdentifiedObject
gml:AbstractCRS specifies a coordinate reference system which is usually single but may be compound. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
Since:
2026.0
  • Field Details

    • DOMAIN_OF_VALIDITY_PROPERTY

      public static final TLcdDataProperty DOMAIN_OF_VALIDITY_PROPERTY
      Data property that maps to the domainOfValidity element. The possible values for this property are instances of List<TLcdGML32DomainOfValidity>.
    • SCOPE_PROPERTY

      public static final TLcdDataProperty SCOPE_PROPERTY
      Data property that maps to the scope element. The possible values for this property are instances of List<String>.
  • Constructor Details

    • TLcdGML32AbstractCRS

      public TLcdGML32AbstractCRS()
    • TLcdGML32AbstractCRS

      public TLcdGML32AbstractCRS(TLcdDataType aType)
  • Method Details

    • getDomainOfValidity

      public List<TLcdGML32DomainOfValidity> getDomainOfValidity()
      Returns the value of the property that maps to the domainOfValidity element.

      The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.

      Returns:
      the value of the DOMAIN_OF_VALIDITY_PROPERTY property.
    • getScope

      public List<String> getScope()
      Returns the value of the property that maps to the scope element.

      The gml:scope property provides a description of the usage, or limitations of usage, for which this CRS-related object is valid. If unknown, enter "not known".

      Returns:
      the value of the SCOPE_PROPERTY property.