public class Geo3dCircleShape extends Geo3dShape<GeoCircle> implements org.locationtech.spatial4j.shape.Circle
Geo3dShape
which represents a Circle
.boundingBox, center, shape, spatialcontext
Constructor and Description |
---|
Geo3dCircleShape(GeoCircle shape,
org.locationtech.spatial4j.context.SpatialContext spatialcontext) |
Modifier and Type | Method and Description |
---|---|
org.locationtech.spatial4j.shape.Point |
getCenter() |
double |
getRadius() |
void |
reset(double x,
double y,
double radiusDEG) |
equals, getArea, getBoundingBox, getBuffered, getContext, hasArea, hashCode, isEmpty, relate, toString
public Geo3dCircleShape(GeoCircle shape, org.locationtech.spatial4j.context.SpatialContext spatialcontext)
public void reset(double x, double y, double radiusDEG)
reset
in interface org.locationtech.spatial4j.shape.Circle
public double getRadius()
getRadius
in interface org.locationtech.spatial4j.shape.Circle
public org.locationtech.spatial4j.shape.Point getCenter()
getCenter
in interface org.locationtech.spatial4j.shape.Shape
getCenter
in class Geo3dShape<GeoCircle>
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.