public class GeoResult extends Object
Modifier and Type | Field and Description |
---|---|
protected List<org.opengis.geometry.primitive.Point> |
bbox |
protected String |
fullName |
protected org.opengis.geometry.primitive.Point |
point |
Constructor and Description |
---|
GeoResult() |
Modifier and Type | Method and Description |
---|---|
List<org.opengis.geometry.primitive.Point> |
getBbox() |
String |
getFullName() |
org.opengis.geometry.primitive.Point |
getPoint() |
void |
setBbox(List<org.opengis.geometry.primitive.Point> bbox) |
void |
setFullName(String fullName) |
void |
setPoint(org.opengis.geometry.primitive.Point point) |
protected org.opengis.geometry.primitive.Point point
protected List<org.opengis.geometry.primitive.Point> bbox
protected String fullName
public org.opengis.geometry.primitive.Point getPoint()
public void setPoint(org.opengis.geometry.primitive.Point point)
public List<org.opengis.geometry.primitive.Point> getBbox()
public void setBbox(List<org.opengis.geometry.primitive.Point> bbox)
public String getFullName()
public void setFullName(String fullName)
This work is licensed under a Creative Commons Attribution 4.0 International License.