Uses of Class
com.luciad.shape.shape3D.TLcdXYZPolyline
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 TLcdXYZPolyline in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolyline
with measure values. -
Uses of TLcdXYZPolyline in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolyline
with measure values.ModifierConstructorDescriptionTLcdMeasureXYZPolyline
(TLcdXYZPolyline aTLcdXYZPolyline, boolean b, double[] aM_array) TLcdMeasureXYZPolyline
(TLcdXYZPolyline aTLcdXYZPolyline, double[] aM_array) -
Uses of TLcdXYZPolyline in com.luciad.shape.shape3D
ModifierConstructorDescriptionTLcdXYZPolyline
(TLcdXYZPolyline aXYZPolyline) Copy constructor.TLcdXYZPolyline
(TLcdXYZPolyline aXYZPolyline, boolean aDeepCopy) Makes a clone of the point list that represents the polyline if it implements the interfaceILcdCloneable
andaDeepCopy
is true.