Class FeatureCollection
- java.lang.Object
-
- com.github.filosganga.geogson.model.FeatureCollection
-
- All Implemented Interfaces:
Serializable
public class FeatureCollection extends Object implements Serializable
FeatureCollection contains a list ofFeatureinstances GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureCollection(List<Feature> features)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<Feature>features()inthashCode()static FeatureCollectionof(Feature... features)intsize()StringtoString()
-
-
-
Method Detail
-
of
public static FeatureCollection of(Feature... features)
-
size
public int size()
-
-