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