T - the type of the Feature propertiespublic class FeatureCollection<T> extends Object
| Constructor and Description |
|---|
FeatureCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Feature<T>> |
getFeatures()
|
String |
getType()
Retrieves the type of the feature collection, which should
always be "FeatureCollection".
|
int |
hashCode() |
void |
setFeatures(List<Feature<T>> features)
|
void |
setType(String type)
Sets the type of the feature collection, which should
always be "FeatureCollection".
|
String |
toString() |
public String getType()
public void setType(String type)
type - the type of the feature collectionprotected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.