public class GeoResult
extends Object
-
Field Summary
Fields
protected List<org.locationtech.jts.geom.Point>
protected org.locationtech.jts.geom.Point
-
Constructor Summary
Constructors
-
Method Summary
List<org.locationtech.jts.geom.Point>
org.locationtech.jts.geom.Point
void
void
void
setPoint(org.locationtech.jts.geom.Point point)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
point
protected org.locationtech.jts.geom.Point point
-
bbox
protected List<org.locationtech.jts.geom.Point> bbox
-
-
Constructor Details
-
GeoResult
public GeoResult()
-
Method Details
-
getPoint
public org.locationtech.jts.geom.Point getPoint()
-
setPoint
public void setPoint(org.locationtech.jts.geom.Point point)
-
getBbox
public List<org.locationtech.jts.geom.Point> getBbox()
-
setBbox
public void setBbox(List<org.locationtech.jts.geom.Point> bbox)
-
-
setFullName
public void setFullName(String fullName)