Package | Description |
---|---|
org.geotools.geometry.jts |
Modifier and Type | Interface and Description |
---|---|
interface |
CompoundCurvedGeometry<T extends LineString>
Convenience interface to expose methods common to
CompoundCurve and CompoundRing |
interface |
CurvedRing
Marker interface identifying closed curved geometries
|
interface |
MultiCurvedGeometry<T extends Geometry>
This interface is really just a trick for schema building, there are no concrete implementors for
it
|
interface |
SingleCurvedGeometry<T extends LineString>
Convenience interface to expose methods common to
CircularString and CircularRing |
Modifier and Type | Class and Description |
---|---|
class |
CircularRing
A CircularRing is a CircularString whose start and end point coincide.
|
class |
CircularString
A CircularString is a sequence of zero or more connected circular arc segments.
|
class |
CompoundCurve
A CompoundCurve is a connected sequence of circular arcs and linear segments.
|
class |
CompoundRing
A CompoundRing is a connected sequence of circular arcs and linear segments forming a closed
line.
|
class |
CurvePolygon
A subclass of polygon that can host also curves and will linearize if needed
|
class |
MultiCurve
A subclass of multi line string that can host also curves and will linearize if needed
|
class |
MultiSurface
A subclass of
MultiPolygon that can host also CurvePolygon and will linearize if
needed |
Modifier and Type | Method and Description |
---|---|
static CurvedGeometryFactory |
CurvedGeometries.getFactory(CurvedGeometry<?> curved)
Extracts a
CurvedGeometryFactory from the provided geometry, either by just returning
the one that is held by the geometry, if consistent with its tolerance, or by creating a new
one |
Copyright © 1996–2019 Geotools. All rights reserved.