GeoJSONFeatureCollection

public final class GeoJSONFeatureCollection

Constructors

GeoJSONFeatureCollection
Link copied to clipboard

Types

TypeEnum
Link copied to clipboard
public enum TypeEnum extends Enum<GeoJSONFeatureCollection.TypeEnum>

Values: FEATURECOLLECTION

Functions

getFeatures
Link copied to clipboard
final List<GeoJSONFeaturegetFeatures()
getTypeEnum
Link copied to clipboard
final GeoJSONFeatureCollection.TypeEnum getTypeEnum()
setFeatures
Link copied to clipboard
final Unit setFeatures(List<GeoJSONFeature> features)
setTypeEnum
Link copied to clipboard
final Unit setTypeEnum(GeoJSONFeatureCollection.TypeEnum typeEnum)

Properties

features
Link copied to clipboard
private List<GeoJSONFeaturefeatures
typeEnum
Link copied to clipboard
private GeoJSONFeatureCollection.TypeEnum typeEnum