Package com.luciad.format.gml32.model
Class TLcdGML32Solid
- All Implemented Interfaces:
ILcdDataObject
,ILcdBounded
,ILcdShape
,ILcdCloneable
,ILcdDeepCloneable
,Serializable
,Cloneable
A solid is the basis for 3-dimensional geometry. The extent of a solid is defined by the boundary surfaces as specified in ISO 19107:2003, 6.3.18. exterior specifies the outer boundary, interior the inner boundary of the solid.
- Since:
- 10.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theexterior
element.static final TLcdDataProperty
Data property that maps to theinterior
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
SRS_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTERIOR_PROPERTY
property.Gets the value of theINTERIOR_PROPERTY
property adapted to a list ofTLcdGML32Shell
instances.void
setExterior
(TLcdGML32Shell aValue) Sets the value of the property that maps to theexterior
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getSrs, setSrs, toString
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
Methods inherited from class com.luciad.datamodel.TLcdDataObject
clone, clone, getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
-
Field Details
-
EXTERIOR_PROPERTY
Data property that maps to theexterior
element. The possible values for this property are instances ofTLcdGML32ShellProperty
. -
INTERIOR_PROPERTY
Data property that maps to theinterior
element. The possible values for this property are instances ofList<TLcdGML32ShellProperty>
.
-
-
Constructor Details
-
TLcdGML32Solid
public TLcdGML32Solid() -
TLcdGML32Solid
-
-
Method Details
-
getExterior
Returns the role value contained in the value of theEXTERIOR_PROPERTY
property. Returnsnull
if the value of theEXTERIOR_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTERIOR_PROPERTY
property. - See Also:
-
setExterior
Sets the value of the property that maps to theexterior
element. to a new instance of the association classTLcdGML32ShellProperty
initialized with the given role value. In case the given role value isnull
, theEXTERIOR_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTERIOR_PROPERTY
property.
-
getInterior
Gets the value of theINTERIOR_PROPERTY
property adapted to a list ofTLcdGML32Shell
instances.- Returns:
- the value of the
INTERIOR_PROPERTY
property adapted to a list ofTLcdGML32Shell
instances. - See Also:
-