Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractSolid
Packages that use 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
Subclasses of TLcdGML31AbstractSolid in com.luciad.format.gml31.modelModifier and TypeClassDescriptionclassA composite solid is a geometry type with all the geometric properties of a (primitive) solid.classA solid is the basis for 3-dimensional geometry.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractSolidModifier and TypeMethodDescriptionTLcdGML31SolidProperty.getSolid()Returns the value of the property that maps to the_Solidelement.Methods in com.luciad.format.gml31.model that return types with arguments of type TLcdGML31AbstractSolidModifier and TypeMethodDescriptionTLcdGML31SolidArrayProperty.getSolid()Returns the value of the property that maps to the_Solidelement.TLcdGML31CompositeSolid.getSolidMember()Returns the value of the property that maps to thesolidMemberelement.TLcdGML31MultiSolid.getSolidMember()Returns the value of the property that maps to thesolidMemberelement.TLcdGML31MultiSolid.getSolidMembers()Returns the role value contained in the value of theTLcdGML31MultiSolid.SOLID_MEMBERS_PROPERTYproperty.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractSolidModifier and TypeMethodDescriptionvoidTLcdGML31SolidProperty.setSolid(TLcdGML31AbstractSolid aValue) Sets the value of the property that maps to the_Solidelement.Method parameters in com.luciad.format.gml31.model with type arguments of type TLcdGML31AbstractSolidModifier and TypeMethodDescriptionvoidTLcdGML31MultiSolid.setSolidMembers(List<TLcdGML31AbstractSolid> aValue) Sets the value of the property that maps to thesolidMemberselement.