|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.feature.FeatureCollectionWrapper
com.vividsolutions.jump.workbench.model.OneItemFeatureCollection
public class OneItemFeatureCollection
Restricts the number of Features in a FeatureCollection to 1.
| Constructor Summary | |
|---|---|
OneItemFeatureCollection(FeatureCollection fc)
|
|
| Method Summary | |
|---|---|
void |
add(Feature feature)
Adds a feature to this collection. |
| Methods inherited from class com.vividsolutions.jump.feature.FeatureCollectionWrapper |
|---|
addAll, checkNotWrappingSameClass, clear, getEnvelope, getFeatureCollection, getFeatures, getFeatureSchema, getUltimateWrappee, getWrappee, hasWrapper, isEmpty, iterator, query, remove, remove, removeAll, setFeatureCollection, size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneItemFeatureCollection(FeatureCollection fc)
| Method Detail |
|---|
public void add(Feature feature)
FeatureCollection
add in interface FeatureCollectionadd in class FeatureCollectionWrapperfeature - a Feature to add to the end of this collection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||