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 TypeClassDescriptionclassgml:CompositeSolid implements ISO 19107 GM_CompositeSolid (see ISO 19107:2003, 6.6.7) as specified in D.2.3.6.classA 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 theAbstractSolidelement.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 theAbstractSolidelement.TLcdGML32CompositeSolid.getSolidMember()Returns the value of the property that maps to thesolidMemberelement.TLcdGML32MultiSolid.getSolidMember()Returns the value of the property that maps to thesolidMemberelement.TLcdGML32MultiSolid.getSolidMembers()Returns the role value contained in the value of theTLcdGML32MultiSolid.SOLID_MEMBERS_PROPERTYproperty.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractSolidModifier and TypeMethodDescriptionvoidTLcdGML32SolidProperty.setAbstractSolid(TLcdGML32AbstractSolid aValue) Sets the value of the property that maps to theAbstractSolidelement.Method parameters in com.luciad.format.gml32.model with type arguments of type TLcdGML32AbstractSolidModifier and TypeMethodDescriptionvoidTLcdGML32MultiSolid.setSolidMembers(List<TLcdGML32AbstractSolid> aValue) Sets the value of the property that maps to thesolidMemberselement.