Class TLcdGML31CompositeSolid

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

public class TLcdGML31CompositeSolid extends TLcdGML31AbstractSolid
A composite solid is a geometry type with all the geometric properties of a (primitive) solid. Essentially, a composite solid is a collection of solids that join in pairs on common boundary surfaces and which, when considered as a whole, form a single solid.
Since:
10.0
See Also:
  • Field Details

    • SOLID_MEMBER_PROPERTY

      public static final TLcdDataProperty SOLID_MEMBER_PROPERTY
      Data property that maps to the solidMember element. The possible values for this property are instances of List<TLcdGML31SolidProperty>.
    • GID_PROPERTY

      public static final TLcdDataProperty GID_PROPERTY
      Property that maps on the gid attribute. Acceptable values for this property are instances of java.lang.String.
  • Constructor Details

    • TLcdGML31CompositeSolid

      public TLcdGML31CompositeSolid()
    • TLcdGML31CompositeSolid

      public TLcdGML31CompositeSolid(TLcdDataType aType)
  • Method Details

    • getSolidMember

      public List<TLcdGML31AbstractSolid> getSolidMember()
      Returns the value of the property that maps to the solidMember element.

      This property element either references a solid via the XLink-attributes or contains the solid element. A solid element is any element which is substitutable for "_Solid".

      Returns:
      the value of the SOLID_MEMBER_PROPERTY property.
      See Also:
    • getGid

      public String getGid()
      Gets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

      Returns:
      the value of the GID_PROPERTY property.
    • setGid

      public void setGid(String aValue)
      Sets the value of the GID_PROPERTY property.

      This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.

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