Uses of Class
com.luciad.shape.shape2D.TLcdXYPolypoint
Package
Description
Handles the cgm format.
Provides shape classes containing a measure value.
Handles the dgn format.
Handles the dwg format.
Provides specialized Informix shapes.
Handles the S-57 format.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of TLcdXYPolypoint in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYPolygon
with a line and a fill style.class
Extension of aTLcdXYPolyline
with a line style. -
Uses of TLcdXYPolypoint in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYPolygon
with measure values.class
This class represents aTLcdXYPolyline
with measure values.class
This class represents aTLcdXYPolypoint
with measure values. -
Uses of TLcdXYPolypoint in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Curve2D from a DGN file.class
This class represents a LineString2D from a DGN file.class
This class represents a Shape2D from a DGN file. -
Uses of TLcdXYPolypoint in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Face3D from a DWG file.class
This class represents a Polyline2D from a DWG file.class
This class represents a Face3D from a DWG file. -
Uses of TLcdXYPolypoint in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYPolygon
with measure values.class
This class represents aTLcdXYPolyline
with measure values.class
This class represents aTLcdXYPolypoint
with measure values.ModifierConstructorDescriptionTLcdMeasureXYPolypoint
(TLcdXYPolypoint aTLcdXYPolypoint, boolean b, double[] aM_array) -
Uses of TLcdXYPolypoint in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
Represents a Line feature in the S-57 domain model. -
Uses of TLcdXYPolypoint in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolyline
in the cartesian space.ModifierConstructorDescriptionTLcdXYPolypoint
(TLcdXYPolypoint aPolypoint, boolean aDeepCopy) Makes a clone of the point list that represents the polypoint if it implements the interfaceILcdCloneable
andaDeepCopy
is true.