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 TypeClassDescriptionclass
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.class
This 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 void
CompoundCurve.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.