Package com.luciad.ais.model
Class TLcdAISXYZGeometryFactory
java.lang.Object
com.luciad.ais.model.ALcdAISGeometryFactory
com.luciad.ais.model.TLcdAISXYZGeometryFactory
An implementation of
ALcdAISObjectFactory that creates objects
with grid coordinates.- Since:
- 10.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new arc band.Creates a new point.Creates a new polygon.createPolygon(ILcd3DEditablePointList aPointList) Creates a new polygon given a point list.Creates a new polyline.createPolyline(ILcd3DEditablePointList aPointList) Creates a new polyline given a point list.
-
Constructor Details
-
TLcdAISXYZGeometryFactory
public TLcdAISXYZGeometryFactory()
-
-
Method Details
-
createPoint
Creates a new point.- Specified by:
createPointin classALcdAISGeometryFactory- Returns:
- a new point
-
createPolyline
Creates a new polyline. The polyline has to be an instance ofILcdCurve.- Specified by:
createPolylinein classALcdAISGeometryFactory- Returns:
- a new polyline
-
createPolygon
Creates a new polygon. The polygon has to be an instance ofILcdRing.- Specified by:
createPolygonin classALcdAISGeometryFactory- Returns:
- a new polygon
-
createPolyline
Creates a new polyline given a point list. The polyline has to be an instance ofILcdCurve.- Specified by:
createPolylinein classALcdAISGeometryFactory- Parameters:
aPointList- the point list based on which a polyline is to be created- Returns:
- a new polyline connecting the given points
-
createPolygon
Description copied from class:ALcdAISGeometryFactoryCreates a new polygon given a point list. The polygon has to be an instance ofILcdRing.- Specified by:
createPolygonin classALcdAISGeometryFactory- Parameters:
aPointList- the point list based on which a polygon is to be created- Returns:
- a new polygon connecting the given points
-
createArcBand
Description copied from class:ALcdAISGeometryFactoryCreates a new arc band.- Overrides:
createArcBandin classALcdAISGeometryFactory- Returns:
- a new arc band.
-