Uses of Class
org.arakhne.afc.io.shape.ESRIPoint
-
Packages that use ESRIPoint Package Description org.arakhne.afc.gis.io.shape org.arakhne.afc.io.shape -
-
Uses of ESRIPoint in org.arakhne.afc.gis.io.shape
Methods in org.arakhne.afc.gis.io.shape that return ESRIPoint Modifier and Type Method Description protected ESRIPointGISShapeFileWriter. getPointAt(MapElement element, int groupIndex, int pointIndex, boolean expectM, boolean expectZ)Methods in org.arakhne.afc.gis.io.shape with parameters of type ESRIPoint Modifier and Type Method Description protected MapElementGISShapeFileReader. createMultiPatch(AttributeCollection provider, int shapeIndex, int[] parts, ShapeMultiPatchType[] partTypes, ESRIPoint[] points)protected MapElementGISShapeFileReader. createMultiPoint(AttributeCollection provider, int shapeIndex, ESRIPoint[] points, boolean hasZ)protected MapElementGISShapeFileReader. createPoint(AttributeCollection provider, int shape_index, ESRIPoint point)protected MapElementGISShapeFileReader. createPolygon(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)protected MapElementGISShapeFileReader. createPolyline(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ) -
Uses of ESRIPoint in org.arakhne.afc.io.shape
Methods in org.arakhne.afc.io.shape that return ESRIPoint Modifier and Type Method Description protected abstract ESRIPointAbstractShapeFileWriter. getPointAt(E element, int groupIndex, int pointIndex, boolean expectM, boolean expectZ)Replies the point inside the given part at the given index.ESRIPointElementExporter. getPointAt(E element, int groupIndex, int pointIndex, boolean expectM, boolean expectZ)Replies the point inside the given part at the given index.protected ESRIPointShapeFileWriter. getPointAt(E element, int groupIndex, int pointIndex, boolean expectM, boolean expectZ)Methods in org.arakhne.afc.io.shape with parameters of type ESRIPoint Modifier and Type Method Description voidESRIBounds. add(ESRIPoint point)Add a point to this bounds.protected abstract EAbstractShapeFileReader. createMultiPatch(AttributeCollection provider, int shapeIndex, int[] parts, ShapeMultiPatchType[] partTypes, ESRIPoint[] points)Create a multipatch.default EElementFactory. createMultiPatch(AttributeCollection provider, int shapeIndex, int[] parts, ShapeMultiPatchType[] partTypes, ESRIPoint[] points)Create a multipatch.ObjectESRIFileUtil.NullFactory. createMultiPatch(AttributeCollection provider, int shapeIndex, int[] parts, ShapeMultiPatchType[] partTypes, ESRIPoint[] points)protected EShapeFileReader. createMultiPatch(AttributeCollection provider, int shapeIndex, int[] parts, ShapeMultiPatchType[] partTypes, ESRIPoint[] points)protected abstract EAbstractShapeFileReader. createMultiPoint(AttributeCollection provider, int shapeIndex, ESRIPoint[] points, boolean hasZ)Create a multipoint.default EElementFactory. createMultiPoint(AttributeCollection provider, int shapeIndex, ESRIPoint[] points, boolean hasZ)Create a multipoint.ObjectESRIFileUtil.NullFactory. createMultiPoint(AttributeCollection provider, int shapeIndex, ESRIPoint[] points, boolean hasZ)protected EShapeFileReader. createMultiPoint(AttributeCollection provider, int shapeIndex, ESRIPoint[] points, boolean hasZ)protected abstract EAbstractShapeFileReader. createPoint(AttributeCollection provider, int shape_index, ESRIPoint point)Create a point instance.default EElementFactory. createPoint(AttributeCollection provider, int shape_index, ESRIPoint point)Create a point instance.ObjectESRIFileUtil.NullFactory. createPoint(AttributeCollection provider, int shape_index, ESRIPoint point)protected EShapeFileReader. createPoint(AttributeCollection provider, int shape_index, ESRIPoint point)protected abstract EAbstractShapeFileReader. createPolygon(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)Create a polygon.default EElementFactory. createPolygon(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)Create a polygon.ObjectESRIFileUtil.NullFactory. createPolygon(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)protected EShapeFileReader. createPolygon(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)protected abstract EAbstractShapeFileReader. createPolyline(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)Create a polyline.default EElementFactory. createPolyline(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)Create a polyline.ObjectESRIFileUtil.NullFactory. createPolyline(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)protected EShapeFileReader. createPolyline(AttributeCollection provider, int shapeIndex, int[] parts, ESRIPoint[] points, boolean hasZ)Constructors in org.arakhne.afc.io.shape with parameters of type ESRIPoint Constructor Description ESRIBounds(ESRIPoint point)Constructor.ESRIPoint(ESRIPoint point)Constructs and initializes a Point4d from the specified xyz coordinates.
-