Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractSolid
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractSolid in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A composite solid is a geometry type with all the geometric properties of a (primitive) solid.class
A solid is the basis for 3-dimensional geometry.Modifier and TypeMethodDescriptionTLcdGML31SolidProperty.getSolid()
Returns the value of the property that maps to the_Solid
element.Modifier and TypeMethodDescriptionTLcdGML31SolidArrayProperty.getSolid()
Returns the value of the property that maps to the_Solid
element.TLcdGML31CompositeSolid.getSolidMember()
Returns the value of the property that maps to thesolidMember
element.TLcdGML31MultiSolid.getSolidMember()
Returns the value of the property that maps to thesolidMember
element.TLcdGML31MultiSolid.getSolidMembers()
Returns the role value contained in the value of theTLcdGML31MultiSolid.SOLID_MEMBERS_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdGML31SolidProperty.setSolid
(TLcdGML31AbstractSolid aValue) Sets the value of the property that maps to the_Solid
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31MultiSolid.setSolidMembers
(List<TLcdGML31AbstractSolid> aValue) Sets the value of the property that maps to thesolidMembers
element.