public class Feature extends GeoJsonObject
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
getGeometry() |
Object |
getId() |
Properties |
getProperties() |
String |
getType() |
void |
setGeometry(Geometry geometry) |
void |
setId(Object id) |
void |
setProperties(Properties properties) |
void |
setType(String type) |
public void setType(String type)
public String getType()
getType in class GeoJsonObjectpublic void setId(Object id)
public Object getId()
public void setGeometry(Geometry geometry)
public Geometry getGeometry()
public void setProperties(Properties properties)
public Properties getProperties()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.