Uses of Class
com.luciad.shape.shape2D.TLcdXYPolyline
Package
Description
Handles the cgm format.
Provides shape classes containing a measure value.
Handles the dgn format.
Provides specialized Informix shapes.
Handles the S-57 format.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of TLcdXYPolyline in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYPolyline
with a line style. -
Uses of TLcdXYPolyline in com.luciad.format.database.shape
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYPolyline
with measure values. -
Uses of TLcdXYPolyline 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. -
Uses of TLcdXYPolyline in com.luciad.format.informix.spatial.shp
Modifier and TypeClassDescriptionclass
This class represents aTLcdXYPolyline
with measure values.ModifierConstructorDescriptionTLcdMeasureXYPolyline
(TLcdXYPolyline aTLcdXYPolyline, boolean b, double[] aM_array) -
Uses of TLcdXYPolyline in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
Represents a Line feature in the S-57 domain model. -
Uses of TLcdXYPolyline in com.luciad.shape.shape2D
ModifierConstructorDescriptionTLcdXYPolyline
(TLcdXYPolyline aPolyline, boolean aDeepCopy) Makes a clone of the point list that represents the polyline if it implements the interfaceILcdCloneable
andaDeepCopy
is true.