Geometry instance extended methods#
Querona supports a number of extended methods on Open Geospatial Consortium (OGC) geometry instances.
For more information on OGC specifications, see the following:
OGC Specifications, Simple Feature Access Part 1 - Common Architecture
OGC Specifications, Simple Feature Access Part 2 - SQL Options
In this section#
- AsBinaryZM (geometry)
- AsGml (geometry)
- AsTextZM (geometry)
- BufferWithCurves (geometry)
- BufferWithTolerance (geometry)
- CurveToLineWithTolerance (geometry)
- Filter (geometry)
- HasM (geometry)
- HasZ (geometry)
- InstanceOf (geometry)
- IsNull (geometry)
- IsValidDetailed (geometry)
- M (geometry)
- MakeValid (geometry)
- Reduce (geometry)
- ShortestLineTo (geometry)
- ToString (geometry)
- Z (geometry)