Uses of Class
com.luciad.shape.shape2D.TLcdXYPolyline
Packages that use 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
Subclasses of TLcdXYPolyline in com.luciad.format.cgmModifier and TypeClassDescriptionclass
Extension of aTLcdXYPolyline
with a line style. -
Uses of TLcdXYPolyline in com.luciad.format.database.shape
Subclasses of TLcdXYPolyline in com.luciad.format.database.shapeModifier and TypeClassDescriptionclass
This class represents aTLcdXYPolyline
with measure values. -
Uses of TLcdXYPolyline in com.luciad.format.dgn
Subclasses of TLcdXYPolyline in com.luciad.format.dgnModifier 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
Subclasses of TLcdXYPolyline in com.luciad.format.informix.spatial.shpModifier and TypeClassDescriptionclass
This class represents aTLcdXYPolyline
with measure values.Constructors in com.luciad.format.informix.spatial.shp with parameters of type TLcdXYPolylineModifierConstructorDescriptionTLcdMeasureXYPolyline
(TLcdXYPolyline aTLcdXYPolyline, boolean b, double[] aM_array) -
Uses of TLcdXYPolyline in com.luciad.format.s57
Subclasses of TLcdXYPolyline in com.luciad.format.s57Modifier and TypeClassDescriptionclass
Represents a Line feature in the S-57 domain model. -
Uses of TLcdXYPolyline in com.luciad.shape.shape2D
Constructors in com.luciad.shape.shape2D with parameters of type TLcdXYPolylineModifierConstructorDescriptionTLcdXYPolyline
(TLcdXYPolyline aPolyline, boolean aDeepCopy) Makes a clone of the point list that represents the polyline if it implements the interfaceILcdCloneable
andaDeepCopy
is true.