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 java.util.Collection<LineString>CompoundCurve. getGeometries()Gets all geometries.java.util.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(java.lang.Iterable<? extends LineString> geoms)Adds all given geometries.Constructor parameters in io.github.sebasbaumh.postgis with type arguments of type LineString Constructor Description CompoundCurve(java.lang.Iterable<? extends LineString> geoms)Constructs an instance.MultiLineString(java.lang.Iterable<LineString> lines)Constructs an instance.
-