public class GeoCircle extends CircleImpl
ctx, 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() |
public GeoCircle(Point p, double radiusDEG, SpatialContext ctx)
public void reset(double x, double y, double radiusDEG)
Circle
reset
in interface Circle
reset
in class CircleImpl
protected double getYAxis()
CircleImpl
Y
coordinate of where the circle axis intersect.getYAxis
in class CircleImpl
protected SpatialRelation relateRectanglePhase2(Rectangle r, SpatialRelation bboxSect)
relateRectanglePhase2
in class CircleImpl
bboxSect
- INTERSECTS or CONTAINS from enclosingBox's intersectionpublic String toString()
toString
in class CircleImpl
Copyright © 2014 LocationTech. All rights reserved.