org.geotools.caching.spatialindex
Interface Shape

All Known Implementing Classes:
Point, Region

public interface Shape


Method Summary
 boolean contains(Shape s)
           
 double getArea()
           
 double[] getCenter()
           
 int getDimension()
           
 Region getMBR()
           
 double getMinimumDistance(Shape s)
           
 boolean intersects(Shape s)
           
 boolean touches(Shape s)
           
 

Method Detail

intersects

boolean intersects(Shape s)

contains

boolean contains(Shape s)

touches

boolean touches(Shape s)

getCenter

double[] getCenter()

getDimension

int getDimension()

getMBR

Region getMBR()

getArea

double getArea()

getMinimumDistance

double getMinimumDistance(Shape s)


Copyright © 1996-2010 Geotools. All Rights Reserved.