public class GeoCircle extends CircleImpl
enclosingBox, point, radiusDEG| Constructor and Description |
|---|
GeoCircle(Point p,
double radiusDEG,
SpatialContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getYAxis()
The
Y coordinate of where the circle axis intersect. |
protected SpatialRelation |
relateRectanglePhase2(Rectangle r,
SpatialRelation bboxSect)
Called after bounding box is intersected.
|
void |
reset(double x,
double y,
double radiusDEG)
Expert: Resets the state of this shape given the arguments.
|
String |
toString() |
contains, equals, equals, getArea, getBoundingBox, getBuffered, getCenter, getRadius, getXAxis, hasArea, hashCode, hashCode, isEmpty, relate, relate, relate, relategetContextclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetContextpublic GeoCircle(Point p, double radiusDEG, SpatialContext ctx)
public void reset(double x,
double y,
double radiusDEG)
Circlereset in interface Circlereset in class CircleImplprotected double getYAxis()
CircleImplY coordinate of where the circle axis intersect.getYAxis in class CircleImplprotected SpatialRelation relateRectanglePhase2(Rectangle r, SpatialRelation bboxSect)
relateRectanglePhase2 in class CircleImplbboxSect - INTERSECTS or CONTAINS from enclosingBox's intersectionpublic String toString()
toString in class CircleImplCopyright © 2020 LocationTech. All rights reserved.