Uses of Class
org.meteoinfo.jts.geom.GeometryFactory
-
-
Uses of GeometryFactory in org.meteoinfo.chart
Methods in org.meteoinfo.chart with parameters of type GeometryFactory Modifier and Type Method Description GeometryChartText. toGeometry(GeometryFactory factory)To geometry method -
Uses of GeometryFactory in org.meteoinfo.jts.algorithm
Constructors in org.meteoinfo.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.meteoinfo.jts.awt
Methods in org.meteoinfo.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.meteoinfo.jts.awt with parameters of type GeometryFactory Constructor Description ShapeReader(GeometryFactory geometryFactory) -
Uses of GeometryFactory in org.meteoinfo.jts.geom
Fields in org.meteoinfo.jts.geom declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryGeometry. factoryTheGeometryFactoryused to create this GeometryMethods in org.meteoinfo.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.meteoinfo.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.meteoinfo.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 specifed 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.meteoinfo.jts.geom.util
Fields in org.meteoinfo.jts.geom.util declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryGeometryTransformer. factoryMethods in org.meteoinfo.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.meteoinfo.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.meteoinfo.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.meteoinfo.jts.geomgraph
Fields in org.meteoinfo.jts.geomgraph declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryEdgeRing. geometryFactoryMethods in org.meteoinfo.jts.geomgraph with parameters of type GeometryFactory Modifier and Type Method Description PolygonEdgeRing. toPolygon(GeometryFactory geometryFactory)Constructors in org.meteoinfo.jts.geomgraph with parameters of type GeometryFactory Constructor Description EdgeRing(DirectedEdge start, GeometryFactory geometryFactory) -
Uses of GeometryFactory in org.meteoinfo.jts.io
Constructors in org.meteoinfo.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.meteoinfo.jts.io.gml2
Methods in org.meteoinfo.jts.io.gml2 with parameters of type GeometryFactory Modifier and Type Method Description 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.meteoinfo.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.meteoinfo.jts.linearref
Constructors in org.meteoinfo.jts.linearref with parameters of type GeometryFactory Constructor Description LinearGeometryBuilder(GeometryFactory geomFact) -
Uses of GeometryFactory in org.meteoinfo.jts.noding
Methods in org.meteoinfo.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.meteoinfo.jts.operation.linemerge
Constructors in org.meteoinfo.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.meteoinfo.jts.operation.overlay
Methods in org.meteoinfo.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.meteoinfo.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.meteoinfo.jts.operation.union
Methods in org.meteoinfo.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.meteoinfo.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.meteoinfo.jts.shape
Fields in org.meteoinfo.jts.shape declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryGeometricShapeBuilder. geomFactoryConstructors in org.meteoinfo.jts.shape with parameters of type GeometryFactory Constructor Description GeometricShapeBuilder(GeometryFactory geomFactory) -
Uses of GeometryFactory in org.meteoinfo.jts.shape.fractal
Constructors in org.meteoinfo.jts.shape.fractal with parameters of type GeometryFactory Constructor Description KochSnowflakeBuilder(GeometryFactory geomFactory)SierpinskiCarpetBuilder(GeometryFactory geomFactory) -
Uses of GeometryFactory in org.meteoinfo.jts.shape.random
Constructors in org.meteoinfo.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.meteoinfo.jts.triangulate
Methods in org.meteoinfo.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.meteoinfo.jts.triangulate.quadedge
Methods in org.meteoinfo.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.meteoinfo.jts.util
Fields in org.meteoinfo.jts.util declared as GeometryFactory Modifier and Type Field Description protected GeometryFactoryGeometricShapeFactory. geomFactConstructors in org.meteoinfo.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.meteoinfo.shape
Methods in org.meteoinfo.shape with parameters of type GeometryFactory Modifier and Type Method Description GeometryPointShape. toGeometry(GeometryFactory factory)To geometry methodGeometryPolygon. toGeometry(GeometryFactory factory)To geometryGeometryPolygonShape. toGeometry(GeometryFactory factory)To geometry methodGeometryPolylineShape. toGeometry(GeometryFactory factory)To geometry methodabstract GeometryShape. toGeometry(GeometryFactory factory)To geometry method
-