Uses of Class
com.luciad.shape.shape3D.TLcdXYZPolypoint
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 TLcdXYZPolypoint in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values. -
Uses of TLcdXYZPolypoint in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYZPolygon
with measure values.class
This class represents aTLcdXYZPolyline
with measure values.class
This class represents aTLcdXYZPolypoint
with measure values.ModifierConstructorDescriptionTLcdMeasureXYZPolypoint
(TLcdXYZPolypoint aTLcdXYZPolypoint, boolean b, double[] aM_array) TLcdMeasureXYZPolypoint
(TLcdXYZPolypoint aTLcdXYZPolypoint, double[] aM_array) -
Uses of TLcdXYZPolypoint in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd3DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space.ModifierConstructorDescriptionTLcdXYZPolypoint
(TLcdXYZPolypoint aXYZPolypoint) A copy constructor.TLcdXYZPolypoint
(TLcdXYZPolypoint aPolypoint, boolean aDeepCopy) Makes a clone of the point list that represents the polypoint if it implements the interfaceILcdCloneable
andaDeepCopy
is true.