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 Link icon

    • DIMENSION_PROPERTY Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

    • TLcdGML31AbstractCoverage Link icon

      public TLcdGML31AbstractCoverage()
    • TLcdGML31AbstractCoverage Link icon

      public TLcdGML31AbstractCoverage(TLcdDataType aType)
  • Method Details Link icon

    • getDimension Link icon

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

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.