public class FeatureGeometry extends Object implements WFSGeometry, Serializable
| Constructor and Description |
|---|
FeatureGeometry()
Instantiates a new feature geometry.
|
FeatureGeometry(String type,
String coordinatesJSON)
Instantiates a new feature geometry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoordinatesJSON()
Gets the coordinates JSON.
|
String |
getToJSONObject() |
String |
getType()
Gets the type.
|
void |
setCoordinatesJSON(String coordinatesJSON) |
void |
setType(String type) |
String |
toString() |
public String getType()
WFSGeometrygetType in interface WFSGeometrypublic String getCoordinatesJSON()
WFSGeometrygetCoordinatesJSON in interface WFSGeometrypublic void setType(String type)
public void setCoordinatesJSON(String coordinatesJSON)
public String getToJSONObject()
Copyright © 2022. All Rights Reserved.