Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractSolid
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractSolid in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
gml:CompositeSolid implements ISO 19107 GM_CompositeSolid (see ISO 19107:2003, 6.6.7) as specified in D.2.3.6.class
A solid is the basis for 3-dimensional geometry.Modifier and TypeMethodDescriptionTLcdGML32SolidProperty.getAbstractSolid()
Returns the value of the property that maps to theAbstractSolid
element.Modifier and TypeMethodDescriptionTLcdGML32SolidArrayProperty.getAbstractSolid()
Returns the value of the property that maps to theAbstractSolid
element.TLcdGML32CompositeSolid.getSolidMember()
Returns the value of the property that maps to thesolidMember
element.TLcdGML32MultiSolid.getSolidMember()
Returns the value of the property that maps to thesolidMember
element.TLcdGML32MultiSolid.getSolidMembers()
Returns the role value contained in the value of theTLcdGML32MultiSolid.SOLID_MEMBERS_PROPERTY
property.Modifier and TypeMethodDescriptionvoid
TLcdGML32SolidProperty.setAbstractSolid
(TLcdGML32AbstractSolid aValue) Sets the value of the property that maps to theAbstractSolid
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32MultiSolid.setSolidMembers
(List<TLcdGML32AbstractSolid> aValue) Sets the value of the property that maps to thesolidMembers
element.