public class FeaturedPolygon extends Object
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap<String,String> |
features |
com.vividsolutions.jts.geom.Geometry |
p |
Double |
value |
| Constructor and Description |
|---|
FeaturedPolygon() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(String key,
String value) |
void |
setPolygon(com.vividsolutions.jts.geom.Geometry p) |
void |
setValue(Double v) |
public com.vividsolutions.jts.geom.Geometry p
public LinkedHashMap<String,String> features
public Double value
Copyright © 2016. All Rights Reserved.