Class GeoJSON
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.geojson.GeoJSON
-
- All Implemented Interfaces:
Serializable
public class GeoJSON extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoJSON()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BBOXDVgetBbox()CrsgetCrs()StringgetGeoJSON()StringgetType()voidsetBbox(BBOXDV bbox)voidsetCrs(Crs crs)voidsetGeoJSON(String geoJSON)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
-
getCrs
public Crs getCrs()
-
getBbox
public BBOXDV getBbox()
-
getGeoJSON
public String getGeoJSON()
-
setType
public void setType(String type)
-
setCrs
public void setCrs(Crs crs)
-
setBbox
public void setBbox(BBOXDV bbox)
-
setGeoJSON
public void setGeoJSON(String geoJSON)
-
-