Uses of Class
com.luciad.shape.shape3D.TLcdXYZPolygon
Package
Description
Provides shape classes containing a measure value.
Provides specialized Informix shapes.
Three-dimensional shapes that can be changed in all three dimensions.
-
Uses of TLcdXYZPolygon in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values. -
Uses of TLcdXYZPolygon in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values.ModifierConstructorDescriptionTLcdMeasureXYZPolygon
(TLcdXYZPolygon aTLcdXYZPolygon, boolean b, double[] aM_array) TLcdMeasureXYZPolygon
(TLcdXYZPolygon aTLcdXYZPolygon, double[] aM_array) -
Uses of TLcdXYZPolygon in com.luciad.shape.shape3D
ModifierConstructorDescriptionTLcdXYZPolygon
(TLcdXYZPolygon aXYZPolyline) Copy constructor.TLcdXYZPolygon
(TLcdXYZPolygon aXYZPolyline, boolean aDeepCopy) Makes a clone of the point list that represents the polyline if it implements the interfaceILcdCloneable
andaDeepCopy
is true.