Uses of Class
com.luciad.shape.shape2D.TLcdXYPolypoint
Packages that use 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
Subclasses of TLcdXYPolypoint in com.luciad.format.cgmModifier 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
Subclasses of TLcdXYPolypoint in com.luciad.format.database.shapeModifier 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
Subclasses of TLcdXYPolypoint 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.class
This class represents a Shape2D from a DGN file. -
Uses of TLcdXYPolypoint in com.luciad.format.dwg
Subclasses of TLcdXYPolypoint in com.luciad.format.dwgModifier 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
Subclasses of TLcdXYPolypoint in com.luciad.format.informix.spatial.shpModifier 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.Constructors in com.luciad.format.informix.spatial.shp with parameters of type TLcdXYPolypointModifierConstructorDescriptionTLcdMeasureXYPolypoint
(TLcdXYPolypoint aTLcdXYPolypoint, boolean b, double[] aM_array) -
Uses of TLcdXYPolypoint in com.luciad.format.s57
Subclasses of TLcdXYPolypoint in com.luciad.format.s57Modifier and TypeClassDescriptionclass
Represents a Line feature in the S-57 domain model. -
Uses of TLcdXYPolypoint in com.luciad.shape.shape2D
Subclasses of TLcdXYPolypoint in com.luciad.shape.shape2DModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditablePolygon
in the cartesian space.class
This class provides an implementation ofILcd2DEditablePolyline
in the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type TLcdXYPolypointModifierConstructorDescriptionTLcdXYPolypoint
(TLcdXYPolypoint aPolypoint, boolean aDeepCopy) Makes a clone of the point list that represents the polypoint if it implements the interfaceILcdCloneable
andaDeepCopy
is true.