| Modifier and Type | Class and Description |
|---|---|
static class |
JTSShape.GeometryCollectionPathIterator |
static class |
JTSShape.GeometryPathIterator |
static class |
JTSShape.LineStringPathIterator |
static class |
JTSShape.PointPathIterator |
static class |
JTSShape.PolygonPathIterator |
| Constructor and Description |
|---|
JTSShape(com.vividsolutions.jts.geom.Geometry _geom) |
JTSShape(JtsGeometry _geom) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(double x,
double y) |
boolean |
contains(double x,
double y,
double w,
double h) |
boolean |
contains(Point2D p) |
boolean |
contains(Rectangle2D r) |
protected com.vividsolutions.jts.geom.Polygon |
createRect(double x,
double y,
double w,
double h) |
Rectangle |
getBounds() |
Rectangle2D |
getBounds2D() |
PathIterator |
getPathIterator(AffineTransform at) |
PathIterator |
getPathIterator(AffineTransform at,
double flatness) |
static JTSShape.GeometryPathIterator |
getPathIterator(com.vividsolutions.jts.geom.Geometry geometry,
AffineTransform _at) |
boolean |
intersects(double x,
double y,
double w,
double h) |
boolean |
intersects(Rectangle2D r) |
public JTSShape(com.vividsolutions.jts.geom.Geometry _geom)
public JTSShape(JtsGeometry _geom)
public boolean contains(Rectangle2D r)
public boolean contains(double x,
double y,
double w,
double h)
protected com.vividsolutions.jts.geom.Polygon createRect(double x,
double y,
double w,
double h)
public Rectangle2D getBounds2D()
getBounds2D in interface Shapepublic PathIterator getPathIterator(AffineTransform at)
getPathIterator in interface Shapepublic PathIterator getPathIterator(AffineTransform at, double flatness)
getPathIterator in interface Shapepublic boolean intersects(Rectangle2D r)
intersects in interface Shapepublic boolean intersects(double x,
double y,
double w,
double h)
intersects in interface Shapepublic static JTSShape.GeometryPathIterator getPathIterator(com.vividsolutions.jts.geom.Geometry geometry, AffineTransform _at)
Copyright © 2015. All rights reserved.