A  C  D  E  G  H  I  J  M  N  P  R  T 

A

AbstractPredicateEvaluator - Class in de.topobyte.jts.utils.predicate
 
AbstractPredicateEvaluator() - Constructor for class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 

C

collection(List<Geometry>) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a GeometryCollection of the specified list of geometries.
contains(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
contains(Coordinate) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for containment.
contains(Point) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for containment.
contains(Envelope) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for containment.
contains(Geometry) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for containment.
contains(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
contains(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
contains(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
contains(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
contains(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
contains(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
contains(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
contains(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
contains(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
containsCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
containsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
containsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
containsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
containsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
CoordinateGeometryTransformer - Class in de.topobyte.jts.utils.transform
 
CoordinateGeometryTransformer(CoordinateTransformer) - Constructor for class de .topobyte .jts .utils .transform . CoordinateGeometryTransformer
 
covers(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
covers(Coordinate) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for coverage.
covers(Point) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for coverage.
covers(Envelope) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for coverage.
covers(Geometry) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for coverage.
covers(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
covers(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
covers(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
covers(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
covers(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
covers(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
covers(Coordinate) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
covers(Point) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
covers(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
coversCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
coversNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
coversNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
coversNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
coversNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
createPredicateEvaluator(Geometry) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluatorFactory
 
createPredicateEvaluator(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorFactoryJts
 
createPredicateEvaluator(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorFactoryJtsPrepared
 

D

de.topobyte.jts.utils - package de.topobyte.jts.utils
 
de.topobyte.jts.utils.predicate - package de.topobyte.jts.utils.predicate
 
de.topobyte.jts.utils.transform - package de.topobyte.jts.utils.transform
 

E

expandBy(Envelope, double) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a copy of this envelope whose extend is in each direction bigger as much as width * ratio or height * ratio respectively.

G

GeometryCollectionIterator - Class in de.topobyte.jts.utils
An iterator that allows to iterate over the elements of GeometryCollection.
GeometryCollectionIterator(GeometryCollection) - Constructor for class de .topobyte .jts .utils . GeometryCollectionIterator
Create a new iterator.
GeometryGroup - Class in de.topobyte.jts.utils
 
GeometryGroup(GeometryFactory, Geometry...) - Constructor for class de .topobyte .jts .utils . GeometryGroup
 
getEnvelope(Collection<Geometry>) - Static method in class de .topobyte .jts .utils . JtsHelper
Calculate the bounding box of the given collection of geometries.

H

hasNext() - Method in class de .topobyte .jts .utils . GeometryCollectionIterator
 
hull(Geometry) - Static method in class de .topobyte .jts .utils . PolygonHelper
Removes holes from a Polygon or MultiPolygon.

I

intersects(Geometry) - Method in class de .topobyte .jts .utils . GeometryGroup
 
intersects(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
intersects(Geometry) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for intersection.
intersects(Envelope) - Method in interface de .topobyte .jts .utils .predicate . PredicateEvaluator
Test for intersection.
intersects(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
intersects(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
intersects(Envelope) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
intersectsCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
intersectsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . AbstractPredicateEvaluator
 
intersectsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
intersectsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
intersectsNonCollection(Geometry) - Method in class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
iterator() - Method in class de .topobyte .jts .utils . GeometryCollectionIterator
 

J

JtsHelper - Class in de.topobyte.jts.utils
Various utility methods for JTS.
JtsHelper() - Constructor for class de .topobyte .jts .utils . JtsHelper
 

M

multipolygonFromRings(Set<LinearRing>, boolean) - Static method in class de .topobyte .jts .utils . PolygonHelper
Given a set of LinearRings, create Multipolygon.

N

next() - Method in class de .topobyte .jts .utils . GeometryCollectionIterator
 

P

polygonFromLinearRing(LinearRing, GeometryFactory) - Static method in class de .topobyte .jts .utils . PolygonHelper
Convenience method for creating a simple polygon from a shell without holes.
PolygonHelper - Class in de.topobyte.jts.utils
Various utility methods concerning polygons.
PolygonHelper() - Constructor for class de .topobyte .jts .utils . PolygonHelper
 
PredicateEvaluator - Interface in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorFactory - Interface in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorFactoryJts - Class in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorFactoryJts() - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorFactoryJts
 
PredicateEvaluatorFactoryJtsPrepared - Class in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorFactoryJtsPrepared() - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorFactoryJtsPrepared
 
PredicateEvaluatorJts - Class in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorJts(Geometry) - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorJts
 
PredicateEvaluatorPrepared - Class in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorPrepared(Geometry) - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorPrepared
 
PredicateEvaluatorRectangle - Class in de.topobyte.jts.utils.predicate
 
PredicateEvaluatorRectangle(double, double, double, double) - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 
PredicateEvaluatorRectangle(Envelope) - Constructor for class de .topobyte .jts .utils .predicate . PredicateEvaluatorRectangle
 

R

remove() - Method in class de .topobyte .jts .utils . GeometryCollectionIterator
 

T

toGeometry(Envelope) - Static method in class de .topobyte .jts .utils . JtsHelper
Convert an envelope to a polygon.
toLinearRing(List<Double>, List<Double>, boolean) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a LinearRing from two lists of coordinates.
toLinearRing(TDoubleList, TDoubleList, boolean) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a LinearRing from two lists of coordinates.
toLineString(List<Double>, List<Double>) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a LineString from the denoted list of coordinates.
toLineString(TDoubleList, TDoubleList) - Static method in class de .topobyte .jts .utils . JtsHelper
Create a LineString from the denoted list of coordinates.
transformCoordinates(CoordinateSequence, Geometry) - Method in class de .topobyte .jts .utils .transform . CoordinateGeometryTransformer
 
A  C  D  E  G  H  I  J  M  N  P  R  T