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 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.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractSolidModifier and TypeMethodDescriptionTLcdGML31SolidProperty.getSolid()
Returns the value of the property that maps to the_Solid
element.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_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.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractSolidModifier and TypeMethodDescriptionvoid
TLcdGML31SolidProperty.setSolid
(TLcdGML31AbstractSolid aValue) Sets the value of the property that maps to the_Solid
element.Method parameters in com.luciad.format.gml31.model with type arguments of type TLcdGML31AbstractSolidModifier and TypeMethodDescriptionvoid
TLcdGML31MultiSolid.setSolidMembers
(List<TLcdGML31AbstractSolid> aValue) Sets the value of the property that maps to thesolidMembers
element.