Uses of Class
com.luciad.shape.shape3D.TLcdXYZPolypoint
Packages that use 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
Subclasses of TLcdXYZPolypoint in com.luciad.format.database.shapeModifier 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
Subclasses of TLcdXYZPolypoint in com.luciad.format.informix.spatial.shpModifier 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.Constructors in com.luciad.format.informix.spatial.shp with parameters of type TLcdXYZPolypointModifierConstructorDescriptionTLcdMeasureXYZPolypoint
(TLcdXYZPolypoint aTLcdXYZPolypoint, boolean b, double[] aM_array) TLcdMeasureXYZPolypoint
(TLcdXYZPolypoint aTLcdXYZPolypoint, double[] aM_array) -
Uses of TLcdXYZPolypoint in com.luciad.shape.shape3D
Subclasses of TLcdXYZPolypoint in com.luciad.shape.shape3DModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd3DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd3DEditablePolyline
in the cartesian space.Constructors in com.luciad.shape.shape3D with parameters of type TLcdXYZPolypointModifierConstructorDescriptionTLcdXYZPolypoint
(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.