public class JsonFeature extends Object
| Constructor and Description |
|---|
JsonFeature() |
JsonFeature(String id,
String type,
org.locationtech.jts.geom.Envelope bbox,
org.locationtech.jts.geom.Geometry geometry,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Envelope |
getBBox() |
org.locationtech.jts.geom.Geometry |
getGeometry() |
String |
getId() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String key) |
String |
getType() |
static boolean |
isValidId(String name) |
void |
setBBox(org.locationtech.jts.geom.Envelope bbox) |
void |
setGeometry(org.locationtech.jts.geom.Geometry geometry) |
void |
setId(String id) |
void |
setProperties(Map<String,Object> properties) |
String |
toString() |
public String getId()
public String getType()
public org.locationtech.jts.geom.Envelope getBBox()
public org.locationtech.jts.geom.Geometry getGeometry()
public void setId(String id)
public void setBBox(org.locationtech.jts.geom.Envelope bbox)
public void setGeometry(org.locationtech.jts.geom.Geometry geometry)
public static boolean isValidId(String name)
Copyright © 2012–2023. All rights reserved.