| Modifier and Type | Field and Description |
|---|---|
List<Feature> |
FeatureCollection.Builder.features |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.Builder.build() |
Feature |
Feature.decode(String geojson) |
static Feature |
Feature.of(String geojson) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
FeatureCollection.getFeatures() |
Iterator<Feature> |
FeatureCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static FeatureCollection |
FeatureCollection.of(Feature... features) |
FeatureCollection.Builder |
FeatureCollection.Builder.put(Feature f) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureCollection |
FeatureCollection.of(List<Feature> features) |
void |
FeatureCollection.setFeatures(List<Feature> features) |
FeatureCollection.Builder |
FeatureCollection.Builder.setFeatures(List<Feature> features) |
| Constructor and Description |
|---|
FeatureCollection(Feature... features) |
| Constructor and Description |
|---|
FeatureCollection(List<Feature> features) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.