|
class | Angle |
| Calculates an angle between three given points. More...
|
|
class | IsPointInRing |
| Checks if a given point is included in a given ring. More...
|
|
class | IsPointOnLine |
| Returns true if a given point is found on a given LineString. More...
|
|
class | M |
| Returns the m coordinate of the given point geometry or the m coordinate of the centroid if the geometry given is not a point. More...
|
|
class | MMax |
| Returns maximum m coordinate of the given geometry. More...
|
|
class | MMin |
| Returns minimum m coordinate of the given geometry. More...
|
|
class | PointInsideCircle |
| Returns true if a point is found within the bounds of a given circle defintion. More...
|
|
class | X |
| Returns the x coordinate of the given point geometry or the x coordinate of the centroid if the geometry given is not a point. More...
|
|
class | XMax |
| Returns maximum x coordinate of the given geometry. More...
|
|
class | XMin |
| Returns minimum x coordinate of the given geometry. More...
|
|
class | Y |
| Returns the y coordinate of the given point geometry or the y coordinate of the centroid if the geometry given is not a point. More...
|
|
class | YMax |
| Returns maximum y coordinate of the given geometry. More...
|
|
class | YMin |
| Returns minimum y coordinate of the given geometry. More...
|
|
class | Z |
| Returns the z coordinate of the given point geometry or the z coordinate of the centroid if the geometry given is not a point. More...
|
|
class | ZMax |
| Returns maximum z coordinate of the given geometry. More...
|
|
class | Zmflag |
|
class | ZMin |
| Returns minimum z coordinate of the given geometry. More...
|
|