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 FeatureFeatureCollection. getFeature(int i)Get the feature at the indexstatic FeatureFeatureConverter. toFeature(com.fasterxml.jackson.databind.JsonNode tree)Convert the JSON tree to a featurestatic FeatureFeatureConverter. toFeature(Object value)Convert the object value to a featurestatic FeatureFeatureConverter. toFeature(String content)Convert the string content to a featurestatic FeatureFeatureConverter. 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 voidFeatureCollection. addFeature(Feature feature)Add a featureMethod parameters in mil.nga.sf.geojson with type arguments of type Feature Modifier and Type Method Description voidFeatureCollection. addFeatures(Collection<Feature> features)Add the featuresvoidFeatureCollection. 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 
 -