public class SimpleFeature extends Object
| Constructor and Description |
|---|
SimpleFeature()
Constructor
|
SimpleFeature(Geometry geometry,
Map<String,Object> properties)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
getGeometry()
Get the geometry
|
Map<String,Object> |
getProperties()
Get the properties map
|
void |
setGeometry(Geometry geometry)
Set the geometry
|
void |
setProperties(Map<String,Object> properties)
Set the properties map
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.