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_PROPERTY
property.TLcdGML32ShellProperty.getShell()
Returns the value of the property that maps to theShell
element.Methods in com.luciad.format.gml32.model that return types with arguments of type TLcdGML32ShellModifier and TypeMethodDescriptionTLcdGML32Solid.getInterior()
Gets the value of theTLcdGML32Solid.INTERIOR_PROPERTY
property adapted to a list ofTLcdGML32Shell
instances.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32ShellModifier and TypeMethodDescriptionvoid
TLcdGML32Solid.setExterior
(TLcdGML32Shell aValue) Sets the value of the property that maps to theexterior
element.void
TLcdGML32ShellProperty.setShell
(TLcdGML32Shell aValue) Sets the value of the property that maps to theShell
element.