Uses of Class
com.luciad.format.gml32.model.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
Modifier 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.Modifier and TypeMethodDescriptionTLcdGML32Solid.getInterior()
Gets the value of theTLcdGML32Solid.INTERIOR_PROPERTY
property adapted to a list ofTLcdGML32Shell
instances.Modifier 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.