Package com.luciad.format.gml32.model
Class TLcdGML32Tin
java.lang.Object
- All Implemented Interfaces:
ILcdDataObject,ILcdBounded,ILcdEditableShapeList,ILcdShape,ILcdShapeList,ILcdCloneable,ILcdDeepCloneable,ILcdInvalidateable,Serializable,Cloneable
A tin is a triangulated surface that uses the Delauny algorithm or a similar algorithm complemented with consideration of stoplines (stopLines), breaklines (breakLines), and maximum length of triangle sides (maxLength). controlPoint shall contain a set of the positions (three or more) used as posts for this TIN (corners of the triangles in the TIN). See ISO 19107:2003, 6.4.39 for details.
- Since:
- 10.0
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebreakLineselement.static final TLcdDataPropertyData property that maps to thecontrolPointelement.static final TLcdDataPropertyData property that maps to themaxLengthelement.static final TLcdDataPropertyData property that maps to thepatcheselement.static final QNameA polyhedral surface is a surface composed of polygon patches connected along their common boundary curves.static final TLcdDataPropertyData property that maps to thestopLineselement.static final QNameA Surface is a 2-dimensional primitive and is composed of one or more surface patches as specified in ISO 19107:2003, 6.3.17.1.static final QNameA triangulated surface is a polyhedral surface that is composed only of triangles.static final TLcdDataPropertyData property that holds the type of this instance.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
SRS_PROPERTYFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theBREAK_LINES_PROPERTYproperty adapted to a list ofListinstances.Returns the value of the property that maps to thecontrolPointelement.Returns the value of the property that maps to themaxLengthelement.Returns the role value contained in the value of thePATCHES_PROPERTYproperty.Gets the value of theSTOP_LINES_PROPERTYproperty adapted to a list ofListinstances.getType()Returns the value of the property that holds the type of this instance.voidSets the value of the property that maps to thecontrolPointelement.voidsetMaxLength(TLcdGML32Length aValue) Sets the value of the property that maps to themaxLengthelement.voidsetPatches(List<TLcdGML32AbstractSurfacePatch> aValue) Sets the value of the property that maps to thepatcheselement.voidSets the value of the property that holds the type of this instance.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Surface
addShape, addShape, addShapes, clearShapes, clone, clone, contains2D, contains2D, contains3D, contains3D, getBounds, getFocusPoint, getShape, getShapeCount, invalidateObject, removeShape, removeShape, removeShapes, setShape, setShapes, setValue, shapeChanged, shapeChanged, shapesChangedMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGeometry
getSrs, setSrs, toStringMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierMethods inherited from class com.luciad.datamodel.TLcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue
-
Field Details
-
STOP_LINES_PROPERTY
Data property that maps to thestopLineselement. The possible values for this property are instances ofList<TLcdGML32LineStringSegmentArrayProperty>. -
BREAK_LINES_PROPERTY
Data property that maps to thebreakLineselement. The possible values for this property are instances ofList<TLcdGML32LineStringSegmentArrayProperty>. -
MAX_LENGTH_PROPERTY
Data property that maps to themaxLengthelement. The possible values for this property are instances ofTLcdGML32Length. -
CONTROL_POINT_PROPERTY
Data property that maps to thecontrolPointelement. The possible values for this property are instances ofControlPoint. -
SURFACE
A Surface is a 2-dimensional primitive and is composed of one or more surface patches as specified in ISO 19107:2003, 6.3.17.1. The surface patches are connected to one another. patches encapsulates the patches of the surface. -
POLYHEDRAL_SURFACE
A polyhedral surface is a surface composed of polygon patches connected along their common boundary curves. This differs from the surface type only in the restriction on the types of surface patches acceptable. polygonPatches encapsulates the polygon patches of the polyhedral surface. -
TRIANGULATED_SURFACE
A triangulated surface is a polyhedral surface that is composed only of triangles. There is no restriction on how the triangulation is derived. trianglePatches encapsulates the triangles of the triangulated surface. -
PATCHES_PROPERTY
Data property that maps to thepatcheselement. The possible values for this property are instances ofTLcdGML32SurfacePatchArrayProperty. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdGML32Tin
public TLcdGML32Tin() -
TLcdGML32Tin
-
-
Method Details
-
getStopLines
Gets the value of theSTOP_LINES_PROPERTYproperty adapted to a list ofListinstances.- Returns:
- the value of the
STOP_LINES_PROPERTYproperty adapted to a list ofListinstances. - See Also:
-
getBreakLines
Gets the value of theBREAK_LINES_PROPERTYproperty adapted to a list ofListinstances.- Returns:
- the value of the
BREAK_LINES_PROPERTYproperty adapted to a list ofListinstances. - See Also:
-
getMaxLength
Returns the value of the property that maps to themaxLengthelement.- Returns:
- the value of the
MAX_LENGTH_PROPERTYproperty.
-
setMaxLength
Sets the value of the property that maps to themaxLengthelement.- Parameters:
aValue- the value to set for theMAX_LENGTH_PROPERTYproperty.
-
getControlPoint
Returns the value of the property that maps to thecontrolPointelement.- Returns:
- the value of the
CONTROL_POINT_PROPERTYproperty.
-
setControlPoint
Sets the value of the property that maps to thecontrolPointelement.- Parameters:
aValue- the value to set for theCONTROL_POINT_PROPERTYproperty.
-
getPatches
Returns the role value contained in the value of thePATCHES_PROPERTYproperty. Returnsnullif the value of thePATCHES_PROPERTYproperty isnull.The patches property element contains the sequence of surface patches. The order of the elements is significant and shall be preserved when processing the array.
- Returns:
- the role value of the
PATCHES_PROPERTYproperty. - See Also:
-
setPatches
Sets the value of the property that maps to thepatcheselement. to a new instance of the association classTLcdGML32SurfacePatchArrayPropertyinitialized with the given role value. In case the given role value isnull, thePATCHES_PROPERTYproperty is set tonull.The patches property element contains the sequence of surface patches. The order of the elements is significant and shall be preserved when processing the array.
- Parameters:
aValue- the role value to set for thePATCHES_PROPERTYproperty.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-