public class BoxPara extends Object
| Constructor and Description |
|---|
BoxPara() |
BoxPara(String geoFieldName,
double lowerLeftX,
double lowerLeftY,
double upperRightX,
double upperRightY) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeoFieldName() |
double |
getLowerLeftX() |
double |
getLowerLeftY() |
double |
getUpperRightX() |
double |
getUpperRightY() |
void |
setGeoFieldName(String geoFieldName) |
void |
setLowerLeftX(double lowerLeftX) |
void |
setLowerLeftY(double lowerLeftY) |
void |
setUpperRightX(double upperRightX) |
void |
setUpperRightY(double upperRightY) |
public BoxPara()
public BoxPara(String geoFieldName, double lowerLeftX, double lowerLeftY, double upperRightX, double upperRightY)
public String getGeoFieldName()
public void setGeoFieldName(String geoFieldName)
public double getLowerLeftX()
public void setLowerLeftX(double lowerLeftX)
public double getLowerLeftY()
public void setLowerLeftY(double lowerLeftY)
public double getUpperRightX()
public void setUpperRightX(double upperRightX)
public double getUpperRightY()
public void setUpperRightY(double upperRightY)
Copyright © 2023. All rights reserved.