Uses of Class
mil.nga.sf.geojson.Feature
-
Packages that use Feature Package Description mil.nga.sf.geojson -
-
Uses of Feature in mil.nga.sf.geojson
Methods in mil.nga.sf.geojson that return Feature Modifier and Type Method Description Feature
FeatureCollection. getFeature(int i)
Get the feature at the indexstatic Feature
FeatureConverter. toFeature(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a featurestatic Feature
FeatureConverter. toFeature(Object value)
Convert the object value to a featurestatic Feature
FeatureConverter. toFeature(String content)
Convert the string content to a featurestatic Feature
FeatureConverter. toFeature(Geometry simpleGeometry)
Convert a simple geometry to a featureMethods in mil.nga.sf.geojson that return types with arguments of type Feature Modifier and Type Method Description List<Feature>
FeatureCollection. getFeatures()
Get the featuresIterator<Feature>
FeatureCollection. iterator()
Methods in mil.nga.sf.geojson with parameters of type Feature Modifier and Type Method Description void
FeatureCollection. addFeature(Feature feature)
Add a featureMethod parameters in mil.nga.sf.geojson with type arguments of type Feature Modifier and Type Method Description void
FeatureCollection. addFeatures(Collection<Feature> features)
Add the featuresvoid
FeatureCollection. setFeatures(Collection<Feature> features)
Set the featuresConstructors in mil.nga.sf.geojson with parameters of type Feature Constructor Description FeatureCollection(Feature feature)
ConstructorConstructor parameters in mil.nga.sf.geojson with type arguments of type Feature Constructor Description FeatureCollection(Collection<Feature> features)
Constructor
-