|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.fhpotsdam.unfolding.data.Feature
de.fhpotsdam.unfolding.data.MultiFeature
public class MultiFeature
A feature consisting of multiple features. Only contains one properties list. Can be used for e.g. JSON's GeometryCollection, but also for MultiPolygons, etc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.fhpotsdam.unfolding.data.Feature |
|---|
Feature.FeatureType |
| Field Summary |
|---|
| Fields inherited from class de.fhpotsdam.unfolding.data.Feature |
|---|
properties |
| Constructor Summary | |
|---|---|
MultiFeature()
Creates a new MultiFeature. |
|
| Method Summary | |
|---|---|
void |
addFeature(Feature feature)
Adss a feature to this multi-feature. |
java.util.List<Feature> |
getFeatures()
Returns all features of this multi-feature. |
void |
setFeatures(java.util.List<Feature> features)
Sets all features of this multi-feature. |
| Methods inherited from class de.fhpotsdam.unfolding.data.Feature |
|---|
addProperty, getId, getProperties, getProperty, getStringProperty, getType, putProperty, setId, setProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiFeature()
| Method Detail |
|---|
public java.util.List<Feature> getFeatures()
public void setFeatures(java.util.List<Feature> features)
features - The features.public void addFeature(Feature feature)
feature - A feature.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||