public abstract class GeoBBoxBase extends Object implements GeoBBox
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ALL_INSIDE |
protected static int |
NONE_INSIDE |
protected static GeoPoint |
NORTH_POLE |
protected static int |
SOME_INSIDE |
protected static GeoPoint |
SOUTH_POLE |
| Constructor and Description |
|---|
GeoBBoxBase() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
isShapeInsideBBox(GeoShape path) |
abstract boolean |
isWithin(Vector point)
Check if a point is within this shape.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getBounds, getEdgePoints, intersectsisWithingetCenter, getRadiusgetRelationshipprotected static final GeoPoint NORTH_POLE
protected static final GeoPoint SOUTH_POLE
protected static final int ALL_INSIDE
protected static final int SOME_INSIDE
protected static final int NONE_INSIDE
public abstract boolean isWithin(Vector point)
MembershipisWithin in interface Membershippoint - is the point to check.protected int isShapeInsideBBox(GeoShape path)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.