| Package | Description |
|---|---|
| mil.nga.sf.geojson |
| Modifier and Type | Method and Description |
|---|---|
Feature |
FeatureCollection.getFeature(int i)
Get the feature at the index
|
static Feature |
FeatureConverter.toFeature(Geometry simpleGeometry)
Convert a simple geometry to a feature
|
static Feature |
FeatureConverter.toFeature(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a feature
|
static Feature |
FeatureConverter.toFeature(Object value)
Convert the object value to a feature
|
static Feature |
FeatureConverter.toFeature(String content)
Convert the string content to a feature
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureCollection.getFeatures()
Get the features
|
Iterator<Feature> |
FeatureCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollection.addFeature(Feature feature)
Add a feature
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollection.addFeatures(Collection<Feature> features)
Add the features
|
void |
FeatureCollection.setFeatures(Collection<Feature> features)
Set the features
|
| Constructor and Description |
|---|
FeatureCollection(Feature feature)
Constructor
|
| Constructor and Description |
|---|
FeatureCollection(Collection<Feature> features)
Constructor
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.