Uses of Class
com.luciad.shape.shape2D.TLcdXYPolygon
Packages that use TLcdXYPolygon
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.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of TLcdXYPolygon in com.luciad.format.cgm
Subclasses of TLcdXYPolygon in com.luciad.format.cgmModifier and TypeClassDescriptionclassExtension of aTLcdXYPolygonwith a line and a fill style. -
Uses of TLcdXYPolygon in com.luciad.format.database.shape
Subclasses of TLcdXYPolygon in com.luciad.format.database.shapeModifier and TypeClassDescriptionclassThis class represents aTLcdXYPolygonwith measure values. -
Uses of TLcdXYPolygon in com.luciad.format.dgn
Subclasses of TLcdXYPolygon in com.luciad.format.dgnModifier and TypeClassDescriptionclassThis class represents a Shape2D from a DGN file. -
Uses of TLcdXYPolygon in com.luciad.format.dwg
Subclasses of TLcdXYPolygon in com.luciad.format.dwgModifier and TypeClassDescriptionclassThis class represents a Face3D from a DWG file.classThis class represents a Polyline2D from a DWG file.classThis class represents a Face3D from a DWG file. -
Uses of TLcdXYPolygon in com.luciad.format.informix.spatial.shp
Subclasses of TLcdXYPolygon in com.luciad.format.informix.spatial.shpModifier and TypeClassDescriptionclassThis class represents aTLcdXYPolygonwith measure values.Constructors in com.luciad.format.informix.spatial.shp with parameters of type TLcdXYPolygonModifierConstructorDescriptionTLcdMeasureXYPolygon(TLcdXYPolygon aTLcdXYPolygon, boolean b, double[] aM_array) -
Uses of TLcdXYPolygon in com.luciad.shape.shape2D
Constructors in com.luciad.shape.shape2D with parameters of type TLcdXYPolygonModifierConstructorDescriptionTLcdXYPolygon(TLcdXYPolygon aPolygon, boolean aDeepCopy) Makes a clone of the point list that represents the polygon if it implements the interfaceILcdCloneableandaDeepCopyis true.