public class GeoLocation extends Object
| Constructor and Description |
|---|
GeoLocation() |
GeoLocation(List<GeoLocationTag> tags,
double x,
double y,
gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds) |
GeoLocation(List<GeoLocationTag> tags,
double x,
double y,
gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds,
String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds |
getBounds() |
String |
getId() |
String |
getName() |
List<GeoLocationTag> |
getTags() |
double |
getX() |
double |
getY() |
void |
setBounds(gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTags(List<GeoLocationTag> tags) |
void |
setX(double x) |
void |
setY(double y) |
public GeoLocation()
public GeoLocation(List<GeoLocationTag> tags, double x, double y, gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds)
public GeoLocation(List<GeoLocationTag> tags, double x, double y, gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds, String name, String id)
public List<GeoLocationTag> getTags()
public void setTags(List<GeoLocationTag> tags)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds getBounds()
public void setBounds(gr.cite.geoanalytics.dataaccess.geoserverbridge.elements.Bounds bounds)
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
Copyright © 2017. All Rights Reserved.