@Deprecated public class GeojsonFeature extends GeojsonObject
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
properties
Deprecated.
|
| Constructor and Description |
|---|
GeojsonFeature()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String property,
Object value)
Deprecated.
|
static <T extends GeojsonFeature> |
defaultComparator()
Deprecated.
|
GeojsonGeometry |
getGeometry()
Deprecated.
|
String |
getId()
Deprecated.
|
Map<String,Object> |
getProperties()
Deprecated.
|
String |
getType()
Deprecated.
|
boolean |
hasProperty(String property)
Deprecated.
|
void |
setGeometry(GeojsonGeometry geometry)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
void |
setProperties(Map<String,Object> properties)
Deprecated.
|
getCrs, setCrspublic String getType()
getType in class GeojsonObjectFeature,
Point, etc.).public GeojsonGeometry getGeometry()
public void setGeometry(GeojsonGeometry geometry)
public boolean hasProperty(String property)
public String getId()
public void setId(String id)
public static <T extends GeojsonFeature> Comparator<T> defaultComparator()
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.