| Interface | Description |
|---|---|
| GeometryPaths |
GeometryPaths provides factory methods for GeometryExpression creation |
| Class | Description |
|---|---|
| CurveExpression<T extends org.geolatte.geom.Geometry> |
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve
specifying the form of the interpolation between Points.
|
| GeometryCollectionExpression<T extends org.geolatte.geom.GeometryCollection> |
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
|
| GeometryCollectionPath<T extends org.geolatte.geom.GeometryCollection> | |
| GeometryExpression<T extends org.geolatte.geom.Geometry> |
Geometry is the root class of the hierarchy.
|
| GeometryExpressions |
GeometryExpressions contains static functions for GEO operations
|
| GeometryOperation<T extends org.geolatte.geom.Geometry> | |
| GeometryPath<T extends org.geolatte.geom.Geometry> | |
| LinearRingExpression<T extends org.geolatte.geom.LineString> |
A LinearRing is a LineString that is both closed and simple.
|
| LinearRingPath<T extends org.geolatte.geom.LinearRing> | |
| LineExpression<T extends org.geolatte.geom.LineString> |
A Line is a LineString with exactly 2 Points.
|
| LineStringExpression<T extends org.geolatte.geom.LineString> |
A LineString is a Curve with linear interpolation between Points.
|
| LineStringOperation<T extends org.geolatte.geom.LineString> | |
| LineStringPath<T extends org.geolatte.geom.LineString> | |
| MultiCurveExpression<T extends org.geolatte.geom.GeometryCollection> |
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
| MultiLineStringExpression<T extends org.geolatte.geom.MultiLineString> |
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
| MultiLineStringPath<T extends org.geolatte.geom.MultiLineString> | |
| MultiPointExpression<T extends org.geolatte.geom.MultiPoint> |
A MultiPoint is a 0-dimensional GeometryCollection.
|
| MultiPointPath<T extends org.geolatte.geom.MultiPoint> | |
| MultiPolygonExpression<T extends org.geolatte.geom.MultiPolygon> |
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
| MultiPolygonPath<T extends org.geolatte.geom.MultiPolygon> | |
| MultiSurfaceExpression<T extends org.geolatte.geom.GeometryCollection> |
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
| PointExpression<T extends org.geolatte.geom.Point> |
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
| PointOperation<T extends org.geolatte.geom.Point> | |
| PointPath<T extends org.geolatte.geom.Point> | |
| PolygonExpression<T extends org.geolatte.geom.Polygon> |
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
| PolygonOperation<T extends org.geolatte.geom.Polygon> | |
| PolygonPath<T extends org.geolatte.geom.Polygon> | |
| PolyhedralSurfaceExpression<T extends org.geolatte.geom.PolyHedralSurface> |
A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
|
| PolyhedralSurfacePath<T extends org.geolatte.geom.PolyHedralSurface> | |
| SurfaceExpression<T extends org.geolatte.geom.Geometry> |
A Surface is a 2-dimensional geometric object.
|
| Enum | Description |
|---|---|
| SpatialOps |
SpatialOps provides Operator instances for spatial operations |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.