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
-
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:
createPoint
in classALcdAISGeometryFactory
- Returns:
- a new point
-
createPolyline
Creates a new polyline. The polyline has to be an instance ofILcdCurve
.- Specified by:
createPolyline
in classALcdAISGeometryFactory
- Returns:
- a new polyline
-
createPolygon
Creates a new polygon. The polygon has to be an instance ofILcdRing
.- Specified by:
createPolygon
in classALcdAISGeometryFactory
- Returns:
- a new polygon
-
createPolyline
Creates a new polyline given a point list. The polyline has to be an instance ofILcdCurve
.- Specified by:
createPolyline
in 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:ALcdAISGeometryFactory
Creates a new polygon given a point list. The polygon has to be an instance ofILcdRing
.- Specified by:
createPolygon
in 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:ALcdAISGeometryFactory
Creates a new arc band.- Overrides:
createArcBand
in classALcdAISGeometryFactory
- Returns:
- a new arc band.
-