|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.Features
public class Features
Provides utility methods for common tasks that involve Feature and FeatureCollection objects.
| Constructor Summary | |
|---|---|
Features()
|
|
| Method Summary | |
|---|---|
static FeatureCollection |
sortFc(FeatureCollection fc,
SortProperty[] sortCrits)
Returns a sorted FeatureCollection. |
static FeatureCollection |
toCollection(FeatureInputStream is)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Features()
| Method Detail |
|---|
public static FeatureCollection toCollection(FeatureInputStream is)
throws java.io.IOException
java.io.IOException
public static FeatureCollection sortFc(FeatureCollection fc,
SortProperty[] sortCrits)
FeatureCollection.
fc - feature collection to be sorted, must not be nullsortCrits - sort criteria
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||