Uses of Class
io.github.sebasbaumh.postgis.LineString
Packages that use LineString
-
Uses of LineString in io.github.sebasbaumh.postgis
Subclasses of LineString in io.github.sebasbaumh.postgisModifier and TypeClassDescriptionclassThe CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.classThis represents the LinearRing GIS datatype.Methods in io.github.sebasbaumh.postgis that return types with arguments of type LineStringModifier and TypeMethodDescriptionCompoundCurve.getGeometries()Gets all geometries.CompoundCurve.iterator()Methods in io.github.sebasbaumh.postgis with parameters of type LineStringMethod parameters in io.github.sebasbaumh.postgis with type arguments of type LineStringModifier and TypeMethodDescriptionfinal voidCompoundCurve.addAll(Iterable<? extends LineString> geoms) Adds all given geometries.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type LineStringModifierConstructorDescriptionCompoundCurve(Iterable<? extends LineString> geoms) Constructs an instance.MultiLineString(Iterable<LineString> lines) Constructs an instance.