GeometryFunctions Methods

PreStorm - A Data Client for ArcGIS Server REST API

The GeometryFunctions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberArea
Calculates the area of the polygon.
Public methodStatic memberBuffer
Buffers the extent by the specified distance.
Public methodStatic memberCentre
Returns the centre point of the extent.
Public methodStatic memberContains(FeaturePolygon, FeatureMultipoint)
Determines if the polygon completely contains the multipoint.
Public methodStatic memberContains(FeaturePolygon, FeaturePoint)
Determines if the polygon contains the point.
Public methodStatic memberContains(FeaturePolygon, FeaturePolygon)
Determines if the polygon completely contains the other polygon.
Public methodStatic memberContains(FeaturePolygon, FeaturePolyline)
Determines if the polygon completely contains the polyline.
Public methodStatic memberContains(Polygon, Multipoint)
Determines if the polygon completely contains the multipoint.
Public methodStatic memberContains(Polygon, Point)
Determines if the polygon contains the point.
Public methodStatic memberContains(Polygon, Polygon)
Determines if the polygon completely contains the other polygon.
Public methodStatic memberContains(Polygon, Polyline)
Determines if the polygon completely contains the polyline.
Public methodStatic memberDistance(FeatureMultipoint, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeatureMultipoint, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePoint, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolygon, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeatureMultipoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePoint)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePolygon)
Calculates the distance between two features.
Public methodStatic memberDistance(FeaturePolyline, FeaturePolyline)
Calculates the distance between two features.
Public methodStatic memberDistance(Multipoint, Multipoint)
Calculates the distance to the other multipoint.
Public methodStatic memberDistance(Multipoint, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Multipoint, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Multipoint, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Point, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Point, Point)
Calculates the distance to the other point.
Public methodStatic memberDistance(Point, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Point, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Polygon, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Polygon, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Polygon, Polygon)
Calculates the distance to the other polygon.
Public methodStatic memberDistance(Polygon, Polyline)
Calculates the shortest distance to the polyline.
Public methodStatic memberDistance(Polyline, Multipoint)
Calculates the shortest distance to the multipoint.
Public methodStatic memberDistance(Polyline, Point)
Calculates the shortest distance to the point.
Public methodStatic memberDistance(Polyline, Polygon)
Calculates the shortest distance to the polygon.
Public methodStatic memberDistance(Polyline, Polyline)
Calculates the distance to the other polyline.
Public methodStatic memberExtent(Multipoint)
Returns the extent of this multipoint.
Public methodStatic memberExtent(Point)
Returns the extent of this point.
Public methodStatic memberExtent(Polygon)
Returns the extent of this polygon.
Public methodStatic memberExtent(Polyline)
Returns the extent of this polyline.
Public methodStatic memberIntersect(FeaturePolyline, FeaturePolyline)
Returns intersection points between the two polylines.
Public methodStatic memberIntersect(Polyline, Polyline)
Returns intersection points between the two polylines.
Public methodStatic memberIntersects(FeaturePolygon, FeaturePolygon)
Determines if the polyline intersects the other polyline.
Public methodStatic memberIntersects(FeaturePolygon, FeaturePolyline)
Determines if the polygon intersects the polyline.
Public methodStatic memberIntersects(FeaturePolyline, FeaturePolygon)
Determines if the polyline intersects the polygon.
Public methodStatic memberIntersects(FeaturePolyline, FeaturePolyline)
Determines if the polyline intersects the other polyline.
Public methodStatic memberIntersects(Polygon, Polygon)
Determines if the polygon intersects the other polygon.
Public methodStatic memberIntersects(Polygon, Polyline)
Determines if the polygon intersects the polyline.
Public methodStatic memberIntersects(Polyline, Polygon)
Determines if the polyline intersects the polygon.
Public methodStatic memberIntersects(Polyline, Polyline)
Determines if the polyline intersects the other polyline.
Public methodStatic memberLength
Calculates the length of the polyline.
Public methodStatic memberPerimeter
Calculates the perimeter of the polygon.
Public methodStatic memberWithin(FeatureMultipoint, FeaturePolygon)
Determines if the multipoint is inside the polygon.
Public methodStatic memberWithin(FeaturePoint, FeaturePolygon)
Determines if the point is inside the polygon.
Public methodStatic memberWithin(FeaturePolygon, FeaturePolygon)
Determines if the polygon is inside the other polygon.
Public methodStatic memberWithin(FeaturePolyline, FeaturePolygon)
Determines if the polyline is inside the polygon.
Public methodStatic memberWithin(Multipoint, Polygon)
Determines if the multipoint is inside the polygon.
Public methodStatic memberWithin(Point, Polygon)
Determines if the point is inside the polygon.
Public methodStatic memberWithin(Polygon, Polygon)
Determines if the polygon is inside the other polygon.
Public methodStatic memberWithin(Polyline, Polygon)
Determines if the polyline is inside the polygon.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeatureMultipoint, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePoint, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolygon, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeatureMultipoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePoint, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePolygon, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(FeaturePolyline, FeaturePolyline, Double)
Determines if the feature is within the specified distance from the other feature.
Public methodStatic memberWithinDistance(Multipoint, Multipoint, Double)
Determines if the multipoint is within the specified distance from the other multipoint.
Public methodStatic memberWithinDistance(Multipoint, Point, Double)
Determines if the multipoint is within the specified distance from the point.
Public methodStatic memberWithinDistance(Multipoint, Polygon, Double)
Determines if the multipoint is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Multipoint, Polyline, Double)
Determines if the multipoint is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Point, Multipoint, Double)
Determines if the point is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Point, Point, Double)
Determines if the point is within the specified distance from the other point.
Public methodStatic memberWithinDistance(Point, Polygon, Double)
Determines if the point is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Point, Polyline, Double)
Determines if the point is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Polygon, Multipoint, Double)
Determines if the polygon is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Polygon, Point, Double)
Determines if the polygon is within the specified distance from the point.
Public methodStatic memberWithinDistance(Polygon, Polygon, Double)
Determines if the polygon is within the specified distance from the other polygon.
Public methodStatic memberWithinDistance(Polygon, Polyline, Double)
Determines if the polygon is within the specified distance from the polyline.
Public methodStatic memberWithinDistance(Polyline, Multipoint, Double)
Determines if the polyline is within the specified distance from the multipoint.
Public methodStatic memberWithinDistance(Polyline, Point, Double)
Determines if the polyline is within the specified distance from the point.
Public methodStatic memberWithinDistance(Polyline, Polygon, Double)
Determines if the polyline is within the specified distance from the polygon.
Public methodStatic memberWithinDistance(Polyline, Polyline, Double)
Determines if the polyline is within the specified distance from the other polyline.
Top
See Also

Reference