Uses of Class
com.luciad.shape.shape3D.TLcdXYZPolygon
Packages that use 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
Subclasses of TLcdXYZPolygon in com.luciad.format.database.shapeModifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values. -
Uses of TLcdXYZPolygon in com.luciad.format.informix.spatial.shp
Subclasses of TLcdXYZPolygon in com.luciad.format.informix.spatial.shpModifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values.Constructors in com.luciad.format.informix.spatial.shp with parameters of type TLcdXYZPolygonModifierConstructorDescriptionTLcdMeasureXYZPolygon
(TLcdXYZPolygon aTLcdXYZPolygon, boolean b, double[] aM_array) TLcdMeasureXYZPolygon
(TLcdXYZPolygon aTLcdXYZPolygon, double[] aM_array) -
Uses of TLcdXYZPolygon in com.luciad.shape.shape3D
Constructors in com.luciad.shape.shape3D with parameters of type TLcdXYZPolygonModifierConstructorDescriptionTLcdXYZPolygon
(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.