Uses of Class
org.geolatte.geom.Geometry
-
Packages that use Geometry Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.builder A DSL to simplify the creation of Geometries.org.geolatte.geom.codec Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.org.geolatte.geom.codec.db org.geolatte.geom.codec.db.db2 org.geolatte.geom.codec.db.oracle org.geolatte.geom.codec.db.sqlserver Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal format.org.geolatte.geom.crs.trans org.geolatte.geom.curve Space-filling curves.org.geolatte.geom.generator org.geolatte.geom.jts JTS interoperability classes. -
-
Uses of Geometry in org.geolatte.geom
Classes in org.geolatte.geom with type parameters of type Geometry Modifier and Type Class Description classAbstractGeometryCollection<P extends Position,G extends Geometry<P>>AGeometrythat is an ordered collection of some number ofGeometrys.interfaceComplex<P extends Position,G extends Geometry<P>>Interface forGeometrys that are composed ofGeometrys.Subclasses of Geometry in org.geolatte.geom Modifier and Type Class Description classAbstractGeometryCollection<P extends Position,G extends Geometry<P>>AGeometrythat is an ordered collection of some number ofGeometrys.classGeometryCollection<P extends Position>Created by Karel Maesen, Geovise BVBA on 2019-07-29.classLinearRing<P extends Position>ALineStringthat is both closed and simple.classLineString<P extends Position>A LineString is a 1-dimensionalGeometryconsisting of theLineSegments defined by consecutive pairs ofPoints of aPointSequence.classMultiLineString<P extends Position>AGeometryCollectionofLineStrings.classMultiPoint<P extends Position>AGeometryCollectionofPoints.classMultiPolygon<P extends Position>AGeometryCollectionofPolygons.classPoint<P extends Position>A 0-dimensionalGeometry.classPolygon<P extends Position>A planar surface defined by 1 exterior boundary and 0 or more interior boundaries.Fields in org.geolatte.geom declared as Geometry Modifier and Type Field Description protected Geometry<P>[]AbstractGeometryCollection. geometriesMethods in org.geolatte.geom with type parameters of type Geometry Modifier and Type Method Description <P extends C2D,G extends Geometry<P> & Polygonal<P>>
doubleJTSGeometryOperations. area(G geometry)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
doubleProjectedGeometryOperations. area(G geometry)Calculates the area of the specifiedGeometry.<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>JTSGeometryOperations. centroid(G geometry)<P extends C2D,G extends Geometry<P> & Polygonal<P>>
Point<P>ProjectedGeometryOperations. centroid(G geometry)Calculates a centroid for the specifiedGeometry.default <G extends Geometry<P>>
voidGeometryVisitor. endVisit(AbstractGeometryCollection<P,G> collection)<P extends C2D,G extends Geometry<P> & Linear<P>>
doubleJTSGeometryOperations. length(G geometry)<P extends C2D,G extends Geometry<P> & Linear<P>>
doubleProjectedGeometryOperations. length(G geometry)Calculates the length of the specifiedGeometry.<P extends C2D,G extends Geometry<P>>
GJTSGeometryOperations. reverse(G geometry)Creates aGeometryhaving as coordinates the coordinates of the inputGeometryin reverse order.<P extends C2D,G extends Geometry<P>>
GProjectedGeometryOperations. reverse(G geometry)Creates aGeometrywith the positions of the inputGeometryin reverse order.<G extends Geometry<P>>
voidGeometryVisitor. visit(AbstractGeometryCollection<P,G> collection)Visits aGeometryCollection.Methods in org.geolatte.geom that return Geometry Modifier and Type Method Description <Q extends Position>
Geometry<Q>Geometry. as(Class<Q> castToType)<P extends C2D>
Geometry<P>JTSGeometryOperations. boundary(Geometry<P> geometry)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. boundary(Geometry<P> geometry)Calculates the boundary of the specifiedGeometry.<P extends C2D>
Geometry<P>JTSGeometryOperations. buffer(Geometry<P> geometry, double distance)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. buffer(Geometry<P> geometry, double distance)Calculates aGeometrythat represents all points whose distance from the specifiedGeometryis less than or equal the specified distance.G[]AbstractGeometryCollection. components()Returns the componentsG[]Complex. components()Returns the components<P extends C2D>
Geometry<P>JTSGeometryOperations. convexHull(Geometry<P> geometry)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. convexHull(Geometry<P> geometry)Calculates the convex hull of the specifiedGeometry.<P extends C2D>
Geometry<P>JTSGeometryOperations. difference(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. difference(Geometry<P> geometry, Geometry<P> other)Calculates the point set difference of the specifiedGeometrys.static <Q extends Position>
Geometry<Q>Geometry. forceToCrs(Geometry<?> geometry, CoordinateReferenceSystem<Q> crs)Creates a newGeometrywith the positions from the specified geometry and having the specifiedCoordinateReferenceSystemGeometry<P>Feature. getGeometry()<P extends C2D>
Geometry<P>JTSGeometryOperations. intersection(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. intersection(Geometry<P> geometry, Geometry<P> other)Calculates the point set intersection of the specifiedGeometrys.<P extends C2D & Measured>
Geometry<P>DefaultMeasureGeometryOperations. locateAlong(Geometry<P> geometry, double mValue)<P extends C2D & Measured>
Geometry<P>MeasureGeometryOperations. locateAlong(Geometry<P> geometry, double mValue)Creates an operation to calculate theGeometryCollectionthat matches the specified M-coordinate value.<P extends C2D & Measured>
Geometry<P>DefaultMeasureGeometryOperations. locateBetween(Geometry<P> geometry, double startMeasure, double endMeasure)<P extends C2D & Measured>
Geometry<P>MeasureGeometryOperations. locateBetween(Geometry<P> geometry, double startMeasure, double endMeasure)Creates an operation to calculate theGeometryCollectionthat matches the specified range of M-coordinate value inclusively.<P extends C2D,M extends C2D & Measured>
Geometry<M>DefaultMeasureGeometryOperations. measureOnLength(Geometry<P> geometry, Class<M> positionTypeMarker, boolean keepBeginMeasure)<P extends C2D,M extends C2D & Measured>
Geometry<M>MeasureGeometryOperations. measureOnLength(Geometry<P> geometry, Class<M> positionTypeMarker, boolean keepBeginMeasure)Creates aGeometryOperationthat creates a new Geometry that has the same 2D/3D-coordinates as the specifiedGeometry, and with measure values that correspond with the length along it (or begin-measure + length).static <P extends Position>
Geometry<P>Geometries. mkGeometry(Class<?> geometryClass, List<Geometry<P>> parts)static <Q extends Position>
Geometry<Q>Geometries. mkGeometry(Class<?> geometryClass, CoordinateReferenceSystem<Q> crs)static <P extends Position>
Geometry<P>Geometries. mkGeometry(Class<?> geometryClass, Geometry<P>... parts)static <P extends Position>
Geometry<P>Geometries. mkGeometry(Class<?> geometryClass, PositionSequence<P> positions, CoordinateReferenceSystem<P> crs)Geometry<P>MeasureInterpolatingVisitor. result()<P extends C2D>
Geometry<P>JTSGeometryOperations. symmetricDifference(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. symmetricDifference(Geometry<P> geometry, Geometry<P> other)Calculates the point set symmetric difference of the specifiedGeometrys.<P extends C2D>
Geometry<P>JTSGeometryOperations. union(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. union(Geometry<P> geometry, Geometry<P> other)Calculates the point set union of the specifiedGeometrys.Methods in org.geolatte.geom that return types with arguments of type Geometry Modifier and Type Method Description Class<? extends Geometry>AbstractGeometryCollection. getComponentType()Class<? extends Geometry>Complex. getComponentType()Returns theClassof which all constituentGeometrys are instances.Class<? extends Geometry>MultiLineString. getComponentType()Class<? extends Geometry>MultiPoint. getComponentType()Class<? extends Geometry>MultiPolygon. getComponentType()Class<? extends Geometry>Polygon. getComponentType()Methods in org.geolatte.geom with parameters of type Geometry Modifier and Type Method Description <P extends C2D>
Geometry<P>JTSGeometryOperations. boundary(Geometry<P> geometry)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. boundary(Geometry<P> geometry)Calculates the boundary of the specifiedGeometry.<P extends C2D>
Geometry<P>JTSGeometryOperations. buffer(Geometry<P> geometry, double distance)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. buffer(Geometry<P> geometry, double distance)Calculates aGeometrythat represents all points whose distance from the specifiedGeometryis less than or equal the specified distance.<P extends C2D>
booleanJTSGeometryOperations. contains(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
booleanProjectedGeometryOperations. contains(Geometry<P> geometry, Geometry<P> other)Checks if the first specifiedGeometryspatially contains the second.<P extends C2D>
Geometry<P>JTSGeometryOperations. convexHull(Geometry<P> geometry)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. convexHull(Geometry<P> geometry)Calculates the convex hull of the specifiedGeometry.<P extends C2D>
booleanJTSGeometryOperations. crosses(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
booleanProjectedGeometryOperations. crosses(Geometry<P> geometry, Geometry<P> other)Checks if the specifiedGeometrys cross.<P extends C2D>
Geometry<P>JTSGeometryOperations. difference(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. difference(Geometry<P> geometry, Geometry<P> other)Calculates the point set difference of the specifiedGeometrys.<P extends C2D>
doubleJTSGeometryOperations. distance(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
doubleProjectedGeometryOperations. distance(Geometry<P> geometry, Geometry<P> other)Calculates the shortest distance between any two points in the twoGeometrys in the coordinate reference system of thisGeometry.<P extends Position>
booleanApproximateGeometryEquality. equals(Geometry<P> first, Geometry<P> second)<P extends Position>
booleanGeometryEquality. equals(Geometry<P> first, Geometry<P> second)Checks whether the first geometry equals the second, for some definition of equality.<P extends Position>
booleanGeometryPositionEquality. equals(Geometry<P> first, Geometry<P> second)Checks whether the first geometry equals the second, for some definition of equality.static <Q extends Position>
Geometry<Q>Geometry. forceToCrs(Geometry<?> geometry, CoordinateReferenceSystem<Q> crs)Creates a newGeometrywith the positions from the specified geometry and having the specifiedCoordinateReferenceSystemprotected static <T extends Position>
CoordinateReferenceSystem<T>Geometry. getCrs(Geometry<T>[] geometries)<P extends C2D>
Geometry<P>JTSGeometryOperations. intersection(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. intersection(Geometry<P> geometry, Geometry<P> other)Calculates the point set intersection of the specifiedGeometrys.<P extends C2D>
booleanJTSGeometryOperations. intersects(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
booleanProjectedGeometryOperations. intersects(Geometry<P> geometry, Geometry<P> other)Checks if the specifiedGeometrys intersect.<P extends C2D>
booleanJTSGeometryOperations. isSimple(Geometry<P> geometry)<P extends C2D>
booleanProjectedGeometryOperations. isSimple(Geometry<P> geometry)Tests the simplicity of the specifiedGeometry.<P extends C2D & Measured>
Geometry<P>DefaultMeasureGeometryOperations. locateAlong(Geometry<P> geometry, double mValue)<P extends C2D & Measured>
Geometry<P>MeasureGeometryOperations. locateAlong(Geometry<P> geometry, double mValue)Creates an operation to calculate theGeometryCollectionthat matches the specified M-coordinate value.<P extends C2D & Measured>
Geometry<P>DefaultMeasureGeometryOperations. locateBetween(Geometry<P> geometry, double startMeasure, double endMeasure)<P extends C2D & Measured>
Geometry<P>MeasureGeometryOperations. locateBetween(Geometry<P> geometry, double startMeasure, double endMeasure)Creates an operation to calculate theGeometryCollectionthat matches the specified range of M-coordinate value inclusively.<P extends Position & Measured>
doubleDefaultMeasureGeometryOperations. maximumMeasure(Geometry<P> geometry)<P extends Position & Measured>
doubleMeasureGeometryOperations. maximumMeasure(Geometry<P> geometry)Creates aGeometryOperationthat returns the maximum measure value of thePositions of the specified Geometry.<P extends C2D & Measured>
doubleDefaultMeasureGeometryOperations. measureAt(Geometry<P> geometry, C2D pos, double tolerance)<P extends C2D & Measured>
doubleMeasureGeometryOperations. measureAt(Geometry<P> geometry, C2D pos, double tolerance)Creates aGeometryOperationto calculate the measure value at the specified point<P extends C2D,M extends C2D & Measured>
Geometry<M>DefaultMeasureGeometryOperations. measureOnLength(Geometry<P> geometry, Class<M> positionTypeMarker, boolean keepBeginMeasure)<P extends C2D,M extends C2D & Measured>
Geometry<M>MeasureGeometryOperations. measureOnLength(Geometry<P> geometry, Class<M> positionTypeMarker, boolean keepBeginMeasure)Creates aGeometryOperationthat creates a new Geometry that has the same 2D/3D-coordinates as the specifiedGeometry, and with measure values that correspond with the length along it (or begin-measure + length).<P extends Position & Measured>
doubleDefaultMeasureGeometryOperations. minimumMeasure(Geometry<P> geometry)<P extends Position & Measured>
doubleMeasureGeometryOperations. minimumMeasure(Geometry<P> geometry)Creates aGeometryOperationthat returns the minimum measure value of thePositions of the specified Geometry.static <P extends Position>
Geometry<P>Geometries. mkGeometry(Class<?> geometryClass, Geometry<P>... parts)static <P extends Position>
GeometryCollection<P>Geometries. mkGeometryCollection(Geometry<P>... geometries)protected static <T extends Position>
PositionSequence<T>Geometry. nestPositionSequences(Geometry<T>[] geometries)<P extends C2D>
booleanJTSGeometryOperations. overlaps(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
booleanProjectedGeometryOperations. overlaps(Geometry<P> geometry, Geometry<P> other)Checks if the specifiedGeometrys overlap.<P extends C2D>
booleanJTSGeometryOperations. relates(Geometry<P> geometry, Geometry<P> other, String matrix)<P extends C2D>
booleanProjectedGeometryOperations. relates(Geometry<P> geometry, Geometry<P> other, String matrix)Checks if the specifiedGeometrys are spatially related by testing for intersections between the interior, boundary and exterior of the two geometric objects as specified by the values in the intersection pattern matrix.<P extends C2D>
Geometry<P>JTSGeometryOperations. symmetricDifference(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. symmetricDifference(Geometry<P> geometry, Geometry<P> other)Calculates the point set symmetric difference of the specifiedGeometrys.<P extends C2D>
booleanJTSGeometryOperations. touches(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
booleanProjectedGeometryOperations. touches(Geometry<P> geometry, Geometry<P> other)Checks if the specifiedGeometrys touch.<P extends C2D>
Geometry<P>JTSGeometryOperations. union(Geometry<P> geometry, Geometry<P> other)<P extends C2D>
Geometry<P>ProjectedGeometryOperations. union(Geometry<P> geometry, Geometry<P> other)Calculates the point set union of the specifiedGeometrys.Method parameters in org.geolatte.geom with type arguments of type Geometry Modifier and Type Method Description static <P extends Position>
Geometry<P>Geometries. mkGeometry(Class<?> geometryClass, List<Geometry<P>> parts)static <P extends Position>
GeometryCollection<P>Geometries. mkGeometryCollection(List<Geometry<P>> geometries)Constructors in org.geolatte.geom with parameters of type Geometry Constructor Description AbstractGeometryCollection(G... geometries)Constructs aGeometryCollectionfrom the specifiedGeometrys.GeometryCollection(Geometry<P>... geoms)MeasureInterpolatingVisitor(Geometry<P> geometry, double startMeasure, double endMeasure) -
Uses of Geometry in org.geolatte.geom.builder
Methods in org.geolatte.geom.builder with type parameters of type Geometry Modifier and Type Method Description protected static <P extends Position,G extends Geometry<P>>
G[]DSL. combine(Class<G> resultType, G geometry, G... geometries)Methods in org.geolatte.geom.builder that return Geometry Modifier and Type Method Description protected static <P extends Position,G extends Geometry<P>>
G[]DSL. combine(Class<G> resultType, G geometry, G... geometries)Methods in org.geolatte.geom.builder with parameters of type Geometry Modifier and Type Method Description protected static <P extends Position,G extends Geometry<P>>
G[]DSL. combine(Class<G> resultType, G geometry, G... geometries)static <P extends Position>
GeometryCollection<P>DSL. geometrycollection(Geometry<P> geometry, Geometry<P>... geometries)Creates aGeometryCollectionfrom the specifiedGeometrys. -
Uses of Geometry in org.geolatte.geom.codec
Methods in org.geolatte.geom.codec that return Geometry Modifier and Type Method Description Geometry<?>WkbDecoder. decode(ByteBuffer byteBuffer)Decodes a WKB encoded representation of aGeometry<P extends Position>
Geometry<P>WkbDecoder. decode(ByteBuffer byteBuffer, CoordinateReferenceSystem<P> crs)Decodes a WKB encoded representation of aGeometry, assuming the specifiedCoordinateReferenceSystemGeometry<?>WktDecoder. decode(String wkt)Decodes a WKT representation.<P extends Position>
Geometry<P>WktDecoder. decode(String wkt, CoordinateReferenceSystem<P> crs)Decodes a WKT representation using the specifiedCoordinateReferenceSystem.static Geometry<?>Wkb. fromWkb(ByteBuffer byteBuffer)Decodes a WKB representation in aByteBufferto aGeometry.static Geometry<?>Wkt. fromWkt(String wkt)static <P extends Position>
Geometry<P>Wkt. fromWkt(String wkt, CoordinateReferenceSystem<P> crs)Decodes the specified WKT String to aGeometry.Methods in org.geolatte.geom.codec with parameters of type Geometry Modifier and Type Method Description <P extends Position>
ByteBufferWkbEncoder. encode(Geometry<P> geometry, ByteOrder byteOrder)Encodes aGeometryto its WKB representation<P extends Position>
StringWktEncoder. encode(Geometry<P> geometry)Encodes an object to its WKT representation.static ByteBufferWkb. toWkb(Geometry geometry)Encodes aGeometryinto a WKB representation using the NDR (little-endian) byte-order.static ByteBufferWkb. toWkb(Geometry<?> geometry, ByteOrder byteOrder)Encodes aGeometryinto a WKB representation using the specified byte-order.static StringWkt. toWkt(Geometry<?> geometry)Encodes aGeometryto a WKT representation. -
Uses of Geometry in org.geolatte.geom.codec.db
Methods in org.geolatte.geom.codec.db with type parameters of type Geometry Modifier and Type Method Description <P extends Position,G extends Geometry<P>>
NEncoder. encode(G geom)Methods in org.geolatte.geom.codec.db that return Geometry Modifier and Type Method Description Geometry<?>Decoder. decode(N nativeGeom)Methods in org.geolatte.geom.codec.db with parameters of type Geometry Modifier and Type Method Description <P extends Position>
booleanEncoder. accepts(Geometry<P> geom) -
Uses of Geometry in org.geolatte.geom.codec.db.db2
Methods in org.geolatte.geom.codec.db.db2 with type parameters of type Geometry Modifier and Type Method Description <P extends Position,G extends Geometry<P>>
StringDb2ClobEncoder. encode(G geom)Methods in org.geolatte.geom.codec.db.db2 that return Geometry Modifier and Type Method Description Geometry<?>Db2ClobDecoder. decode(Clob clob)Methods in org.geolatte.geom.codec.db.db2 with parameters of type Geometry Modifier and Type Method Description <P extends Position>
booleanDb2ClobEncoder. accepts(Geometry<P> geom) -
Uses of Geometry in org.geolatte.geom.codec.db.oracle
Methods in org.geolatte.geom.codec.db.oracle with type parameters of type Geometry Modifier and Type Method Description <P extends Position,G extends Geometry<P>>
SDOGeometrySdoGeometryCollectionEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoLineStringEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoMultiLineStringEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoMultiPointEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoMultiPolygonEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoPointEncoder. encode(G geom)<P extends Position,G extends Geometry<P>>
SDOGeometrySdoPolygonEncoder. encode(G geom)Methods in org.geolatte.geom.codec.db.oracle that return Geometry Modifier and Type Method Description Geometry<?>AbstractSDODecoder. decode(SDOGeometry nativeGeom)static GeometryDecoders. decode(Struct raw)Decodes the SQL Server Geometry object to its JTS Geometry instancestatic GeometryDecoders. decode(SDOGeometry sdo)protected Geometry<?>LineStringSdoDecoder. internalDecode(SDOGeometry nativeGeom)protected Geometry<?>PointSdoDecoder. internalDecode(SDOGeometry nativeGeom)Methods in org.geolatte.geom.codec.db.oracle with parameters of type Geometry Modifier and Type Method Description <P extends Position>
booleanSdoGeometryCollectionEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoLineStringEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoMultiLineStringEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoMultiPointEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoMultiPolygonEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoPointEncoder. accepts(Geometry<P> geom)<P extends Position>
booleanSdoPolygonEncoder. accepts(Geometry<P> geom)static SDOGeometryEncoders. encode(Geometry<?> geom)static StructEncoders. encode(Geometry<?> geom, Connection conn, org.geolatte.geom.codec.db.oracle.SQLTypeFactory typeFactory)static Encoder<SDOGeometry>Encoders. encoderFor(Geometry<?> geom)protected <P extends Position>
intAbstractSDOEncoder. getLRSDim(Geometry<P> geom) -
Uses of Geometry in org.geolatte.geom.codec.db.sqlserver
Methods in org.geolatte.geom.codec.db.sqlserver that return Geometry Modifier and Type Method Description static GeometryDecoders. decode(byte[] raw)Decodes the SQL Server Geometry object to its JTS Geometry instanceMethods in org.geolatte.geom.codec.db.sqlserver with parameters of type Geometry Modifier and Type Method Description static byte[]Encoders. encode(Geometry<?> geom)static Encoder<SqlServerGeometry>Encoders. encoderFor(Geometry<?> geom) -
Uses of Geometry in org.geolatte.geom.crs.trans
Methods in org.geolatte.geom.crs.trans with type parameters of type Geometry Modifier and Type Method Description <G extends Geometry<P>>
voidTransformVisitor. endVisit(AbstractGeometryCollection<P,G> collection)<G extends Geometry<P>>
voidTransformVisitor. visit(AbstractGeometryCollection<P,G> collection)Methods in org.geolatte.geom.crs.trans that return Geometry Modifier and Type Method Description Geometry<Q>TransformVisitor. getTransformed() -
Uses of Geometry in org.geolatte.geom.curve
Methods in org.geolatte.geom.curve with parameters of type Geometry Modifier and Type Method Description StringMortonCode. ofGeometry(Geometry<P> geometry)Returns the Morton code for the specifiedGeometry. -
Uses of Geometry in org.geolatte.geom.generator
Methods in org.geolatte.geom.generator that return types with arguments of type Geometry Modifier and Type Method Description static <P extends Position>
Generator<Geometry<P>>GeometryGenerators. combine(List<Generator<? extends Geometry<P>>> generators)static <P extends Position>
Generator<Geometry<P>>GeometryGenerators. combine(Random rnd, List<Generator<? extends Geometry<P>>> generators)Method parameters in org.geolatte.geom.generator with type arguments of type Geometry Modifier and Type Method Description static <P extends Position>
Generator<Geometry<P>>GeometryGenerators. combine(List<Generator<? extends Geometry<P>>> generators)static <P extends Position>
Generator<Geometry<P>>GeometryGenerators. combine(Random rnd, List<Generator<? extends Geometry<P>>> generators) -
Uses of Geometry in org.geolatte.geom.jts
Methods in org.geolatte.geom.jts that return Geometry Modifier and Type Method Description static Geometry<?>JTS. from(org.locationtech.jts.geom.Geometry jtsGeometry)Primary Factory method that converts a JTS geometry into an equivalent geolatte geometrystatic <P extends Position>
Geometry<P>JTS. from(org.locationtech.jts.geom.Geometry jtsGeometry, CoordinateReferenceSystem<P> crs)Factory method that converts a JTS geometry into an equivalent geolatte geometry and allows the caller to specify the CoordinateReferenceSystem of the resulting geolatte geometry.Methods in org.geolatte.geom.jts with parameters of type Geometry Modifier and Type Method Description static <P extends Position>
org.locationtech.jts.geom.GeometryJTS. to(Geometry<P> geometry)static <P extends Position>
org.locationtech.jts.geom.GeometryJTS. to(Geometry<P> geometry, org.locationtech.jts.geom.GeometryFactory gFact)Primary factory method that converts a geolatte geometry into an equivalent jts geometryMethod parameters in org.geolatte.geom.jts with type arguments of type Geometry Modifier and Type Method Description static Class<? extends org.locationtech.jts.geom.Geometry>JTS. getCorrespondingJTSClass(Class<? extends Geometry> geometryClass)Returns the JTS Geometry class that corresponds to the specified Geolatte Geometry class.
-