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