Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractSolid
Packages that use 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
Subclasses of TLcdGML32AbstractSolid in com.luciad.format.gml32.modelModifier 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.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractSolidModifier and TypeMethodDescriptionTLcdGML32SolidProperty.getAbstractSolid()
Returns the value of the property that maps to theAbstractSolid
element.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32AbstractSolidModifier 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.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractSolidModifier and TypeMethodDescriptionvoid
TLcdGML32SolidProperty.setAbstractSolid
(TLcdGML32AbstractSolid aValue) Sets the value of the property that maps to theAbstractSolid
element.Method parameters in com.luciad.format.gml32.model with type arguments of type TLcdGML32AbstractSolidModifier and TypeMethodDescriptionvoid
TLcdGML32MultiSolid.setSolidMembers
(List<TLcdGML32AbstractSolid> aValue) Sets the value of the property that maps to thesolidMembers
element.