Provides utility functions for geometry objects.
Inheritance Hierarchy
PreStormGeometryFunctions
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
The GeometryFunctions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Area |
Calculates the area of the polygon.
| |
| Buffer |
Buffers the extent by the specified distance.
| |
| Centre |
Returns the centre point of the extent.
| |
| Contains(FeaturePolygon, FeatureMultipoint) |
Determines if the polygon completely contains the multipoint.
| |
| Contains(FeaturePolygon, FeaturePoint) |
Determines if the polygon contains the point.
| |
| Contains(FeaturePolygon, FeaturePolygon) |
Determines if the polygon completely contains the other polygon.
| |
| Contains(FeaturePolygon, FeaturePolyline) |
Determines if the polygon completely contains the polyline.
| |
| Contains(Polygon, Multipoint) |
Determines if the polygon completely contains the multipoint.
| |
| Contains(Polygon, Point) |
Determines if the polygon contains the point.
| |
| Contains(Polygon, Polygon) |
Determines if the polygon completely contains the other polygon.
| |
| Contains(Polygon, Polyline) |
Determines if the polygon completely contains the polyline.
| |
| Distance(FeatureMultipoint, FeatureMultipoint) |
Calculates the distance between two features.
| |
| Distance(FeatureMultipoint, FeaturePoint) |
Calculates the distance between two features.
| |
| Distance(FeatureMultipoint, FeaturePolygon) |
Calculates the distance between two features.
| |
| Distance(FeatureMultipoint, FeaturePolyline) |
Calculates the distance between two features.
| |
| Distance(FeaturePoint, FeatureMultipoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePoint, FeaturePoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePoint, FeaturePolygon) |
Calculates the distance between two features.
| |
| Distance(FeaturePoint, FeaturePolyline) |
Calculates the distance between two features.
| |
| Distance(FeaturePolygon, FeatureMultipoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePolygon, FeaturePoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePolygon, FeaturePolygon) |
Calculates the distance between two features.
| |
| Distance(FeaturePolygon, FeaturePolyline) |
Calculates the distance between two features.
| |
| Distance(FeaturePolyline, FeatureMultipoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePolyline, FeaturePoint) |
Calculates the distance between two features.
| |
| Distance(FeaturePolyline, FeaturePolygon) |
Calculates the distance between two features.
| |
| Distance(FeaturePolyline, FeaturePolyline) |
Calculates the distance between two features.
| |
| Distance(Multipoint, Multipoint) |
Calculates the distance to the other multipoint.
| |
| Distance(Multipoint, Point) |
Calculates the shortest distance to the point.
| |
| Distance(Multipoint, Polygon) |
Calculates the shortest distance to the polygon.
| |
| Distance(Multipoint, Polyline) |
Calculates the shortest distance to the polyline.
| |
| Distance(Point, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
| Distance(Point, Point) |
Calculates the distance to the other point.
| |
| Distance(Point, Polygon) |
Calculates the shortest distance to the polygon.
| |
| Distance(Point, Polyline) |
Calculates the shortest distance to the polyline.
| |
| Distance(Polygon, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
| Distance(Polygon, Point) |
Calculates the shortest distance to the point.
| |
| Distance(Polygon, Polygon) |
Calculates the distance to the other polygon.
| |
| Distance(Polygon, Polyline) |
Calculates the shortest distance to the polyline.
| |
| Distance(Polyline, Multipoint) |
Calculates the shortest distance to the multipoint.
| |
| Distance(Polyline, Point) |
Calculates the shortest distance to the point.
| |
| Distance(Polyline, Polygon) |
Calculates the shortest distance to the polygon.
| |
| Distance(Polyline, Polyline) |
Calculates the distance to the other polyline.
| |
| Extent(Multipoint) |
Returns the extent of this multipoint.
| |
| Extent(Point) |
Returns the extent of this point.
| |
| Extent(Polygon) |
Returns the extent of this polygon.
| |
| Extent(Polyline) |
Returns the extent of this polyline.
| |
| Intersect(FeaturePolyline, FeaturePolyline) |
Returns intersection points between the two polylines.
| |
| Intersect(Polyline, Polyline) |
Returns intersection points between the two polylines.
| |
| Intersects(FeaturePolygon, FeaturePolygon) |
Determines if the polyline intersects the other polyline.
| |
| Intersects(FeaturePolygon, FeaturePolyline) |
Determines if the polygon intersects the polyline.
| |
| Intersects(FeaturePolyline, FeaturePolygon) |
Determines if the polyline intersects the polygon.
| |
| Intersects(FeaturePolyline, FeaturePolyline) |
Determines if the polyline intersects the other polyline.
| |
| Intersects(Polygon, Polygon) |
Determines if the polygon intersects the other polygon.
| |
| Intersects(Polygon, Polyline) |
Determines if the polygon intersects the polyline.
| |
| Intersects(Polyline, Polygon) |
Determines if the polyline intersects the polygon.
| |
| Intersects(Polyline, Polyline) |
Determines if the polyline intersects the other polyline.
| |
| Length |
Calculates the length of the polyline.
| |
| Perimeter |
Calculates the perimeter of the polygon.
| |
| Within(FeatureMultipoint, FeaturePolygon) |
Determines if the multipoint is inside the polygon.
| |
| Within(FeaturePoint, FeaturePolygon) |
Determines if the point is inside the polygon.
| |
| Within(FeaturePolygon, FeaturePolygon) |
Determines if the polygon is inside the other polygon.
| |
| Within(FeaturePolyline, FeaturePolygon) |
Determines if the polyline is inside the polygon.
| |
| Within(Multipoint, Polygon) |
Determines if the multipoint is inside the polygon.
| |
| Within(Point, Polygon) |
Determines if the point is inside the polygon.
| |
| Within(Polygon, Polygon) |
Determines if the polygon is inside the other polygon.
| |
| Within(Polyline, Polygon) |
Determines if the polyline is inside the polygon.
| |
| WithinDistance(FeatureMultipoint, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeatureMultipoint, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeatureMultipoint, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeatureMultipoint, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePoint, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePoint, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePoint, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePoint, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolygon, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolygon, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolygon, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolygon, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolyline, FeatureMultipoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolyline, FeaturePoint, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolyline, FeaturePolygon, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(FeaturePolyline, FeaturePolyline, Double) |
Determines if the feature is within the specified distance from the other feature.
| |
| WithinDistance(Multipoint, Multipoint, Double) |
Determines if the multipoint is within the specified distance from the other multipoint.
| |
| WithinDistance(Multipoint, Point, Double) |
Determines if the multipoint is within the specified distance from the point.
| |
| WithinDistance(Multipoint, Polygon, Double) |
Determines if the multipoint is within the specified distance from the polygon.
| |
| WithinDistance(Multipoint, Polyline, Double) |
Determines if the multipoint is within the specified distance from the polyline.
| |
| WithinDistance(Point, Multipoint, Double) |
Determines if the point is within the specified distance from the multipoint.
| |
| WithinDistance(Point, Point, Double) |
Determines if the point is within the specified distance from the other point.
| |
| WithinDistance(Point, Polygon, Double) |
Determines if the point is within the specified distance from the polygon.
| |
| WithinDistance(Point, Polyline, Double) |
Determines if the point is within the specified distance from the polyline.
| |
| WithinDistance(Polygon, Multipoint, Double) |
Determines if the polygon is within the specified distance from the multipoint.
| |
| WithinDistance(Polygon, Point, Double) |
Determines if the polygon is within the specified distance from the point.
| |
| WithinDistance(Polygon, Polygon, Double) |
Determines if the polygon is within the specified distance from the other polygon.
| |
| WithinDistance(Polygon, Polyline, Double) |
Determines if the polygon is within the specified distance from the polyline.
| |
| WithinDistance(Polyline, Multipoint, Double) |
Determines if the polyline is within the specified distance from the multipoint.
| |
| WithinDistance(Polyline, Point, Double) |
Determines if the polyline is within the specified distance from the point.
| |
| WithinDistance(Polyline, Polygon, Double) |
Determines if the polyline is within the specified distance from the polygon.
| |
| WithinDistance(Polyline, Polyline, Double) |
Determines if the polyline is within the specified distance from the other polyline.
|
See Also