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 TypKlasseBeschreibungclassMultiGeometry<T extends Geometry>Base class for multi geometries.Unterklassen von Geometry in io.github.sebasbaumh.postgisModifizierer und TypKlasseBeschreibungclassThe CIRCULARSTRING is the basic curve type, similar to a LINESTRING in the linear world.classA compound curve is a single, continuous curve that has both curved (circular) segments and linear segments.classBase class for simple curves likeLineStrings and complex classes likeCompoundCurves.classA CURVEPOLYGON is just like a polygon, with an outer ring and zero or more inner rings.classGeometry Collection.classThis represents the LinearRing GIS datatype.classLinestring.classThe MULTICURVE is a collection of curves, which can include linear strings, circular strings or compound strings.classMultiGeometry<T extends Geometry>Base class for multi geometries.classA multi line.classA multi point.classA multi polygon.classThe MULTISURFACE is a collection of surfaces, which can be (linear) polygons or curve polygons.classPoint geometry.classA polygon.classPolygonBase<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 GeometryPGgeometrybase.geometryUnderlying 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 TypMethodeBeschreibungvoidPGgeometrybase.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.protectedPGgeometrybase(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 GeometryBinaryParser.parse(byte[] value, int offset) Parse a hex encoded geometrystatic GeometryParse 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 StringBinaryWriter.writeHexed(Geometry geom) Write a hex encoded geometry.