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 TypeClassDescriptionclassThis class represents aTLcdXYZPolygonwith measure values.classThis class represents aTLcdXYZPolylinewith measure values.classThis class represents aTLcdXYZPolypointwith measure values. -
Uses of TLcdXYZPolypoint in com.luciad.format.informix.spatial.shp
Subclasses of TLcdXYZPolypoint in com.luciad.format.informix.spatial.shpModifier and TypeClassDescriptionclassThis class represents aTLcdXYZPolygonwith measure values.classThis class represents aTLcdXYZPolylinewith measure values.classThis class represents aTLcdXYZPolypointwith 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 TypeClassDescriptionclassThis class provides an implementation ofILcd3DEditablePolygonin the cartesian space.classThis class provides an implementation ofILcd3DEditablePolylinein 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 interfaceILcdCloneableandaDeepCopyis true.