public class CenterPara extends Object
| Constructor and Description |
|---|
CenterPara() |
CenterPara(String geoFieldName,
double x,
double y,
double radius) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeoFieldName() |
double |
getRadius() |
double |
getX() |
double |
getY() |
void |
setGeoFieldName(String geoFieldName) |
void |
setRadius(double radius) |
void |
setX(double x) |
void |
setY(double y) |
public CenterPara()
public CenterPara(String geoFieldName, double x, double y, double radius)
public String getGeoFieldName()
public void setGeoFieldName(String geoFieldName)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getRadius()
public void setRadius(double radius)
Copyright © 2024. All rights reserved.