public class GeoRect extends Object implements GeoShape
GeoRect(GeoPoint northWest, GeoPoint southEast)
GeoPoint
getNorthWest()
getSouthEast()
String
toString()
boolean
within(GeoShape geoShape)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public GeoRect(GeoPoint northWest, GeoPoint southEast)
public boolean within(GeoShape geoShape)
within
GeoShape
public GeoPoint getNorthWest()
public GeoPoint getSouthEast()
public String toString()
toString
Object
Copyright © 2014–2015. All rights reserved.