Class TLcdGML31MultiSurfaceCoverage

All Implemented Interfaces:
ILcdDataObject, ILcdBounded, ILcdShape, ILcdShapeList, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdInvalidateable, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31MultiSurfaceCoverage extends TLcdGML31AbstractDiscreteCoverage
A discrete coverage type whose domain is defined by a collection of surface patches (includes polygons, triangles, rectangles, etc).
Since:
2018.1
See Also:
  • Field Details Link icon

    • 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

    • TLcdGML31MultiSurfaceCoverage Link icon

      public TLcdGML31MultiSurfaceCoverage()
    • TLcdGML31MultiSurfaceCoverage Link icon

      public TLcdGML31MultiSurfaceCoverage(TLcdDataType aType)
  • Method Details Link icon

    • 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.