Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.vividsolutions.jts.geom Classes and Interfaces - 50 results found.
NameDescriptionTypePackageFramework
AffineTransformationRepresents a affine transformation on the 2D Cartesian plane.Classcom.vividsolutions.jts.geom.utilJTS Topology
AffineTransformationBuilderBuilds an AffineTransformation defined by three control points and their images under the transformation.Classcom.vividsolutions.jts.geom.utilJTS Topology
CoordinateA lightweight class used to store coordinates on the 2-dimensional Cartesian plane.Classcom.vividsolutions.jts.geomJTS Topology
Coordinate .DimensionalComparatorCompares two Coordinates, allowing for either a 2-dimensional or 3-dimensional comparison, and handling NaN values correctly.Classcom.vividsolutions.jts.geomJTS Topology
CoordinateArraySequenceThe CoordinateSequence implementation that Geometrys use by default.Classcom.vividsolutions.jts.geom.implJTS Topology
CoordinateArraySequenceFactoryCreates CoordinateSequences represented as an array of Coordinates.Classcom.vividsolutions.jts.geom.implJTS Topology
CoordinateArraysClasscom.vividsolutions.jts.geomJTS Topology
CoordinateArrays .BidirectionalComparatorA Comparator for Coordinate arrays modulo their directionality.Classcom.vividsolutions.jts.geomJTS Topology
CoordinateArrays .ForwardComparatorA Comparator for Coordinate arrays in the forward direction of their coordinates,Classcom.vividsolutions.jts.geomJTS Topology
CoordinateFilterGeometry classes support the concept of applying a coordinate filter to every coordinate in the Geometry.Interfacecom.vividsolutions.jts.geomJTS Topology
CoordinateListA list of Coordinates, which may be set to prevent repeated coordinates from occuring in the list.Classcom.vividsolutions.jts.geomJTS Topology
CoordinateSequenceThe internal representation of a list of coordinates inside a Geometry.Interfacecom.vividsolutions.jts.geomJTS Topology
CoordinateSequenceComparatorCompares two CoordinateSequences.Classcom.vividsolutions.jts.geomJTS Topology
CoordinateSequenceFactoryA factory to create concrete instances of CoordinateSequences.Interfacecom.vividsolutions.jts.geomJTS Topology
CoordinateSequenceFilterInterface for classeswhich provide operations that can be applied to the coordinates in a CoordinateSequence.Interfacecom.vividsolutions.jts.geomJTS Topology
CoordinateSequencesUtility functions for manipulating CoordinateSequencesConstructor SummaryCoordinateSequences()Classcom.vividsolutions.jts.geomJTS Topology
DefaultCoordinateSequenceFactoryCreates CoordinateSequences represented as an array of Coordinates.Classcom.vividsolutions.jts.geomJTS Topology
DepthA Depth object records the topological depth of the sides of an Edge for up to two Geometries.Classcom.vividsolutions.jts.geomgraphJTS Topology
DimensionConstants representing the dimensions of a point, a curve and a surface.Classcom.vividsolutions.jts.geomJTS Topology
DirectedEdgeClasscom.vividsolutions.jts.geomgraphJTS Topology
DirectedEdgeStarA DirectedEdgeStar is an ordered list of outgoing DirectedEdges around a node.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeFields inherited from class com.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeEndModels the end of an edge incident on a node.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeEndStarA EdgeEndStar is an ordered list of EdgeEnds around a node.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeIntersectionRepresents a point on an edge which intersects with another edge.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeIntersectionListA list of edge intersections along an Edge.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeListA EdgeList is a list of Edges.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeNodingValidatorValidates that a collection of Edges is correctly noded.Classcom.vividsolutions.jts.geomgraphJTS Topology
EdgeRingClasscom.vividsolutions.jts.geomgraphJTS Topology
EdgeSetIntersectorAn EdgeSetIntersector computes all the intersections between the edges in the set.Classcom.vividsolutions.jts.geomgraph.indexJTS Topology
EnvelopeDefines a rectangular region of the 2D coordinate plane.Classcom.vividsolutions.jts.geomJTS Topology
GeometryThe base class for all geometric objects.Classcom.vividsolutions.jts.geomJTS Topology
GeometryCollectionBasic implementation of GeometryCollection.Classcom.vividsolutions.jts.geomJTS Topology
GeometryCollectionIteratorIterates over all Geometrys in a GeometryCollection.Classcom.vividsolutions.jts.geomJTS Topology
GeometryComponentFilterGeometry classes support the concept of applying a GeometryComponentFilterInterfacecom.vividsolutions.jts.geomJTS Topology
GeometryEditorSupports creating a new Geometry which is a modification of an existing one.Classcom.vividsolutions.jts.geom.utilJTS Topology
GeometryEditor .CoordinateOperationA GeometryEditorOperation which modifies the coordinate list of a Geometry.Classcom.vividsolutions.jts.geom.utilJTS Topology
GeometryEditor .GeometryEditorOperationA interface which specifies an edit operation for Geometries.Interfacecom.vividsolutions.jts.geom.utilJTS Topology
GeometryFactorySupplies a set of utility methods for building Geometry objects from lists Note that the factory constructor methods do not change the input coordinates in any way.Classcom.vividsolutions.jts.geomJTS Topology
GeometryFilterGeometryCollection classes support the concept of applying a GeometryFilter to the Geometry.Interfacecom.vividsolutions.jts.geomJTS Topology
GeometryGraphA GeometryGraph is a graph that models a given GeometryFields inherited from class com.Classcom.vividsolutions.jts.geomgraphJTS Topology
GeometryTransformerA framework for processes which transform an input Geometry into an output Geometry, possibly changing its structure and type(s).Classcom.vividsolutions.jts.geom.utilJTS Topology
GraphComponentA GraphComponent is the parent class for the objects' that form a graph.Classcom.vividsolutions.jts.geomgraphJTS Topology
IntersectionMatrixA Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.Classcom.vividsolutions.jts.geomJTS Topology
LabelA Label indicates the topological relationship of a component of a topology graph to a given Geometry.Classcom.vividsolutions.jts.geomgraphJTS Topology
LineSegmentRepresents a line segment defined by two Coordinates.Classcom.vividsolutions.jts.geomJTS Topology
LineStringBasic implementation of LineString.Classcom.vividsolutions.jts.geomJTS Topology
LinearComponentExtracterExtracts all the 1-dimensional (LineString) components from a Geometry.Classcom.vividsolutions.jts.geom.utilJTS Topology
LinearRingModels an OGC SFS LinearRing.Classcom.vividsolutions.jts.geomJTS Topology
LocationConstants representing the location of a point relative to a geometry.Classcom.vividsolutions.jts.geomJTS Topology