Uses of Class
com.esri.core.geometry.Point
Packages that use Point
-
Uses of Point in com.esri.core.geometry
Fields in com.esri.core.geometry declared as PointModifier and TypeFieldDescription(package private) PointEditShape.m_helper_pointprivate PointPlaneSweepCrackerHelper.m_helper_pointprotected PointMultiPathImpl.m_moveToPointprivate PointOperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.m_pointprivate PointSegmentIntersector.m_pointMethods in com.esri.core.geometry that return PointModifier and TypeMethodDescription(package private) static PointCrackAndCluster.cluster_non_empty_points(Point pt1, Point pt2, double w1, int rank1, double w2, int rank2) (package private) static PointTopologicalOperations.difference(Point point, Geometry geom, double tolerance) (package private) static PointTopologicalOperations.difference(Point point, Point point2, double tolerance) Envelope.getCenter()Returns the center point of the envelope.Proximity2DResult.getCoordinate()Returns the closest coordinate for OperatorProximity2D.getNearestCoordinate or the vertex coordinates for the OperatorProximity2D.getNearestVertex and OperatorProximity2D.getNearestVertices.(package private) PointEditShape.getHelperPoint_()Envelope.getLowerLeft()Returns the envelope's lower left corner point.Envelope.getLowerRight()Returns the envelope's lower right corner point.MultiPath.getPoint(int index) MultiPoint.getPoint(int index) abstract PointMultiVertexGeometry.getPoint(int index) Returns given vertex of the Geometry.MultiVertexGeometryImpl.getPoint(int index) SegmentIntersector.getResultPoint()Envelope.getUpperLeft()Returns the envelope's upper left corner point.Envelope.getUpperRight()Returns the envelope's upper right corner point.(package private) static PointTopologicalOperations.intersection(Point point, Geometry geom, double tolerance) (package private) static PointTopologicalOperations.intersection(Point point, Point point2, double tolerance) (package private) static PointTopologicalOperations.processPointIntersectOrDiff_(Point point, Geometry intersector, double tolerance, boolean bClipIn) Methods in com.esri.core.geometry with parameters of type PointModifier and TypeMethodDescriptionprivate void(package private) voidMultiVertexGeometryImpl._interpolateTwoVertices(int vertex1, int vertex2, double f, Point outPoint) private void(package private) voidEnvelope._setFromPoint(Point centerPoint) (package private) voidEnvelope._setFromPoint(Point centerPoint, double width, double height) voidAdds a point multipoint.voidAdds a Point to this MultiPoint.private voidBufferer.addCircle_(MultiPathImpl result_mp, Point point) (package private) intprivate void(package private) voidvoidprivate GeometryBufferer.bufferPoint_(Point point) voidCenters the envelope around the specified point preserving the envelope's width and height.voidSets the envelope's corners to be centered around the specified point, using its center, width, and height.void(package private) static PointCrackAndCluster.cluster_non_empty_points(Point pt1, Point pt2, double w1, int rank1, double w2, int rank2) booleanChecks if this envelope contains (covers) the specified point.boolean(package private) static PointTopologicalOperations.difference(Point point, Geometry geom, double tolerance) (package private) static PointTopologicalOperations.difference(Point point, Point point2, double tolerance) private static intOperatorExportToESRIShapeCursor.exportPointToESRIShape(int exportFlags, Point point, ByteBuffer shapeBuffer) private static voidOperatorExportToGeoJsonCursor.exportPointToGeoJson_(int export_flags, Point point, JsonWriter json_writer) private static voidOperatorExportToJsonCursor.exportPointToJson(Point pt, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static intOperatorExportToWkbLocal.exportPointToWKB(int exportFlags, Point point, ByteBuffer wkbBuffer) (package private) static voidOperatorExportToWktLocal.exportPointToWkt(int export_flags, Point point, StringBuilder string) static doubleGeometryEngine.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 doubleSpatialReferenceImpl.geodesicDistanceOnWGS84Impl(Point ptFrom, Point ptTo) voidstatic Proximity2DResultGeometryEngine.getNearestCoordinate(Geometry geometry, Point inputPoint, boolean bTestPolygonInterior) Finds the coordinate of the geometry which is closest to the specified point.abstract Proximity2DResultOperatorProximity2D.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior) Returns the nearest coordinate on the Geometry to the given input point.abstract Proximity2DResultOperatorProximity2D.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide) Returns the nearest coordinate on the Geometry to the given input point.OperatorProximity2DLocal.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior) OperatorProximity2DLocal.getNearestCoordinate(Geometry geom, Point inputPoint, boolean bTestPolygonInterior, boolean bCalculateLeftRightSide) static Proximity2DResultGeometryEngine.getNearestVertex(Geometry geometry, Point inputPoint) Finds nearest vertex on the geometry which is closed to the specified point.abstract Proximity2DResultOperatorProximity2D.getNearestVertex(Geometry geom, Point inputPoint) Returns the nearest vertex of the Geometry to the given input point.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.OperatorProximity2DLocal.getNearestVertices(Geometry geom, Point inputPoint, double searchRadius, int maxVertexCountToReturn) voidReturns given vertex of the Geometry by value.voidMultiPath.getPointByVal(int index, Point outPoint) voidMultiPoint.getPointByVal(int index, Point outPoint) abstract voidMultiVertexGeometry.getPointByVal(int index, Point outPoint) Returns given vertex of the Geometry.voidMultiVertexGeometryImpl.getPointByVal(int index, Point dst) abstract voidAttributeStreamBase.insertAttributes(int start, Point pt, int semantics, int validSize) Inserts the attributes of a given semantics from a Point geometry.voidAttributeStreamOfDbl.insertAttributes(int start, Point pt, int semantics, int validSize) voidAttributeStreamOfFloat.insertAttributes(int start, Point pt, int semantics, int validSize) voidAttributeStreamOfInt16.insertAttributes(int start, Point pt, int semantics, int validSize) voidAttributeStreamOfInt32.insertAttributes(int start, Point pt, int semantics, int validSize) voidAttributeStreamOfInt64.insertAttributes(int start, Point pt, int semantics, int validSize) voidAttributeStreamOfInt8.insertAttributes(int start, Point pt, int semantics, int validSize) voidMultiPath.insertPoint(int pathIndex, int beforePointIndex, Point pt) Inserts a point.voidMultiPathImpl.insertPoint(int pathIndex, int beforePointIndex, Point pt) voidMultiPoint.insertPoint(int beforePointIndex, Point pt) Inserts a point to this multipoint.voidMultiPointImpl.insertPoint(int beforePointIndex, Point pt) (package private) intEditShape.insertVertex_(int path, int before, Point point) voidSegmentIntersector.intersect(double tolerance, Point pt_intersector_point, int point_rank, double point_weight, boolean b_intersecting) (package private) static PointTopologicalOperations.intersection(Point point, Geometry geom, double tolerance) (package private) static PointTopologicalOperations.intersection(Point point, Point point2, double tolerance) static intPointInPolygonHelper.isPointInPolygon(Polygon inputPolygon, Point inputPoint, double tolerance) static PolygonUtils.PiPResultPolygonUtils.isPointInPolygon2D(Polygon polygon, Point inputPoint, double tolerance) Tests if Point is inside the Polygon.voidAdds a Line Segment to the given end point.voidvoidMerges this envelope with the point.(package private) static booleanClusterer.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 booleanRelationalOperations.multiPointContainsPoint_(MultiPoint multipoint_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.multiPointDisjointPoint_(MultiPoint multipoint_a, Point point_b, double tolerance, ProgressTracker progress_tracker) (package private) static booleanRelationalOperations.multiPointEqualsPoint_(MultiPoint multipoint_a, Point point_b, double tolerance, ProgressTracker progress_tracker) (package private) static GeometryOperatorDifferenceLocal.multiPointMinusPoint_(MultiPoint multi_point, Point point, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.multiPointRelatePoint_(MultiPoint multipoint_a, Point point_b, double tolerance, int relation, ProgressTracker progress_tracker) (package private) static booleanRelationalOperationsMatrix.multiPointRelatePoint_(MultiPoint multipoint_a, Point point_b, double tolerance, String scl, ProgressTracker progress_tracker) (package private) static GeometryOperatorSymmetricDifferenceLocal.multiPointSymDiffPoint_(MultiPoint multi_point, Point point, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.multiPointWithinPoint_(MultiPoint multipoint_a, Point point_b, double tolerance, ProgressTracker progress_tracker) (package private) static booleanCrackAndCluster.non_empty_points_need_to_cluster(double tolerance, Point pt1, Point pt2) (package private) Proximity2DResultOperatorProximity2DLocal.pointGetNearestVertex(Point geom, Point2D input_point) (package private) Proximity2DResult[]OperatorProximity2DLocal.pointGetNearestVertices(Point geom, Point2D inputPoint, double searchRadius, int maxVertexCountToReturn) (package private) static GeometryOperatorDifferenceLocal.pointMinusEnvelope_(Point point, Envelope envelope, double tolerance, ProgressTracker progress_tracker) (package private) static GeometryOperatorDifferenceLocal.pointMinusMultiPoint_(Point point, MultiPoint multi_point, double tolerance, ProgressTracker progress_tracker) (package private) static GeometryOperatorDifferenceLocal.pointMinusPoint_(Point point_a, Point point_b, double tolerance, ProgressTracker progress_tracker) (package private) static GeometryOperatorDifferenceLocal.pointMinusPolygon_(Point point, Polygon polygon, double tolerance, ProgressTracker progress_tracker) (package private) static GeometryOperatorDifferenceLocal.pointMinusPolyline_(Point point, Polyline polyline, double tolerance, ProgressTracker progress_tracker) (package private) static booleanRelationalOperationsMatrix.pointRelatePoint_(Point point_a, Point point_b, double tolerance, String scl, ProgressTracker progress_tracker) (package private) static GeometryOperatorSymmetricDifferenceLocal.pointSymDiffPoint_(Point point_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polygonContainsPoint_(Polygon polygon_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polygonDisjointPoint_(Polygon polygon_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polygonRelatePoint_(Polygon polygon_a, Point point_b, double tolerance, int relation, ProgressTracker progress_tracker) (package private) static booleanRelationalOperationsMatrix.polygonRelatePoint_(Polygon polygon_a, Point point_b, double tolerance, String scl, ProgressTracker progress_tracker) private static booleanRelationalOperations.polygonTouchesPoint_(Polygon polygon_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polylineContainsPoint_(Polyline polyline_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polylineDisjointPoint_(Polyline polyline_a, Point point_b, double tolerance, ProgressTracker progress_tracker) private static booleanRelationalOperations.polylineRelatePoint_(Polyline polyline_a, Point point_b, double tolerance, int relation, ProgressTracker progress_tracker) (package private) static booleanRelationalOperationsMatrix.polylineRelatePoint_(Polyline polyline_a, Point point_b, double tolerance, String scl, ProgressTracker progress_tracker) private static booleanRelationalOperations.polylineTouchesPoint_(Polyline polyline_a, Point point_b, double tolerance, ProgressTracker progress_tracker) (package private) static PointTopologicalOperations.processPointIntersectOrDiff_(Point point, Geometry intersector, double tolerance, boolean bClipIn) (package private) voidSegment.queryCoord(double t, Point point) voidMultiPath.queryCoordinates(Point[] dst) voidMultiPoint.queryCoordinates(Point[] dst) abstract voidMultiVertexGeometry.queryCoordinates(Point[] dst) voidMultiVertexGeometryImpl.queryCoordinates(Point[] dst) voidEnvelope.queryCornerByVal(int index, Point ptDst) Sets the point's coordinates to the coordinates of the envelope at the given corner.voidReturns coordinates of the end point in this segment.(package private) voidEditShape.queryPoint(int vertex, Point point) voidSegment.queryStart(Point dstPoint) Returns coordinates of the start point in a Point class.private static intOperatorInternalRelationUtils.quickTest2DEnvelopePoint(Envelope geomA, Point geomB, double tolerance) private static intOperatorInternalRelationUtils.quickTest2DMultiPointPoint(MultiPoint geomA, Point geomB, double tolerance) private static intOperatorInternalRelationUtils.quickTest2DPointPoint(Point geomA, Point geomB, double tolerance) private static intOperatorInternalRelationUtils.quickTest2DPolygonPoint(Polygon geomA, Point geomB, double tolerance) private static intOperatorInternalRelationUtils.quickTest2DPolylinePoint(Polyline geomA, Point geomB, double tolerance, int testType) private static booleanRelationalOperations.relate(Point point_a, Envelope envelope_b, SpatialReference sr, int relation, ProgressTracker progress_tracker) private static booleanRelationalOperations.relate(Point point_a, Point point_b, SpatialReference sr, int relation, ProgressTracker progress_tracker) (package private) voidSets the envelope from the array of points.voidSets the coordinates of the end point in a Point class.voidPtSrlzr.setGeometryByValue(Point point) (package private) voidvoidvoidabstract voidSets the vertex at given index of the Geometry.voidvoidMultiPath.setPointByVal(int index, Point point) voidMultiPoint.setPointByVal(int index, Point pointSrc) abstract voidMultiVertexGeometry.setPointByVal(int index, Point pointSrc) Sets the vertex at given index of the Geometry.voidMultiVertexGeometryImpl.setPointByVal(int index, Point src) voidSets the coordinates of the start point in this segment.voidStarts a new path at a point.voidabstract intOperatorProject.transform(ProjectionTransformation transform, Point[] coordsSrc, int length, Point[] coordsDst) Transforms an array of points.intOperatorProjectLocal.transform(ProjectionTransformation transform, Point[] pointsIn, int count, Point[] pointsOut) voidTransforms an array of points.Constructors in com.esri.core.geometry with parameters of type Point -
Uses of Point in com.esri.core.geometry.ogc
Fields in com.esri.core.geometry.ogc declared as PointConstructors in com.esri.core.geometry.ogc with parameters of type PointModifierConstructorDescriptionOGCMultiPoint(Point startPoint, SpatialReference sr) OGCPoint(Point pt, SpatialReference sr)