public interface GeoArea extends Membership
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINS |
static int |
DISJOINT |
static int |
OVERLAPS |
static int |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
int |
getRelationship(GeoShape shape)
Find the spatial relationship between a shape and the current geo area.
|
isWithin, isWithinstatic final int CONTAINS
static final int WITHIN
static final int OVERLAPS
static final int DISJOINT
int getRelationship(GeoShape shape)
shape - is the shape to consider.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.