Package | Description |
---|---|
com.mysema.query.spatial.jts | |
com.mysema.query.spatial.jts.path |
Class and Description |
---|
JTSCurveExpression
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.
|
JTSGeometryCollectionExpression
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
|
JTSGeometryExpression
Geometry is the root class of the hierarchy.
|
JTSGeometryOperation |
JTSLineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
JTSLineStringOperation |
JTSMultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
JTSMultiSurfaceExpression
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
JTSPointExpression
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
JTSPointOperation |
JTSPolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
JTSPolygonOperation |
JTSSurfaceExpression
A Surface is a 2-dimensional geometric object.
|
Class and Description |
---|
JTSCurveExpression
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.
|
JTSGeometryCollectionExpression
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
|
JTSGeometryExpression
Geometry is the root class of the hierarchy.
|
JTSLinearRingExpression
A LinearRing is a LineString that is both closed and simple.
|
JTSLineStringExpression
A LineString is a Curve with linear interpolation between Points.
|
JTSMultiCurveExpression
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
|
JTSMultiLineStringExpression
A MultiLineString is a MultiCurve whose elements are LineStrings.
|
JTSMultiPointExpression
A MultiPoint is a 0-dimensional GeometryCollection.
|
JTSMultiPolygonExpression
A MultiPolygon is a MultiSurface whose elements are Polygons.
|
JTSMultiSurfaceExpression
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
|
JTSPointExpression
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
|
JTSPolygonExpression
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
|
JTSSurfaceExpression
A Surface is a 2-dimensional geometric object.
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.