Uses of Class
org.locationtech.jts.geom.GeometryFactory
-
Packages that use GeometryFactory Package Description org.locationtech.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.org.locationtech.jts.awt Classes to perform conversions from Java2D shape objects.org.locationtech.jts.dissolve org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects.org.locationtech.jts.geomgraph Contains classes that implement topology graphs.org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats.org.locationtech.jts.io.geojson org.locationtech.jts.io.gml2 Classes to read and write the GML2 geometry format.org.locationtech.jts.linearref Contains classes and interfaces implementing linear referencing on linear geometriesorg.locationtech.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.org.locationtech.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings.org.locationtech.jts.operation Provides classes for implementing operations on geometriesorg.locationtech.jts.operation.buffer Provides classes for computing buffers of geometriesorg.locationtech.jts.operation.linemerge Classes to perform line merging.org.locationtech.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.org.locationtech.jts.operation.polygonize An API for polygonizing sets of lines.org.locationtech.jts.operation.union Classes to perform efficent unioning of collections of geometries.org.locationtech.jts.operation.valid Provides classes for testing the validity of geometries.org.locationtech.jts.precision Provides classes for analyzing and manipulating the precision of Geometries.org.locationtech.jts.shape org.locationtech.jts.shape.fractal org.locationtech.jts.shape.random org.locationtech.jts.triangulate Classes to compute Delaunay triangulations.org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.org.locationtech.jts.util Contains support classes for the Java Topology Suite.org.locationtech.jtsexample.geom.prep org.locationtech.jtsexample.io.gml2 org.locationtech.jtsexample.linearref org.locationtech.jtsexample.operation.distance org.locationtech.jtsexample.technique org.locationtech.jtstest.clean org.locationtech.jtstest.function org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.geom org.locationtech.jtstest.testbuilder.io.shapefile org.locationtech.jtstest.testbuilder.model org.locationtech.jtstest.testrunner org.locationtech.jtstest.util.io -
-
Uses of GeometryFactory in org.locationtech.jts.algorithm
Fields in org.locationtech.jts.algorithm declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
InteriorPointArea. factory
private GeometryFactory
ConvexHull. geomFactory
Constructors in org.locationtech.jts.algorithm with parameters of type GeometryFactory Constructor Description ConvexHull(Coordinate[] pts, GeometryFactory geomFactory)
Create a new convex hull construction for the inputCoordinate
array. -
Uses of GeometryFactory in org.locationtech.jts.awt
Fields in org.locationtech.jts.awt declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
ShapeReader. geometryFactory
Methods in org.locationtech.jts.awt with parameters of type GeometryFactory Modifier and Type Method Description static Geometry
FontGlyphReader. read(java.lang.String text, java.awt.Font font, double flatness, GeometryFactory geomFact)
Converts text rendered in the givenFont
to aGeometry
static Geometry
FontGlyphReader. read(java.lang.String text, java.awt.Font font, GeometryFactory geomFact)
Converts text rendered in the givenFont
to aGeometry
using a standard flatness factor.static Geometry
FontGlyphReader. read(java.lang.String text, java.lang.String fontName, int pointSize, GeometryFactory geomFact)
Converts text rendered in the given font and pointsize to aGeometry
using a standard flatness factor.static Geometry
ShapeReader. read(java.awt.geom.PathIterator pathIt, GeometryFactory geomFact)
Converts a flat path to aGeometry
.static Geometry
ShapeReader. read(java.awt.Shape shp, double flatness, GeometryFactory geomFact)
Converts a Shape to a Geometry, flattening it first.Constructors in org.locationtech.jts.awt with parameters of type GeometryFactory Constructor Description ShapeReader(GeometryFactory geometryFactory)
-
Uses of GeometryFactory in org.locationtech.jts.dissolve
Fields in org.locationtech.jts.dissolve declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
LineDissolver. factory
-
Uses of GeometryFactory in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as GeometryFactory Modifier and Type Field Description protected GeometryFactory
Geometry. factory
TheGeometryFactory
used to create this GeometryMethods in org.locationtech.jts.geom that return GeometryFactory Modifier and Type Method Description GeometryFactory
Geometry. getFactory()
Gets the factory which contains the context in which this geometry was created.Methods in org.locationtech.jts.geom with parameters of type GeometryFactory Modifier and Type Method Description LineString
LineSegment. toGeometry(GeometryFactory geomFactory)
Creates a LineString with the same coordinates as this segmentGeometry
OctagonalEnvelope. toGeometry(GeometryFactory geomFactory)
Constructors in org.locationtech.jts.geom with parameters of type GeometryFactory Constructor Description Geometry(GeometryFactory factory)
Creates a newGeometry
via the specified GeometryFactory.GeometryCollection(Geometry[] geometries, GeometryFactory factory)
LinearRing(Coordinate[] points, GeometryFactory factory)
This method is ONLY used to avoid deprecation warnings.LinearRing(CoordinateSequence points, GeometryFactory factory)
Constructs aLinearRing
with the vertices specified by the givenCoordinateSequence
.LineString(CoordinateSequence points, GeometryFactory factory)
Constructs aLineString
with the given points.MultiLineString(LineString[] lineStrings, GeometryFactory factory)
MultiPoint(Point[] points, GeometryFactory factory)
MultiPolygon(Polygon[] polygons, GeometryFactory factory)
Point(CoordinateSequence coordinates, GeometryFactory factory)
Polygon(LinearRing shell, LinearRing[] holes, GeometryFactory factory)
Constructs aPolygon
with the given exterior boundary and interior boundaries. -
Uses of GeometryFactory in org.locationtech.jts.geom.util
Fields in org.locationtech.jts.geom.util declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GeometryEditor. factory
The factory used to create the modified Geometry.protected GeometryFactory
GeometryTransformer. factory
private GeometryFactory
GeometryCombiner. geomFactory
Methods in org.locationtech.jts.geom.util that return GeometryFactory Modifier and Type Method Description static GeometryFactory
GeometryCombiner. extractFactory(java.util.Collection geoms)
Extracts the GeometryFactory used by the geometries in a collectionMethods in org.locationtech.jts.geom.util with parameters of type GeometryFactory Modifier and Type Method Description Geometry
GeometryEditor.CoordinateOperation. edit(Geometry geometry, GeometryFactory factory)
Geometry
GeometryEditor.CoordinateSequenceOperation. edit(Geometry geometry, GeometryFactory factory)
Geometry
GeometryEditor.GeometryEditorOperation. edit(Geometry geometry, GeometryFactory factory)
Edits a Geometry by returning a new Geometry with a modification.Geometry
GeometryEditor.NoOpGeometryOperation. edit(Geometry geometry, GeometryFactory factory)
Constructors in org.locationtech.jts.geom.util with parameters of type GeometryFactory Constructor Description GeometryEditor(GeometryFactory factory)
Creates a new GeometryEditor object which will create editedGeometry
s with the givenGeometryFactory
.SineStarFactory(GeometryFactory geomFact)
Creates a factory which will create sine stars using the givenGeometryFactory
. -
Uses of GeometryFactory in org.locationtech.jts.geomgraph
Fields in org.locationtech.jts.geomgraph declared as GeometryFactory Modifier and Type Field Description protected GeometryFactory
EdgeRing. geometryFactory
Methods in org.locationtech.jts.geomgraph with parameters of type GeometryFactory Modifier and Type Method Description Polygon
EdgeRing. toPolygon(GeometryFactory geometryFactory)
Constructors in org.locationtech.jts.geomgraph with parameters of type GeometryFactory Constructor Description EdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
-
Uses of GeometryFactory in org.locationtech.jts.io
Fields in org.locationtech.jts.io declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
WKBReader. factory
private GeometryFactory
WKTReader. geometryFactory
Constructors in org.locationtech.jts.io with parameters of type GeometryFactory Constructor Description WKBReader(GeometryFactory geometryFactory)
WKTReader(GeometryFactory geometryFactory)
Creates a reader that creates objects using the givenGeometryFactory
. -
Uses of GeometryFactory in org.locationtech.jts.io.geojson
Fields in org.locationtech.jts.io.geojson declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GeoJsonReader. gf
Methods in org.locationtech.jts.io.geojson that return GeometryFactory Modifier and Type Method Description private GeometryFactory
GeoJsonReader. getGeometryFactory(java.util.Map<java.lang.String,java.lang.Object> geometryMap)
Methods in org.locationtech.jts.io.geojson with parameters of type GeometryFactory Modifier and Type Method Description private Geometry
GeoJsonReader. create(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createGeometryCollection(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createLineString(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createMultiLineString(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createMultiPoint(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createMultiPolygon(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createPoint(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
private Geometry
GeoJsonReader. createPolygon(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)
Constructors in org.locationtech.jts.io.geojson with parameters of type GeometryFactory Constructor Description GeoJsonReader(GeometryFactory geometryFactory)
This constructor accepts aGeometryFactory
that is used to create the output geometries and to override the GeoJson CRS. -
Uses of GeometryFactory in org.locationtech.jts.io.gml2
Fields in org.locationtech.jts.io.gml2 declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GMLHandler. gf
Methods in org.locationtech.jts.io.gml2 with parameters of type GeometryFactory Modifier and Type Method Description java.lang.Object
GMLHandler.Handler. create(GeometryFactory gf)
java.lang.Object
GeometryStrategies.ParseStrategy. parse(GMLHandler.Handler arg, GeometryFactory gf)
Geometry
GMLReader. read(java.io.Reader reader, GeometryFactory geometryFactory)
Reads a GML2 Geometry from aReader
into a singleGeometry
If a collection of Geometries is found, aGeometryCollection
is returned.Geometry
GMLReader. read(java.lang.String gml, GeometryFactory geometryFactory)
Reads a GML2 Geometry from a String into a singleGeometry
If a collection of geometries is found, aGeometryCollection
is returned.Constructors in org.locationtech.jts.io.gml2 with parameters of type GeometryFactory Constructor Description GMLHandler(GeometryFactory gf, org.xml.sax.ErrorHandler delegate)
Creates a new handler. -
Uses of GeometryFactory in org.locationtech.jts.linearref
Fields in org.locationtech.jts.linearref declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
LinearGeometryBuilder. geomFact
Constructors in org.locationtech.jts.linearref with parameters of type GeometryFactory Constructor Description LinearGeometryBuilder(GeometryFactory geomFact)
-
Uses of GeometryFactory in org.locationtech.jts.noding
Fields in org.locationtech.jts.noding declared as GeometryFactory Modifier and Type Field Description private static GeometryFactory
NodingValidator. fact
Methods in org.locationtech.jts.noding with parameters of type GeometryFactory Modifier and Type Method Description static Geometry
SegmentStringUtil. toGeometry(java.util.Collection segStrings, GeometryFactory geomFact)
Converts a collection ofSegmentString
s into aGeometry
. -
Uses of GeometryFactory in org.locationtech.jts.noding.snapround
Fields in org.locationtech.jts.noding.snapround declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GeometryNoder. geomFact
-
Uses of GeometryFactory in org.locationtech.jts.operation
Fields in org.locationtech.jts.operation declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
BoundaryOp. geomFact
-
Uses of GeometryFactory in org.locationtech.jts.operation.buffer
Fields in org.locationtech.jts.operation.buffer declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
BufferBuilder. geomFact
-
Uses of GeometryFactory in org.locationtech.jts.operation.linemerge
Fields in org.locationtech.jts.operation.linemerge declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
EdgeString. factory
private GeometryFactory
LineMerger. factory
private GeometryFactory
LineSequencer. factory
Constructors in org.locationtech.jts.operation.linemerge with parameters of type GeometryFactory Constructor Description EdgeString(GeometryFactory factory)
Constructs an EdgeString with the given factory used to convert this EdgeString to a LineString -
Uses of GeometryFactory in org.locationtech.jts.operation.overlay
Fields in org.locationtech.jts.operation.overlay declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
LineBuilder. geometryFactory
private GeometryFactory
PointBuilder. geometryFactory
private GeometryFactory
PolygonBuilder. geometryFactory
private GeometryFactory
OverlayOp. geomFact
Methods in org.locationtech.jts.operation.overlay with parameters of type GeometryFactory Modifier and Type Method Description static Geometry
OverlayOp. createEmptyResult(int overlayOpCode, Geometry a, Geometry b, GeometryFactory geomFact)
Creates an empty result geometry of the appropriate dimension, based on the given overlay operation and the dimensions of the inputs.Constructors in org.locationtech.jts.operation.overlay with parameters of type GeometryFactory Constructor Description LineBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
MaximalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
MinimalEdgeRing(DirectedEdge start, GeometryFactory geometryFactory)
PointBuilder(OverlayOp op, GeometryFactory geometryFactory, PointLocator ptLocator)
PolygonBuilder(GeometryFactory geometryFactory)
-
Uses of GeometryFactory in org.locationtech.jts.operation.polygonize
Fields in org.locationtech.jts.operation.polygonize declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
EdgeRing. factory
private GeometryFactory
PolygonizeGraph. factory
private GeometryFactory
Polygonizer. geomFactory
Constructors in org.locationtech.jts.operation.polygonize with parameters of type GeometryFactory Constructor Description EdgeRing(GeometryFactory factory)
PolygonizeGraph(GeometryFactory factory)
Create a new polygonization graph. -
Uses of GeometryFactory in org.locationtech.jts.operation.union
Fields in org.locationtech.jts.operation.union declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
PointGeometryUnion. geomFact
private GeometryFactory
UnaryUnionOp. geomFact
private GeometryFactory
CascadedPolygonUnion. geomFactory
private GeometryFactory
UnionInteracting. geomFactory
Methods in org.locationtech.jts.operation.union with parameters of type GeometryFactory Modifier and Type Method Description static Geometry
UnaryUnionOp. union(java.util.Collection geoms, GeometryFactory geomFact)
Computes the geometric union of aCollection
ofGeometry
s.Constructors in org.locationtech.jts.operation.union with parameters of type GeometryFactory Constructor Description UnaryUnionOp(java.util.Collection geoms, GeometryFactory geomFact)
Constructs a unary union operation for aCollection
ofGeometry
s. -
Uses of GeometryFactory in org.locationtech.jts.operation.valid
Fields in org.locationtech.jts.operation.valid declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
ConnectedInteriorTester. geometryFactory
-
Uses of GeometryFactory in org.locationtech.jts.precision
Methods in org.locationtech.jts.precision that return GeometryFactory Modifier and Type Method Description private GeometryFactory
GeometryPrecisionReducer. createFactory(GeometryFactory inputFactory, PrecisionModel pm)
Methods in org.locationtech.jts.precision with parameters of type GeometryFactory Modifier and Type Method Description private GeometryEditor
GeometryPrecisionReducer. createEditor(GeometryFactory geomFactory, PrecisionModel newPM)
private GeometryFactory
GeometryPrecisionReducer. createFactory(GeometryFactory inputFactory, PrecisionModel pm)
-
Uses of GeometryFactory in org.locationtech.jts.shape
Fields in org.locationtech.jts.shape declared as GeometryFactory Modifier and Type Field Description protected GeometryFactory
GeometricShapeBuilder. geomFactory
Constructors in org.locationtech.jts.shape with parameters of type GeometryFactory Constructor Description GeometricShapeBuilder(GeometryFactory geomFactory)
-
Uses of GeometryFactory in org.locationtech.jts.shape.fractal
Constructors in org.locationtech.jts.shape.fractal with parameters of type GeometryFactory Constructor Description KochSnowflakeBuilder(GeometryFactory geomFactory)
SierpinskiCarpetBuilder(GeometryFactory geomFactory)
-
Uses of GeometryFactory in org.locationtech.jts.shape.random
Constructors in org.locationtech.jts.shape.random with parameters of type GeometryFactory Constructor Description RandomPointsBuilder(GeometryFactory geomFact)
Create a shape factory which will create shapes using the givenGeometryFactory
.RandomPointsInGridBuilder(GeometryFactory geomFact)
Create a builder which will create shapes using the givenGeometryFactory
. -
Uses of GeometryFactory in org.locationtech.jts.triangulate
Methods in org.locationtech.jts.triangulate with parameters of type GeometryFactory Modifier and Type Method Description Geometry
VoronoiDiagramBuilder. getDiagram(GeometryFactory geomFact)
Gets the faces of the computed diagram as aGeometryCollection
ofPolygon
s, clipped as specified.Geometry
ConformingDelaunayTriangulationBuilder. getEdges(GeometryFactory geomFact)
Gets the edges of the computed triangulation as aMultiLineString
.Geometry
DelaunayTriangulationBuilder. getEdges(GeometryFactory geomFact)
Gets the edges of the computed triangulation as aMultiLineString
.Geometry
ConformingDelaunayTriangulationBuilder. getTriangles(GeometryFactory geomFact)
Gets the faces of the computed triangulation as aGeometryCollection
ofPolygon
.Geometry
DelaunayTriangulationBuilder. getTriangles(GeometryFactory geomFact)
Gets the faces of the computed triangulation as aGeometryCollection
ofPolygon
. -
Uses of GeometryFactory in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge with parameters of type GeometryFactory Modifier and Type Method Description Geometry
QuadEdgeSubdivision. getEdges(GeometryFactory geomFact)
Gets the geometry for the edges in the subdivision as aMultiLineString
containing 2-point lines.Polygon
QuadEdgeTriangle. getGeometry(GeometryFactory fact)
Geometry
QuadEdgeSubdivision. getTriangles(GeometryFactory geomFact)
Gets the geometry for the triangles in a triangulated subdivision as aGeometryCollection
of triangularPolygon
s.Polygon
QuadEdgeSubdivision. getVoronoiCellPolygon(QuadEdge qe, GeometryFactory geomFact)
Gets the Voronoi cell around a site specified by the origin of a QuadEdge.java.util.List
QuadEdgeSubdivision. getVoronoiCellPolygons(GeometryFactory geomFact)
Gets a List ofPolygon
s for the Voronoi cells of this triangulation.Geometry
QuadEdgeSubdivision. getVoronoiDiagram(GeometryFactory geomFact)
Gets the cells in the Voronoi diagram for this triangulation. -
Uses of GeometryFactory in org.locationtech.jts.util
Fields in org.locationtech.jts.util declared as GeometryFactory Modifier and Type Field Description private static GeometryFactory
Debug. fact
protected GeometryFactory
GeometricShapeFactory. geomFact
Constructors in org.locationtech.jts.util with parameters of type GeometryFactory Constructor Description GeometricShapeFactory(GeometryFactory geomFact)
Create a shape factory which will create shapes using the givenGeometryFactory
. -
Uses of GeometryFactory in org.locationtech.jtsexample.geom.prep
Fields in org.locationtech.jtsexample.geom.prep declared as GeometryFactory Modifier and Type Field Description (package private) static GeometryFactory
PreparedGeometryExample. geomFact
-
Uses of GeometryFactory in org.locationtech.jtsexample.io.gml2
Subclasses of GeometryFactory in org.locationtech.jtsexample.io.gml2 Modifier and Type Class Description (package private) class
FixingGeometryFactory
A GeometryFactory extension which fixes structurally bad coordinate sequences used to create LinearRings.Fields in org.locationtech.jtsexample.io.gml2 declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
KMLHandler. fact
-
Uses of GeometryFactory in org.locationtech.jtsexample.linearref
Fields in org.locationtech.jtsexample.linearref declared as GeometryFactory Modifier and Type Field Description (package private) static GeometryFactory
LinearRefExample. fact
-
Uses of GeometryFactory in org.locationtech.jtsexample.operation.distance
Fields in org.locationtech.jtsexample.operation.distance declared as GeometryFactory Modifier and Type Field Description (package private) static GeometryFactory
ClosestPointExample. fact
-
Uses of GeometryFactory in org.locationtech.jtsexample.technique
Fields in org.locationtech.jtsexample.technique declared as GeometryFactory Modifier and Type Field Description (package private) static GeometryFactory
SearchUsingPreparedGeometryIndex. geomFact
-
Uses of GeometryFactory in org.locationtech.jtstest.clean
Fields in org.locationtech.jtstest.clean declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
CleanDuplicatePoints. fact
-
Uses of GeometryFactory in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return GeometryFactory Modifier and Type Method Description static GeometryFactory
FunctionsUtil. getFactoryOrDefault(Geometry g)
static GeometryFactory
FunctionsUtil. getFactoryOrDefault(Geometry g1, Geometry g2)
Methods in org.locationtech.jtstest.function with parameters of type GeometryFactory Modifier and Type Method Description private static void
SpatialIndexFunctions. addBounds(Boundable bnd, java.util.List bounds, GeometryFactory factory)
-
Uses of GeometryFactory in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder that return GeometryFactory Modifier and Type Method Description static GeometryFactory
JTSTestBuilder. getGeometryFactory()
-
Uses of GeometryFactory in org.locationtech.jtstest.testbuilder.geom
Fields in org.locationtech.jtstest.testbuilder.geom declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GeometryCombiner. geomFactory
Methods in org.locationtech.jtstest.testbuilder.geom with parameters of type GeometryFactory Modifier and Type Method Description Geometry
GeometryBoxDeleter.BoxDeleteComponentOperation. edit(Geometry geometry, GeometryFactory factory)
Constructors in org.locationtech.jtstest.testbuilder.geom with parameters of type GeometryFactory Constructor Description GeometryCombiner(GeometryFactory geomFactory)
-
Uses of GeometryFactory in org.locationtech.jtstest.testbuilder.io.shapefile
Fields in org.locationtech.jtstest.testbuilder.io.shapefile declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
Shapefile. geomFactory
Methods in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryFactory Modifier and Type Method Description Geometry
MultiLineHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
MultiPointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
PointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
Geometry
PolygonHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
GeometryCollection
Shapefile. read(GeometryFactory geometryFactory)
Initialises a shapefile from disk.Geometry
ShapeHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
void
Shapefile. readStream(GeometryFactory geometryFactory)
Initialises a shapefile from disk. -
Uses of GeometryFactory in org.locationtech.jtstest.testbuilder.model
Fields in org.locationtech.jtstest.testbuilder.model declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
TestBuilderModel. geometryFactory
Methods in org.locationtech.jtstest.testbuilder.model that return GeometryFactory Modifier and Type Method Description GeometryFactory
TestBuilderModel. getGeometryFactory()
-
Uses of GeometryFactory in org.locationtech.jtstest.testrunner
Fields in org.locationtech.jtstest.testrunner declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
TestReader. geometryFactory
-
Uses of GeometryFactory in org.locationtech.jtstest.util.io
Fields in org.locationtech.jtstest.util.io declared as GeometryFactory Modifier and Type Field Description private GeometryFactory
GeoJsonMultiReader. geomFact
private GeometryFactory
MultiFormatReader. geomFactory
private GeometryFactory
WKTOrWKBReader. geomFactory
Methods in org.locationtech.jtstest.util.io with parameters of type GeometryFactory Modifier and Type Method Description static Geometry
IOUtil. readFile(java.lang.String filename, GeometryFactory geomFact)
private static Geometry
IOUtil. readGeoJSONFile(java.lang.String filename, GeometryFactory geomFact)
static Geometry
IOUtil. readGeoJSONString(java.lang.String s, GeometryFactory geomFact)
private static Geometry
IOUtil. readGMLFile(java.lang.String filename, GeometryFactory geomFact)
static Geometry
IOUtil. readGMLString(java.lang.String gml, GeometryFactory geomFact)
private static Geometry
IOUtil. readShapefile(java.lang.String filename, GeometryFactory geomFact)
private static Geometry
IOUtil. readWKBHexFile(java.lang.String filename, GeometryFactory geomFact)
static Geometry
IOUtil. readWKBHexString(java.lang.String wkb, GeometryFactory geomFact)
private static Geometry
IOUtil. readWKTFile(java.lang.String filename, GeometryFactory geomFact)
static Geometry
IOUtil. readWKTString(java.lang.String wkt, GeometryFactory geomFact)
Reads one or more WKT geometries from a string.Constructors in org.locationtech.jtstest.util.io with parameters of type GeometryFactory Constructor Description GeoJsonMultiReader(GeometryFactory geomFact)
MultiFormatReader(GeometryFactory geomFactory)
WKTOrWKBReader(GeometryFactory geomFactory)
-