Uses of Class
io.github.sebasbaumh.postgis.LineString
-
Packages that use LineString Package Description io.github.sebasbaumh.postgis -
-
Uses of LineString in io.github.sebasbaumh.postgis
Subclasses of LineString in io.github.sebasbaumh.postgis Modifier and Type Class Description classCircularStringThe CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.classLinearRingThis represents the LinearRing GIS datatype.Methods in io.github.sebasbaumh.postgis that return types with arguments of type LineString Modifier and Type Method Description Collection<LineString>CompoundCurve. getGeometries()Gets all geometries.Iterator<LineString>CompoundCurve. iterator()Methods in io.github.sebasbaumh.postgis with parameters of type LineString Modifier and Type Method Description voidCompoundCurve. add(LineString geom)Adds a geometry.Method parameters in io.github.sebasbaumh.postgis with type arguments of type LineString Modifier and Type Method Description voidCompoundCurve. addAll(Iterable<? extends LineString> geoms)Adds all given geometries.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type LineString Constructor Description CompoundCurve(Iterable<? extends LineString> geoms)Constructs an instance.MultiLineString(Iterable<LineString> lines)Constructs an instance.
-