public class ContainmentTestJtsPrepared extends Objectimplements ContainmentTest
| Constructor and Description |
|---|
ContainmentTestJtsPrepared(Geometry
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Coordinate
Test for containment.
|
boolean |
contains(Envelope
Test for containment.
|
boolean |
contains(Geometry
Test for containment.
|
boolean |
contains(Point
Test for containment.
|
boolean |
covers(Coordinate
Test for coverage.
|
boolean |
covers(Envelope
Test for coverage.
|
boolean |
covers(Geometry
Test for coverage.
|
boolean |
covers(Point
Test for coverage.
|
boolean |
intersects(Envelope
Test for intersection.
|
boolean |
intersects(Geometry
Test for intersection.
|
public ContainmentTestJtsPrepared(Geometrygeometry)
public boolean covers(Coordinatecoordinate)
ContainmentTest
public boolean contains(Coordinatecoordinate)
ContainmentTest
public boolean covers(Pointpoint)
ContainmentTest
public boolean contains(Pointpoint)
ContainmentTest
public boolean covers(Envelopeenvelope)
ContainmentTest
public boolean contains(Envelopeenvelope)
ContainmentTest
public boolean covers(Geometrygeometry)
ContainmentTest
public boolean contains(Geometrygeometry)
ContainmentTest
public boolean intersects(Envelopeenvelope)
ContainmentTest
public boolean intersects(Geometrygeometry)
ContainmentTest