Uses of Interface
org.geotools.geometry.jts.CurvedGeometry
-
Packages that use CurvedGeometry Package Description org.geotools.geometry.jts -
-
Uses of CurvedGeometry in org.geotools.geometry.jts
Subinterfaces of CurvedGeometry in org.geotools.geometry.jts Modifier and Type Interface Description interface
CompoundCurvedGeometry<T extends LineString>
Convenience interface to expose methods common toCompoundCurve
andCompoundRing
interface
CurvedRing
Marker interface identifying closed curved geometriesinterface
MultiCurvedGeometry<T extends Geometry>
This interface is really just a trick for schema building, there are no concrete implementors for itinterface
SingleCurvedGeometry<T extends LineString>
Convenience interface to expose methods common toCircularString
andCircularRing
Classes in org.geotools.geometry.jts that implement CurvedGeometry Modifier and Type Class 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 neededclass
MultiCurve
A subclass of multi line string that can host also curves and will linearize if neededclass
MultiSurface
A subclass ofMultiPolygon
that can host alsoCurvePolygon
and will linearize if neededMethods in org.geotools.geometry.jts with parameters of type CurvedGeometry Modifier and Type Method Description static CurvedGeometryFactory
CurvedGeometries. getFactory(CurvedGeometry<?> curved)
Extracts aCurvedGeometryFactory
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
-