private void |
Segment._get(int endPoint,
Point outPoint) |
|
(package private) void |
MultiVertexGeometryImpl._interpolateTwoVertices(int vertex1,
int vertex2,
double f,
Point outPoint) |
|
private void |
Segment._set(int endPoint,
Point src) |
|
(package private) void |
Envelope._setFromPoint(Point centerPoint) |
|
(package private) void |
Envelope._setFromPoint(Point centerPoint,
double width,
double height) |
|
void |
MultiPoint.add(Point point) |
Adds a point multipoint.
|
void |
MultiPointImpl.add(Point point) |
Adds a Point to this MultiPoint.
|
private void |
Bufferer.addCircle_(MultiPathImpl result_mp,
Point point) |
|
(package private) int |
EditShape.addPoint(int path,
Point point) |
|
private void |
ConvexHull.addPoint_(Point point) |
|
(package private) void |
MultiPoint.addPoints(Point[] points) |
|
void |
MultiPointImpl.addPoints(Point[] points) |
|
private Geometry |
Bufferer.bufferPoint_(Point point) |
|
void |
Envelope.centerAt(Point c) |
Centers the envelope around the specified point preserving the envelope's
width and height.
|
void |
Envelope.centerAt(Point c,
double w,
double h) |
Sets the envelope's corners to be centered around the specified point,
using its center, width, and height.
|
void |
Envelope2D.centerAt(Point c) |
|
(package private) static Point |
CrackAndCluster.cluster_non_empty_points(Point pt1,
Point pt2,
double w1,
int rank1,
double w2,
int rank2) |
|
boolean |
Envelope.contains(Point p) |
Checks if this envelope contains (covers) the specified point.
|
boolean |
Envelope2D.contains(Point p) |
|
(package private) static Point |
TopologicalOperations.difference(Point point,
Geometry geom,
double tolerance) |
|
(package private) static Point |
TopologicalOperations.difference(Point point,
Point point2,
double tolerance) |
|
private static int |
OperatorExportToESRIShapeCursor.exportPointToESRIShape(int exportFlags,
Point point,
java.nio.ByteBuffer shapeBuffer) |
|
private static void |
OperatorExportToGeoJsonCursor.exportPointToGeoJson_(int export_flags,
Point point,
JsonWriter json_writer) |
|
private static void |
OperatorExportToJsonCursor.exportPointToJson(Point pt,
SpatialReference spatialReference,
JsonWriter jsonWriter,
java.util.Map<java.lang.String,java.lang.Object> exportProperties) |
|
private static int |
OperatorExportToWkbLocal.exportPointToWKB(int exportFlags,
Point point,
java.nio.ByteBuffer wkbBuffer) |
|
(package private) static void |
OperatorExportToWktLocal.exportPointToWkt(int export_flags,
Point point,
java.lang.StringBuilder string) |
|
static double |
GeometryEngine.geodesicDistanceOnWGS84(Point ptFrom,
Point ptTo) |
A geodesic distance is the shortest distance between any two points on the earth's surface when the earth's
surface is approximated by a spheroid.
|
(package private) static double |
SpatialReferenceImpl.geodesicDistanceOnWGS84Impl(Point ptFrom,
Point ptTo) |
|
void |
Envelope.getCenter(Point point_out) |
|
static Proximity2DResult |
GeometryEngine.getNearestCoordinate(Geometry geometry,
Point inputPoint,
boolean bTestPolygonInterior) |
Finds the coordinate of the geometry which is closest to the specified
point.
|
abstract Proximity2DResult |
OperatorProximity2D.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior) |
Returns the nearest coordinate on the Geometry to the given input point.
|
abstract Proximity2DResult |
OperatorProximity2D.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior,
boolean bCalculateLeftRightSide) |
Returns the nearest coordinate on the Geometry to the given input point.
|
Proximity2DResult |
OperatorProximity2DLocal.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior) |
|
Proximity2DResult |
OperatorProximity2DLocal.getNearestCoordinate(Geometry geom,
Point inputPoint,
boolean bTestPolygonInterior,
boolean bCalculateLeftRightSide) |
|
static Proximity2DResult |
GeometryEngine.getNearestVertex(Geometry geometry,
Point inputPoint) |
Finds nearest vertex on the geometry which is closed to the specified
point.
|
abstract Proximity2DResult |
OperatorProximity2D.getNearestVertex(Geometry geom,
Point inputPoint) |
Returns the nearest vertex of the Geometry to the given input point.
|
Proximity2DResult |
OperatorProximity2DLocal.getNearestVertex(Geometry geom,
Point inputPoint) |
|
static Proximity2DResult[] |
GeometryEngine.getNearestVertices(Geometry geometry,
Point inputPoint,
double searchRadius,
int maxVertexCountToReturn) |
Finds all vertices in the given distance from the specified point, sorted
from the closest to the furthest.
|
abstract Proximity2DResult[] |
OperatorProximity2D.getNearestVertices(Geometry geom,
Point inputPoint,
double searchRadius,
int maxVertexCountToReturn) |
Returns vertices of the Geometry that are closer to the given point than
the given radius.
|
Proximity2DResult[] |
OperatorProximity2DLocal.getNearestVertices(Geometry geom,
Point inputPoint,
double searchRadius,
int maxVertexCountToReturn) |
|
void |
MultiVertexGeometry.getPoint(int index,
Point ptOut) |
Returns given vertex of the Geometry by value.
|
void |
MultiPath.getPointByVal(int index,
Point outPoint) |
|
void |
MultiPoint.getPointByVal(int index,
Point outPoint) |
|
abstract void |
MultiVertexGeometry.getPointByVal(int index,
Point outPoint) |
Returns given vertex of the Geometry.
|
void |
MultiVertexGeometryImpl.getPointByVal(int index,
Point dst) |
|
abstract void |
AttributeStreamBase.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
Inserts the attributes of a given semantics from a Point geometry.
|
void |
AttributeStreamOfDbl.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
AttributeStreamOfFloat.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
AttributeStreamOfInt16.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
AttributeStreamOfInt32.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
AttributeStreamOfInt64.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
AttributeStreamOfInt8.insertAttributes(int start,
Point pt,
int semantics,
int validSize) |
|
void |
MultiPath.insertPoint(int pathIndex,
int beforePointIndex,
Point pt) |
Inserts a point.
|
void |
MultiPathImpl.insertPoint(int pathIndex,
int beforePointIndex,
Point pt) |
|
void |
MultiPoint.insertPoint(int beforePointIndex,
Point pt) |
Inserts a point to this multipoint.
|
void |
MultiPointImpl.insertPoint(int beforePointIndex,
Point pt) |
|
(package private) int |
EditShape.insertVertex_(int path,
int before,
Point point) |
|
void |
SegmentIntersector.intersect(double tolerance,
Point pt_intersector_point,
int point_rank,
double point_weight,
boolean b_intersecting) |
|
(package private) static Point |
TopologicalOperations.intersection(Point point,
Geometry geom,
double tolerance) |
|
(package private) static Point |
TopologicalOperations.intersection(Point point,
Point point2,
double tolerance) |
|
static int |
PointInPolygonHelper.isPointInPolygon(Polygon inputPolygon,
Point inputPoint,
double tolerance) |
|
static PolygonUtils.PiPResult |
PolygonUtils.isPointInPolygon2D(Polygon polygon,
Point inputPoint,
double tolerance) |
Tests if Point is inside the Polygon.
|
void |
MultiPath.lineTo(Point endPoint) |
Adds a Line Segment to the given end point.
|
void |
MultiPathImpl.lineTo(Point endPoint) |
|
void |
Envelope.merge(Point point) |
Merges this envelope with the point.
|
(package private) static boolean |
Clusterer.mergeVertices(Point pt_1,
Point pt_2,
double w_1,
int rank_1,
double w_2,
int rank_2,
Point pt_res,
double[] w_res,
int[] rank_res) |
|
private static boolean |
RelationalOperations.multiPointContainsPoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.multiPointDisjointPoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
RelationalOperations.multiPointEqualsPoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorDifferenceLocal.multiPointMinusPoint_(MultiPoint multi_point,
Point point,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.multiPointRelatePoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
int relation,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
RelationalOperationsMatrix.multiPointRelatePoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
java.lang.String scl,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorSymmetricDifferenceLocal.multiPointSymDiffPoint_(MultiPoint multi_point,
Point point,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.multiPointWithinPoint_(MultiPoint multipoint_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
CrackAndCluster.non_empty_points_need_to_cluster(double tolerance,
Point pt1,
Point pt2) |
|
(package private) Proximity2DResult |
OperatorProximity2DLocal.pointGetNearestVertex(Point geom,
Point2D input_point) |
|
(package private) Proximity2DResult[] |
OperatorProximity2DLocal.pointGetNearestVertices(Point geom,
Point2D inputPoint,
double searchRadius,
int maxVertexCountToReturn) |
|
(package private) static Geometry |
OperatorDifferenceLocal.pointMinusEnvelope_(Point point,
Envelope envelope,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorDifferenceLocal.pointMinusMultiPoint_(Point point,
MultiPoint multi_point,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorDifferenceLocal.pointMinusPoint_(Point point_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorDifferenceLocal.pointMinusPolygon_(Point point,
Polygon polygon,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorDifferenceLocal.pointMinusPolyline_(Point point,
Polyline polyline,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
RelationalOperationsMatrix.pointRelatePoint_(Point point_a,
Point point_b,
double tolerance,
java.lang.String scl,
ProgressTracker progress_tracker) |
|
(package private) static Geometry |
OperatorSymmetricDifferenceLocal.pointSymDiffPoint_(Point point_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polygonContainsPoint_(Polygon polygon_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polygonDisjointPoint_(Polygon polygon_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polygonRelatePoint_(Polygon polygon_a,
Point point_b,
double tolerance,
int relation,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
RelationalOperationsMatrix.polygonRelatePoint_(Polygon polygon_a,
Point point_b,
double tolerance,
java.lang.String scl,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polygonTouchesPoint_(Polygon polygon_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polylineContainsPoint_(Polyline polyline_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polylineDisjointPoint_(Polyline polyline_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polylineRelatePoint_(Polyline polyline_a,
Point point_b,
double tolerance,
int relation,
ProgressTracker progress_tracker) |
|
(package private) static boolean |
RelationalOperationsMatrix.polylineRelatePoint_(Polyline polyline_a,
Point point_b,
double tolerance,
java.lang.String scl,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.polylineTouchesPoint_(Polyline polyline_a,
Point point_b,
double tolerance,
ProgressTracker progress_tracker) |
|
(package private) static Point |
TopologicalOperations.processPointIntersectOrDiff_(Point point,
Geometry intersector,
double tolerance,
boolean bClipIn) |
|
(package private) void |
Segment.queryCoord(double t,
Point point) |
|
void |
MultiPath.queryCoordinates(Point[] dst) |
|
void |
MultiPoint.queryCoordinates(Point[] dst) |
|
abstract void |
MultiVertexGeometry.queryCoordinates(Point[] dst) |
|
void |
MultiVertexGeometryImpl.queryCoordinates(Point[] dst) |
|
void |
Envelope.queryCornerByVal(int index,
Point ptDst) |
Sets the point's coordinates to the coordinates of the envelope at the
given corner.
|
void |
Segment.queryEnd(Point dstPoint) |
Returns coordinates of the end point in this segment.
|
(package private) void |
EditShape.queryPoint(int vertex,
Point point) |
|
void |
Segment.queryStart(Point dstPoint) |
Returns coordinates of the start point in a Point class.
|
private static int |
OperatorInternalRelationUtils.quickTest2DEnvelopePoint(Envelope geomA,
Point geomB,
double tolerance) |
|
private static int |
OperatorInternalRelationUtils.quickTest2DMultiPointPoint(MultiPoint geomA,
Point geomB,
double tolerance) |
|
private static int |
OperatorInternalRelationUtils.quickTest2DPointPoint(Point geomA,
Point geomB,
double tolerance) |
|
private static int |
OperatorInternalRelationUtils.quickTest2DPolygonPoint(Polygon geomA,
Point geomB,
double tolerance) |
|
private static int |
OperatorInternalRelationUtils.quickTest2DPolylinePoint(Polyline geomA,
Point geomB,
double tolerance,
int testType) |
|
private static boolean |
RelationalOperations.relate(Point point_a,
Envelope envelope_b,
SpatialReference sr,
int relation,
ProgressTracker progress_tracker) |
|
private static boolean |
RelationalOperations.relate(Point point_a,
Point point_b,
SpatialReference sr,
int relation,
ProgressTracker progress_tracker) |
|
(package private) void |
Envelope.setCoords(Point[] points) |
Sets the envelope from the array of points.
|
void |
Segment.setEnd(Point srcPoint) |
Sets the coordinates of the end point in a Point class.
|
void |
PtSrlzr.setGeometryByValue(Point point) |
|
(package private) void |
EditShape.setPoint(int vertex,
Point new_coord) |
|
void |
MultiPath.setPoint(int index,
Point point) |
|
void |
MultiPoint.setPoint(int index,
Point pointSrc) |
|
abstract void |
MultiVertexGeometry.setPoint(int index,
Point pointSrc) |
Sets the vertex at given index of the Geometry.
|
void |
MultiVertexGeometryImpl.setPoint(int index,
Point src) |
|
void |
MultiPath.setPointByVal(int index,
Point point) |
|
void |
MultiPoint.setPointByVal(int index,
Point pointSrc) |
|
abstract void |
MultiVertexGeometry.setPointByVal(int index,
Point pointSrc) |
Sets the vertex at given index of the Geometry.
|
void |
MultiVertexGeometryImpl.setPointByVal(int index,
Point src) |
|
void |
Segment.setStart(Point srcPoint) |
Sets the coordinates of the start point in this segment.
|
void |
MultiPath.startPath(Point point) |
Starts a new path at a point.
|
void |
MultiPathImpl.startPath(Point point) |
|
abstract int |
OperatorProject.transform(ProjectionTransformation transform,
Point[] coordsSrc,
int length,
Point[] coordsDst) |
Transforms an array of points.
|
int |
OperatorProjectLocal.transform(ProjectionTransformation transform,
Point[] pointsIn,
int count,
Point[] pointsOut) |
|
void |
Transformation2D.transform(Point[] pointsIn,
int count,
Point[] pointsOut) |
Transforms an array of points.
|