@Api(allMethods=true) public class BufferInfo extends Object implements Serializable
| Constructor and Description |
|---|
BufferInfo() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance()
Get distance to buffer.
|
int |
getQuadrantSegments()
Get the number of line segments used to represent a quadrant of a circle.
|
void |
setDistance(double distance)
Set distance to buffer.
|
void |
setQuadrantSegments(int quadrantSegments)
Set the number of line segments used to represent a quadrant of a circle.
|
String |
toString() |
public double getDistance()
public void setDistance(double distance)
distance - distancepublic int getQuadrantSegments()
public void setQuadrantSegments(int quadrantSegments)
quadrantSegments - the number of line segments used to represent a quadrant of a circleCopyright © 2013 Geosparc. All Rights Reserved.