Class TLcdGML31AbstractCoverage

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdInvalidateable, ILcdSelfDescribedFeatured, Serializable, Cloneable
Direct Known Subclasses:
TLcdGML31AbstractContinuousCoverage, TLcdGML31AbstractDiscreteCoverage

public class TLcdGML31AbstractCoverage extends TLcdGML31AbstractFeature
Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.
Since:
2018.1
See Also:
  • Field Details

    • DIMENSION_PROPERTY

      public static final TLcdDataProperty DIMENSION_PROPERTY
      Data property that maps to the dimension attribute. The possible values for this property are instances of Long.
    • DOMAIN_SET_PROPERTY

      public static final TLcdDataProperty DOMAIN_SET_PROPERTY
      Data property that maps to the domainSet element. The possible values for this property are instances of TLcdGML31DomainSet.
    • RANGE_SET_PROPERTY

      public static final TLcdDataProperty RANGE_SET_PROPERTY
      Data property that maps to the rangeSet element. The possible values for this property are instances of TLcdGML31RangeSet.
    • BOUNDED_BY_PROPERTY

      public static final TLcdDataProperty BOUNDED_BY_PROPERTY
      Data property that maps to the boundedBy element. The possible values for this property are instances of TLcdGML31BoundingShape.
    • LOCATION_PROPERTY

      public static final TLcdDataProperty LOCATION_PROPERTY
      Data property that maps to the location element. The possible values for this property are instances of TLcdGML31LocationProperty.
  • Constructor Details

    • TLcdGML31AbstractCoverage

      public TLcdGML31AbstractCoverage()
    • TLcdGML31AbstractCoverage

      public TLcdGML31AbstractCoverage(TLcdDataType aType)
  • Method Details

    • getDimension

      public Long getDimension()
      Returns the value of the property that maps to the dimension attribute.
      Returns:
      the value of the DIMENSION_PROPERTY property.
    • setDimension

      public void setDimension(Long aValue)
      Sets the value of the property that maps to the dimension attribute.
      Parameters:
      aValue - the value to set for the DIMENSION_PROPERTY property.
    • getDomainSet

      public TLcdGML31DomainSet getDomainSet()
      Returns the value of the property that maps to the domainSet element.
      Returns:
      the value of the DOMAIN_SET_PROPERTY property.
    • setDomainSet

      public void setDomainSet(TLcdGML31DomainSet aValue)
      Sets the value of the property that maps to the domainSet element.
      Parameters:
      aValue - the value to set for the DOMAIN_SET_PROPERTY property.
    • getRangeSet

      public TLcdGML31RangeSet getRangeSet()
      Returns the value of the property that maps to the rangeSet element.
      Returns:
      the value of the RANGE_SET_PROPERTY property.
    • setRangeSet

      public void setRangeSet(TLcdGML31RangeSet aValue)
      Sets the value of the property that maps to the rangeSet element.
      Parameters:
      aValue - the value to set for the RANGE_SET_PROPERTY property.
    • getBoundedBy

      public TLcdGML31BoundingShape getBoundedBy()
      Returns the value of the property that maps to the boundedBy element.
      Returns:
      the value of the BOUNDED_BY_PROPERTY property.
    • setBoundedBy

      public void setBoundedBy(TLcdGML31BoundingShape aValue)
      Sets the value of the property that maps to the boundedBy element.
      Parameters:
      aValue - the value to set for the BOUNDED_BY_PROPERTY property.
    • getLocation

      public Object getLocation()
      Returns the value of the property that maps to the location element.

      Deprecated in GML 3.1.0

      Returns:
      the value of the LOCATION_PROPERTY property.
      See Also:
    • setLocation

      public void setLocation(Object aValue)
      Sets the value of the property that maps to the location element.

      Deprecated in GML 3.1.0

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