Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
Modifier and Type | Method and Description |
---|---|
GeometryOperations |
Geometry.getGeometryOperations()
Returns the
GeometryOperations instance used by this instance. |
protected static GeometryOperations |
Geometry.getGeometryOperations(Geometry[] geometries)
Extracts the first
GeometryOperations from an array of Geometry s if
the array is non-null and not empty. |
Constructor and Description |
---|
Geometry(GeometryOperations geometryOperations) |
GeometryFactory(GeometryOperations geometryOperations)
Creates a
GeometryFactory that creates Geometry s
with the specified GeometryOperations . |
LinearRing(PointSequence points,
GeometryOperations geometryOperations) |
LineString(PointSequence points,
GeometryOperations geometryOperations)
Constructs a
LineString from the specified PointSequence , coordinate reference system
and GeometryOperations implementation. |
Point(PointSequence sequence,
GeometryOperations geometryOperations) |
Polygon(PointSequence pointSequence,
GeometryOperations ops)
Creates a
Polygon with no holes, and having the specified PointSequence as exterior boundary |
PolyHedralSurface(GeometryOperations geometryOperations) |
Copyright © 2015 geolatte.org. All rights reserved.