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 theGeometryinterface 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 GeometryFactoryInteriorPointArea. factoryprivate GeometryFactoryConvexHull. geomFactoryConstructors 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 inputCoordinatearray. -
Uses of GeometryFactory in org.locationtech.jts.awt
Fields in org.locationtech.jts.awt declared as GeometryFactory Modifier and Type Field Description private GeometryFactoryShapeReader. geometryFactoryMethods in org.locationtech.jts.awt with parameters of type GeometryFactory Modifier and Type Method Description static GeometryFontGlyphReader. read(java.lang.String text, java.awt.Font font, double flatness, GeometryFactory geomFact)Converts text rendered in the givenFontto aGeometrystatic GeometryFontGlyphReader. read(java.lang.String text, java.awt.Font font, GeometryFactory geomFact)Converts text rendered in the givenFontto aGeometryusing a standard flatness factor.static GeometryFontGlyphReader. read(java.lang.String text, java.lang.String fontName, int pointSize, GeometryFactory geomFact)Converts text rendered in the given font and pointsize to aGeometryusing a standard flatness factor.static GeometryShapeReader. read(java.awt.geom.PathIterator pathIt, GeometryFactory geomFact)Converts a flat path to aGeometry.static GeometryShapeReader. 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 GeometryFactoryLineDissolver. factory -
Uses of GeometryFactory in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryGeometry. factoryTheGeometryFactoryused to create this GeometryMethods in org.locationtech.jts.geom that return GeometryFactory Modifier and Type Method Description GeometryFactoryGeometry. 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 LineStringLineSegment. toGeometry(GeometryFactory geomFactory)Creates a LineString with the same coordinates as this segmentGeometryOctagonalEnvelope. toGeometry(GeometryFactory geomFactory)Constructors in org.locationtech.jts.geom with parameters of type GeometryFactory Constructor Description Geometry(GeometryFactory factory)Creates a newGeometryvia 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 aLinearRingwith the vertices specified by the givenCoordinateSequence.LineString(CoordinateSequence points, GeometryFactory factory)Constructs aLineStringwith 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 aPolygonwith 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 GeometryFactoryGeometryEditor. factoryThe factory used to create the modified Geometry.protected GeometryFactoryGeometryTransformer. factoryprivate GeometryFactoryGeometryCombiner. geomFactoryMethods in org.locationtech.jts.geom.util that return GeometryFactory Modifier and Type Method Description static GeometryFactoryGeometryCombiner. 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 GeometryGeometryEditor.CoordinateOperation. edit(Geometry geometry, GeometryFactory factory)GeometryGeometryEditor.CoordinateSequenceOperation. edit(Geometry geometry, GeometryFactory factory)GeometryGeometryEditor.GeometryEditorOperation. edit(Geometry geometry, GeometryFactory factory)Edits a Geometry by returning a new Geometry with a modification.GeometryGeometryEditor.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 editedGeometrys 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 GeometryFactoryEdgeRing. geometryFactoryMethods in org.locationtech.jts.geomgraph with parameters of type GeometryFactory Modifier and Type Method Description PolygonEdgeRing. 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 GeometryFactoryWKBReader. factoryprivate GeometryFactoryWKTReader. geometryFactoryConstructors 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 GeometryFactoryGeoJsonReader. gfMethods in org.locationtech.jts.io.geojson that return GeometryFactory Modifier and Type Method Description private GeometryFactoryGeoJsonReader. 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 GeometryGeoJsonReader. create(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createGeometryCollection(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createLineString(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createMultiLineString(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createMultiPoint(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createMultiPolygon(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. createPoint(java.util.Map<java.lang.String,java.lang.Object> geometryMap, GeometryFactory geometryFactory)private GeometryGeoJsonReader. 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 aGeometryFactorythat 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 GeometryFactoryGMLHandler. gfMethods in org.locationtech.jts.io.gml2 with parameters of type GeometryFactory Modifier and Type Method Description java.lang.ObjectGMLHandler.Handler. create(GeometryFactory gf)java.lang.ObjectGeometryStrategies.ParseStrategy. parse(GMLHandler.Handler arg, GeometryFactory gf)GeometryGMLReader. read(java.io.Reader reader, GeometryFactory geometryFactory)Reads a GML2 Geometry from aReaderinto a singleGeometryIf a collection of Geometries is found, aGeometryCollectionis returned.GeometryGMLReader. read(java.lang.String gml, GeometryFactory geometryFactory)Reads a GML2 Geometry from a String into a singleGeometryIf a collection of geometries is found, aGeometryCollectionis 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 GeometryFactoryLinearGeometryBuilder. geomFactConstructors 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 GeometryFactoryNodingValidator. factMethods in org.locationtech.jts.noding with parameters of type GeometryFactory Modifier and Type Method Description static GeometrySegmentStringUtil. toGeometry(java.util.Collection segStrings, GeometryFactory geomFact)Converts a collection ofSegmentStrings 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 GeometryFactoryGeometryNoder. geomFact -
Uses of GeometryFactory in org.locationtech.jts.operation
Fields in org.locationtech.jts.operation declared as GeometryFactory Modifier and Type Field Description private GeometryFactoryBoundaryOp. 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 GeometryFactoryBufferBuilder. 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 GeometryFactoryEdgeString. factoryprivate GeometryFactoryLineMerger. factoryprivate GeometryFactoryLineSequencer. factoryConstructors 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 GeometryFactoryLineBuilder. geometryFactoryprivate GeometryFactoryPointBuilder. geometryFactoryprivate GeometryFactoryPolygonBuilder. geometryFactoryprivate GeometryFactoryOverlayOp. geomFactMethods in org.locationtech.jts.operation.overlay with parameters of type GeometryFactory Modifier and Type Method Description static GeometryOverlayOp. 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 GeometryFactoryEdgeRing. factoryprivate GeometryFactoryPolygonizeGraph. factoryprivate GeometryFactoryPolygonizer. geomFactoryConstructors 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 GeometryFactoryPointGeometryUnion. geomFactprivate GeometryFactoryUnaryUnionOp. geomFactprivate GeometryFactoryCascadedPolygonUnion. geomFactoryprivate GeometryFactoryUnionInteracting. geomFactoryMethods in org.locationtech.jts.operation.union with parameters of type GeometryFactory Modifier and Type Method Description static GeometryUnaryUnionOp. union(java.util.Collection geoms, GeometryFactory geomFact)Computes the geometric union of aCollectionofGeometrys.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 aCollectionofGeometrys. -
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 GeometryFactoryConnectedInteriorTester. geometryFactory -
Uses of GeometryFactory in org.locationtech.jts.precision
Methods in org.locationtech.jts.precision that return GeometryFactory Modifier and Type Method Description private GeometryFactoryGeometryPrecisionReducer. createFactory(GeometryFactory inputFactory, PrecisionModel pm)Methods in org.locationtech.jts.precision with parameters of type GeometryFactory Modifier and Type Method Description private GeometryEditorGeometryPrecisionReducer. createEditor(GeometryFactory geomFactory, PrecisionModel newPM)private GeometryFactoryGeometryPrecisionReducer. 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 GeometryFactoryGeometricShapeBuilder. geomFactoryConstructors 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 GeometryVoronoiDiagramBuilder. getDiagram(GeometryFactory geomFact)Gets the faces of the computed diagram as aGeometryCollectionofPolygons, clipped as specified.GeometryConformingDelaunayTriangulationBuilder. getEdges(GeometryFactory geomFact)Gets the edges of the computed triangulation as aMultiLineString.GeometryDelaunayTriangulationBuilder. getEdges(GeometryFactory geomFact)Gets the edges of the computed triangulation as aMultiLineString.GeometryConformingDelaunayTriangulationBuilder. getTriangles(GeometryFactory geomFact)Gets the faces of the computed triangulation as aGeometryCollectionofPolygon.GeometryDelaunayTriangulationBuilder. getTriangles(GeometryFactory geomFact)Gets the faces of the computed triangulation as aGeometryCollectionofPolygon. -
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 GeometryQuadEdgeSubdivision. getEdges(GeometryFactory geomFact)Gets the geometry for the edges in the subdivision as aMultiLineStringcontaining 2-point lines.PolygonQuadEdgeTriangle. getGeometry(GeometryFactory fact)GeometryQuadEdgeSubdivision. getTriangles(GeometryFactory geomFact)Gets the geometry for the triangles in a triangulated subdivision as aGeometryCollectionof triangularPolygons.PolygonQuadEdgeSubdivision. getVoronoiCellPolygon(QuadEdge qe, GeometryFactory geomFact)Gets the Voronoi cell around a site specified by the origin of a QuadEdge.java.util.ListQuadEdgeSubdivision. getVoronoiCellPolygons(GeometryFactory geomFact)Gets a List ofPolygons for the Voronoi cells of this triangulation.GeometryQuadEdgeSubdivision. 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 GeometryFactoryDebug. factprotected GeometryFactoryGeometricShapeFactory. geomFactConstructors 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 GeometryFactoryPreparedGeometryExample. 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) classFixingGeometryFactoryA 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 GeometryFactoryKMLHandler. 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 GeometryFactoryLinearRefExample. 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 GeometryFactoryClosestPointExample. 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 GeometryFactorySearchUsingPreparedGeometryIndex. geomFact -
Uses of GeometryFactory in org.locationtech.jtstest.clean
Fields in org.locationtech.jtstest.clean declared as GeometryFactory Modifier and Type Field Description private GeometryFactoryCleanDuplicatePoints. fact -
Uses of GeometryFactory in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return GeometryFactory Modifier and Type Method Description static GeometryFactoryFunctionsUtil. getFactoryOrDefault(Geometry g)static GeometryFactoryFunctionsUtil. getFactoryOrDefault(Geometry g1, Geometry g2)Methods in org.locationtech.jtstest.function with parameters of type GeometryFactory Modifier and Type Method Description private static voidSpatialIndexFunctions. 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 GeometryFactoryJTSTestBuilder. 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 GeometryFactoryGeometryCombiner. geomFactoryMethods in org.locationtech.jtstest.testbuilder.geom with parameters of type GeometryFactory Modifier and Type Method Description GeometryGeometryBoxDeleter.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 GeometryFactoryShapefile. geomFactoryMethods in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryFactory Modifier and Type Method Description GeometryMultiLineHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)GeometryMultiPointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)GeometryPointHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)GeometryPolygonHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)GeometryCollectionShapefile. read(GeometryFactory geometryFactory)Initialises a shapefile from disk.GeometryShapeHandler. read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)voidShapefile. 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 GeometryFactoryTestBuilderModel. geometryFactoryMethods in org.locationtech.jtstest.testbuilder.model that return GeometryFactory Modifier and Type Method Description GeometryFactoryTestBuilderModel. getGeometryFactory() -
Uses of GeometryFactory in org.locationtech.jtstest.testrunner
Fields in org.locationtech.jtstest.testrunner declared as GeometryFactory Modifier and Type Field Description private GeometryFactoryTestReader. 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 GeometryFactoryGeoJsonMultiReader. geomFactprivate GeometryFactoryMultiFormatReader. geomFactoryprivate GeometryFactoryWKTOrWKBReader. geomFactoryMethods in org.locationtech.jtstest.util.io with parameters of type GeometryFactory Modifier and Type Method Description static GeometryIOUtil. readFile(java.lang.String filename, GeometryFactory geomFact)private static GeometryIOUtil. readGeoJSONFile(java.lang.String filename, GeometryFactory geomFact)static GeometryIOUtil. readGeoJSONString(java.lang.String s, GeometryFactory geomFact)private static GeometryIOUtil. readGMLFile(java.lang.String filename, GeometryFactory geomFact)static GeometryIOUtil. readGMLString(java.lang.String gml, GeometryFactory geomFact)private static GeometryIOUtil. readShapefile(java.lang.String filename, GeometryFactory geomFact)private static GeometryIOUtil. readWKBHexFile(java.lang.String filename, GeometryFactory geomFact)static GeometryIOUtil. readWKBHexString(java.lang.String wkb, GeometryFactory geomFact)private static GeometryIOUtil. readWKTFile(java.lang.String filename, GeometryFactory geomFact)static GeometryIOUtil. 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)
-