Verwendungen von Klasse
io.github.sebasbaumh.postgis.Geometry
Packages, die Geometry verwenden
Package
Beschreibung
Binary parser package.
-
Verwendungen von Geometry in io.github.sebasbaumh.postgis
Klassen in io.github.sebasbaumh.postgis mit Typparametern vom Typ GeometryModifizierer und TypKlasseBeschreibungclass
MultiGeometry<T extends Geometry>
Base class for multi geometries.Unterklassen von Geometry in io.github.sebasbaumh.postgisModifizierer und TypKlasseBeschreibungclass
The CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.class
A compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.class
Base class for simple curves likeLineString
s and complex classes likeCompoundCurve
s.class
A CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.class
Geometry Collection.class
This represents the LinearRing GIS datatype.class
Linestring.class
The MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings.class
MultiGeometry<T extends Geometry>
Base class for multi geometries.class
A multi line.class
A multi point.class
A multi polygon.class
The MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.class
Point geometry.class
A polygon.class
PolygonBase<T extends Curve>
Base class for a polygon to allow similar handling of straight and circular polygons.Felder in io.github.sebasbaumh.postgis, die deklariert sind als GeometryModifizierer und TypFeldBeschreibungprotected Geometry
PGgeometrybase.geometry
Underlying geometry.Methoden in io.github.sebasbaumh.postgis mit Typparametern vom Typ GeometryModifizierer und TypMethodeBeschreibungstatic <T extends Geometry>
booleanPostGisUtil.checkConsistency
(Iterable<T> geoms) Do some internal consistency checks on the given geometries.Methoden in io.github.sebasbaumh.postgis, die Geometry zurückgebenModifizierer und TypMethodeBeschreibungPGgeometrybase.getGeometry()
Gets the underlyingGeometry
.Methoden in io.github.sebasbaumh.postgis mit Parametern vom Typ GeometryModifizierer und TypMethodeBeschreibungvoid
PGgeometrybase.setGeometry
(Geometry newgeom) Sets the underlyingGeometry
.Konstruktoren in io.github.sebasbaumh.postgis mit Parametern vom Typ GeometryModifiziererKonstruktorBeschreibungPGgeography
(Geometry geom) Constructs an instance.PGgeometry
(Geometry geom) Constructs an instance.protected
PGgeometrybase
(String type, Geometry geom) Constructs an instance.Konstruktorparameter in io.github.sebasbaumh.postgis mit Typargumenten vom Typ GeometryModifiziererKonstruktorBeschreibungGeometryCollection
(Iterable<Geometry> geoms) Constructs an instance. -
Verwendungen von Geometry in io.github.sebasbaumh.postgis.binary
Methoden in io.github.sebasbaumh.postgis.binary, die Geometry zurückgebenModifizierer und TypMethodeBeschreibungstatic Geometry
BinaryParser.parse
(byte[] value, int offset) Parse a hex encoded geometrystatic Geometry
Parse a hex encoded geometryMethoden in io.github.sebasbaumh.postgis.binary mit Parametern vom Typ GeometryModifizierer und TypMethodeBeschreibungstatic byte[]
BinaryWriter.writeBinary
(Geometry geom) Write a binary encoded geometry.static String
BinaryWriter.writeHexed
(Geometry geom) Write a hex encoded geometry.