Uses of Class
com.luciad.format.gml32.model.TLcdGML32Shell
Packages that use TLcdGML32Shell
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32Shell in com.luciad.format.gml32.model
Methods in com.luciad.format.gml32.model that return TLcdGML32ShellModifier and TypeMethodDescriptionTLcdGML32Solid.getExterior()Returns the role value contained in the value of theTLcdGML32Solid.EXTERIOR_PROPERTYproperty.TLcdGML32ShellProperty.getShell()Returns the value of the property that maps to theShellelement.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32ShellModifier and TypeMethodDescriptionTLcdGML32Solid.getInterior()Gets the value of theTLcdGML32Solid.INTERIOR_PROPERTYproperty adapted to a list ofTLcdGML32Shellinstances.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32ShellModifier and TypeMethodDescriptionvoidTLcdGML32Solid.setExterior(TLcdGML32Shell aValue) Sets the value of the property that maps to theexteriorelement.voidTLcdGML32ShellProperty.setShell(TLcdGML32Shell aValue) Sets the value of the property that maps to theShellelement.