Uses of Class
org.locationtech.jts.geom.GeometryFactory
-
-
Uses of GeometryFactory in org.elasticsearch.common.geo.builders
Fields in org.elasticsearch.common.geo.builders declared as GeometryFactory Modifier and Type Field Description static GeometryFactoryShapeBuilder. FACTORYMethods in org.elasticsearch.common.geo.builders with parameters of type GeometryFactory Modifier and Type Method Description GeometryPolygonBuilder. buildS4JGeometry(GeometryFactory factory, boolean fixDateline)protected static LinearRingPolygonBuilder. linearRingS4J(GeometryFactory factory, List<Coordinate> coordinates)protected static MultiPolygonPolygonBuilder. multipolygonS4J(GeometryFactory factory, Coordinate[][][] polygons)Create a Multipolygon from a set of coordinates.protected static PolygonPolygonBuilder. polygonS4J(GeometryFactory factory, Coordinate[][] polygon)protected PolygonPolygonBuilder. toPolygonS4J(GeometryFactory factory) -
Uses of GeometryFactory in org.locationtech.jts.algorithm
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 inputCoordinatearray. -
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 segmentConstructors 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(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 protected GeometryFactoryGeometryTransformer. factoryMethods in org.locationtech.jts.geom.util that return GeometryFactory Modifier and Type Method Description static GeometryFactoryGeometryCombiner. extractFactory(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. -
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
Constructors in org.locationtech.jts.io with parameters of type GeometryFactory Constructor Description WKBReader(GeometryFactory geometryFactory) -
Uses of GeometryFactory in org.locationtech.jts.noding
Methods in org.locationtech.jts.noding with parameters of type GeometryFactory Modifier and Type Method Description static GeometrySegmentStringUtil. toGeometry(Collection segStrings, GeometryFactory geomFact)Converts a collection ofSegmentStrings into aGeometry. -
Uses of GeometryFactory in org.locationtech.jts.operation.linemerge
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
Methods 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.union
Methods in org.locationtech.jts.operation.union with parameters of type GeometryFactory Modifier and Type Method Description static GeometryUnaryUnionOp. union(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(Collection geoms, GeometryFactory geomFact)Constructs a unary union operation for aCollectionofGeometrys. -
Uses of GeometryFactory in org.locationtech.jts.util
Fields in org.locationtech.jts.util declared as GeometryFactory Modifier and Type Field Description protected 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.spatial4j.context.jts
Methods in org.locationtech.spatial4j.context.jts that return GeometryFactory Modifier and Type Method Description GeometryFactoryJtsSpatialContext. getGeometryFactory()Deprecated.GeometryFactoryJtsSpatialContextFactory. getGeometryFactory() -
Uses of GeometryFactory in org.locationtech.spatial4j.shape.jts
Fields in org.locationtech.spatial4j.shape.jts declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryJtsShapeFactory. geometryFactoryMethods in org.locationtech.spatial4j.shape.jts that return GeometryFactory Modifier and Type Method Description GeometryFactoryJtsShapeFactory. getGeometryFactory()
-