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 interfaceCompoundCurvedGeometry<T extends LineString>Convenience interface to expose methods common toCompoundCurveandCompoundRinginterfaceCurvedRingMarker interface identifying closed curved geometriesinterfaceMultiCurvedGeometry<T extends Geometry>This interface is really just a trick for schema building, there are no concrete implementors for itinterfaceSingleCurvedGeometry<T extends LineString>Convenience interface to expose methods common toCircularStringandCircularRingClasses in org.geotools.geometry.jts that implement CurvedGeometry Modifier and Type Class Description classCircularRingA CircularRing is a CircularString whose start and end point coincide.classCircularStringA CircularString is a sequence of zero or more connected circular arc segments.classCompoundCurveA CompoundCurve is a connected sequence of circular arcs and linear segments.classCompoundRingA CompoundRing is a connected sequence of circular arcs and linear segments forming a closed line.classCurvePolygonA subclass of polygon that can host also curves and will linearize if neededclassMultiCurveA subclass of multi line string that can host also curves and will linearize if neededclassMultiSurfaceA subclass ofMultiPolygonthat can host alsoCurvePolygonand will linearize if neededMethods in org.geotools.geometry.jts with parameters of type CurvedGeometry Modifier and Type Method Description static CurvedGeometryFactoryCurvedGeometries. getFactory(CurvedGeometry<?> curved)Extracts aCurvedGeometryFactoryfrom 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
-