Uses of Class
com.esri.core.geometry.Point
Packages that use Point
-
Uses of Point in com.esri.core.geometry
Methods in com.esri.core.geometry that return PointModifier and TypeMethodDescriptionEnvelope.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.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.Envelope.getUpperLeft()Returns the envelope's upper left corner point.Envelope.getUpperRight()Returns the envelope's upper right corner point.Methods in com.esri.core.geometry with parameters of type PointModifier and TypeMethodDescriptionvoidAdds a point multipoint.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.voidbooleanChecks if this envelope contains (covers) the specified point.booleanstatic 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.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.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.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.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.voidMultiPath.insertPoint(int pathIndex, int beforePointIndex, Point pt) Inserts a point.voidMultiPoint.insertPoint(int beforePointIndex, Point pt) Inserts a point to this multipoint.voidAdds a Line Segment to the given end point.voidMerges this envelope with the point.voidMultiPath.queryCoordinates(Point[] dst) voidMultiPoint.queryCoordinates(Point[] dst) abstract voidMultiVertexGeometry.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.voidSegment.queryStart(Point dstPoint) Returns coordinates of the start point in a Point class.voidSets the coordinates of the end point in a Point class.voidPtSrlzr.setGeometryByValue(Point point) voidvoidabstract voidSets the vertex at given index of the Geometry.voidMultiPath.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.voidSets the coordinates of the start point in this segment.voidStarts a new path at a point.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
Constructors in com.esri.core.geometry.ogc with parameters of type PointModifierConstructorDescriptionOGCMultiPoint(Point startPoint, SpatialReference sr) OGCPoint(Point pt, SpatialReference sr)