Uses of Package
com.vividsolutions.jts.geom
-
Packages that use com.vividsolutions.jts.geom Package Description com.vividsolutions.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.com.vividsolutions.jts.algorithm.distance Classes to compute distance metrics between geonetries.com.vividsolutions.jts.algorithm.locate Classes to determine the topological location of points in geometries.com.vividsolutions.jts.algorithm.match Classes to compute matching metrics between geometries.com.vividsolutions.jts.awt Classes to perform conversions from Java2D shape objects.com.vividsolutions.jts.densify Classes to perform densification on geometries.com.vividsolutions.jts.dissolve com.vividsolutions.jts.edgegraph com.vividsolutions.jts.geom Contains theGeometryinterface hierarchy and supporting classes.com.vividsolutions.jts.geom.impl Implementations of interfaces for geometric structures.com.vividsolutions.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries.com.vividsolutions.jts.geom.util Provides classes that parse and modify Geometry objects.com.vividsolutions.jts.geomgraph Contains classes that implement topology graphs.com.vividsolutions.jts.geomgraph.index Contains classes that implement indexes for performing noding on geometry graph edges.com.vividsolutions.jts.index Provides classes for various kinds of spatial indexes.com.vividsolutions.jts.index.chain Contains classes that implement Monotone Chainscom.vividsolutions.jts.index.kdtree Contains classes which implement a k-D tree index over 2-D point data.com.vividsolutions.jts.index.quadtree Contains classes that implement a Quadtree spatial indexcom.vividsolutions.jts.index.strtree Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.com.vividsolutions.jts.io Contains the interfaces for converting JTS objects to and from other formats.com.vividsolutions.jts.io.geojson com.vividsolutions.jts.io.gml2 Classes to read and write the GML2 geometry format.com.vividsolutions.jts.io.kml com.vividsolutions.jts.linearref Contains classes and interfaces implementing linear referencing on linear geometriescom.vividsolutions.jts.math com.vividsolutions.jts.noding Classes to compute nodings for arrangements of line segments and line segment sequences.com.vividsolutions.jts.noding.snapround Contains classes to implement the Snap Rounding algorithm for noding linestrings.com.vividsolutions.jts.operation Provides classes for implementing operations on geometriescom.vividsolutions.jts.operation.buffer Provides classes for computing buffers of geometriescom.vividsolutions.jts.operation.buffer.validate Classes to perform validation of the results of buffer operations.com.vividsolutions.jts.operation.distance Provides classes for computing the distance between geometriescom.vividsolutions.jts.operation.distance3d com.vividsolutions.jts.operation.linemerge Classes to perform line merging.com.vividsolutions.jts.operation.overlay Contains classes that perform a topological overlay to compute boolean spatial functions.com.vividsolutions.jts.operation.overlay.snap Classes to perform snapping on geometries to prepare them for overlay operations.com.vividsolutions.jts.operation.overlay.validate Classes to validate the results of overlay operations.com.vividsolutions.jts.operation.polygonize An API for polygonizing sets of lines.com.vividsolutions.jts.operation.predicate Classes which implement topological predicates optimized for particular kinds of geometries.com.vividsolutions.jts.operation.relate Contains classes to implement the computation of the spatial relationships ofGeometrys.com.vividsolutions.jts.operation.union Classes to perform efficent unioning of collections of geometries.com.vividsolutions.jts.operation.valid Provides classes for testing the validity of geometries.com.vividsolutions.jts.planargraph Contains classes to implement a planar graph data structure.com.vividsolutions.jts.precision Provides classes for analyzing and manipulating the precision of Geometries.com.vividsolutions.jts.shape com.vividsolutions.jts.shape.fractal com.vividsolutions.jts.shape.random com.vividsolutions.jts.simplify Classes which implement algorithms for simplifying or generalizing geometries.com.vividsolutions.jts.triangulate Classes to compute Delaunay triangulations.com.vividsolutions.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.com.vividsolutions.jts.util Contains support classes for the Java Topology Suite.com.vividsolutions.jtsexample.geom com.vividsolutions.jtsexample.technique com.vividsolutions.jtstest com.vividsolutions.jtstest.clean com.vividsolutions.jtstest.function com.vividsolutions.jtstest.geomop com.vividsolutions.jtstest.test com.vividsolutions.jtstest.testbuilder com.vividsolutions.jtstest.testbuilder.controller com.vividsolutions.jtstest.testbuilder.geom com.vividsolutions.jtstest.testbuilder.io.shapefile com.vividsolutions.jtstest.testbuilder.model com.vividsolutions.jtstest.testbuilder.topostretch com.vividsolutions.jtstest.testbuilder.ui com.vividsolutions.jtstest.testbuilder.ui.render com.vividsolutions.jtstest.testbuilder.ui.style com.vividsolutions.jtstest.testbuilder.ui.tools com.vividsolutions.jtstest.testrunner com.vividsolutions.jtstest.util com.vividsolutions.jtstest.util.io -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.algorithm Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LinearRing Models an OGC SFSLinearRing.LineString Models an OGC-styleLineString.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.algorithm.distance Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateFilter An interface for classes which use the values of the coordinates in aGeometry.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFilter An interface for classes which process the coordinates in aCoordinateSequence.Geometry A representation of a planar, linear vector geometry.LineSegment Represents a line segment defined by twoCoordinates.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.algorithm.locate Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.algorithm.match Class Description Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.awt Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.densify Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.dissolve Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.edgegraph Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geom Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateFilter An interface for classes which use the values of the coordinates in aGeometry.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceComparator Compares twoCoordinateSequences.CoordinateSequenceFactory A factory to create concrete instances ofCoordinateSequences.CoordinateSequenceFilter An interface for classes which process the coordinates in aCoordinateSequence.DefaultCoordinateSequenceFactory Deprecated.no longer usedEnvelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryCollection Models a collection ofGeometrys of arbitrary type and dimension.GeometryComponentFilter Geometryclasses support the concept of applying aGeometryComponentFilterfilter to theGeometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.GeometryFilter GeometryCollectionclasses support the concept of applying aGeometryFilterto theGeometry.IntersectionMatrix Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.Lineal IdentifiesGeometrysubclasses which are 1-dimensional and have components which areLineStrings.LinearRing Models an OGC SFSLinearRing.LineSegment Represents a line segment defined by twoCoordinates.LineString Models an OGC-styleLineString.MultiLineString Models a collection of (@link LineString}s.MultiPoint Models a collection ofPoints.MultiPolygon Models a collection ofPolygons.OctagonalEnvelope A bounding container for aGeometrywhich is in the shape of a general octagon.Point Represents a single point.Polygon Represents a polygon with linear edges, which may include holes.Polygonal PrecisionModel Specifies the precision model of theCoordinates in aGeometry.PrecisionModel.Type The types of Precision Model which JTS supports.Puntal -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geom.impl Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFactory A factory to create concrete instances ofCoordinateSequences.Envelope Defines a rectangular region of the 2D coordinate plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geom.prep Class Description Geometry A representation of a planar, linear vector geometry.Lineal IdentifiesGeometrysubclasses which are 1-dimensional and have components which areLineStrings.Polygonal Puntal -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geom.util Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFilter An interface for classes which process the coordinates in aCoordinateSequence.Geometry A representation of a planar, linear vector geometry.GeometryCollection Models a collection ofGeometrys of arbitrary type and dimension.GeometryComponentFilter Geometryclasses support the concept of applying aGeometryComponentFilterfilter to theGeometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.GeometryFilter GeometryCollectionclasses support the concept of applying aGeometryFilterto theGeometry.LinearRing Models an OGC SFSLinearRing.LineString Models an OGC-styleLineString.MultiLineString Models a collection of (@link LineString}s.MultiPoint Models a collection ofPoints.MultiPolygon Models a collection ofPolygons.Point Represents a single point.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geomgraph Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.IntersectionMatrix Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.LinearRing Models an OGC SFSLinearRing.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.geomgraph.index Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.index Class Description Envelope Defines a rectangular region of the 2D coordinate plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.index.chain Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.LineSegment Represents a line segment defined by twoCoordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.index.kdtree Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.index.quadtree Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.index.strtree Class Description Envelope Defines a rectangular region of the 2D coordinate plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.io Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.io.geojson Class Description Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.io.gml2 Class Description Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.io.kml Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.linearref Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineSegment Represents a line segment defined by twoCoordinates.LineString Models an OGC-styleLineString. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.math Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.noding Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.PrecisionModel Specifies the precision model of theCoordinates in aGeometry.TopologyException Indicates an invalid or inconsistent topological situation encountered during processing -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.noding.snapround Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString.MultiLineString Models a collection of (@link LineString}s.MultiPoint Models a collection ofPoints.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.buffer Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.buffer.validate Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateFilter An interface for classes which use the values of the coordinates in aGeometry.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFilter An interface for classes which process the coordinates in aCoordinateSequence.Geometry A representation of a planar, linear vector geometry.LineSegment Represents a line segment defined by twoCoordinates.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.distance Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFilter GeometryCollectionclasses support the concept of applying aGeometryFilterto theGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.distance3d Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.linemerge Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineString Models an OGC-styleLineString. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.overlay Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.overlay.snap Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.overlay.validate Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.polygonize Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.predicate Class Description Geometry A representation of a planar, linear vector geometry.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.relate Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.IntersectionMatrix Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.union Class Description Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.Puntal -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.operation.valid Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.LinearRing Models an OGC SFSLinearRing. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.planargraph Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.precision Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFilter An interface for classes which process the coordinates in aCoordinateSequence.Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.shape Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineSegment Represents a line segment defined by twoCoordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.shape.fractal Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.shape.random Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.simplify Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.triangulate Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateList A list ofCoordinates, which may be set to prevent repeated coordinates from occuring in the list.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineSegment Represents a line segment defined by twoCoordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.triangulate.quadedge Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineSegment Represents a line segment defined by twoCoordinates.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jts.util Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateFilter An interface for classes which use the values of the coordinates in aGeometry.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtsexample.geom Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.CoordinateSequence The internal representation of a list of coordinates inside a Geometry.CoordinateSequenceFactory A factory to create concrete instances ofCoordinateSequences.Envelope Defines a rectangular region of the 2D coordinate plane.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtsexample.technique Class Description Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest Class Description CoordinateSequenceFactory A factory to create concrete instances ofCoordinateSequences. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.clean Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.function Class Description Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.geomop Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.test Class Description Geometry A representation of a planar, linear vector geometry.IntersectionMatrix Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.controller Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.geom Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.LinearRing Models an OGC SFSLinearRing.LineString Models an OGC-styleLineString.Polygon Represents a polygon with linear edges, which may include holes. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.io.shapefile Class Description Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryCollection Models a collection ofGeometrys of arbitrary type and dimension.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.model Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.IntersectionMatrix Models a Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.topostretch Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.LineSegment Represents a line segment defined by twoCoordinates. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.ui Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.ui.render Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.ui.style Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Geometry A representation of a planar, linear vector geometry.LineString Models an OGC-styleLineString. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testbuilder.ui.tools Class Description Coordinate A lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Envelope Defines a rectangular region of the 2D coordinate plane.Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.testrunner Class Description Geometry A representation of a planar, linear vector geometry.PrecisionModel Specifies the precision model of theCoordinates in aGeometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.util Class Description Geometry A representation of a planar, linear vector geometry. -
Classes in com.vividsolutions.jts.geom used by com.vividsolutions.jtstest.util.io Class Description Geometry A representation of a planar, linear vector geometry.GeometryFactory Supplies a set of utility methods for building Geometry objects from lists of Coordinates.