|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.protocol.wps.VectorExampleData
public class VectorExampleData
This class wraps all geometric test data as static attributes.
A instance of this class presents one data set of test data.
Nested Class Summary | |
---|---|
static class |
VectorExampleData.GeometryType
This enumeration class contains all important geometry types like point, line, polygon, etc. for testing a SEXTANTE GeoAlgorithm . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final VectorExampleData GML_31_MULTILPOLYGON
public static final VectorExampleData GML_31_MULTILINESTRING
public static final VectorExampleData GML_31_MULTIPOINT
public static final VectorExampleData GML_31_POLYGON
public static final VectorExampleData GML_31_POLYGON_2
public static final VectorExampleData GML_31_LINESTRING
public static final VectorExampleData GML_31_POINT
public static final VectorExampleData GML_31_FEATURE_COLLECTION_MULTIPOLYGONS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_POLYGONS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_MULTILINESTRINGS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_LINESTRINGS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_MULTIPOINTS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_POINTS
public static final VectorExampleData GML_31_FEATURE_COLLECTION_WFS
Method Detail |
---|
public static LinkedList<VectorExampleData> getAllData()
VectorExampleData
.
VectorExampleData
.public static LinkedList<VectorExampleData> getAllData(VectorExampleData[] without)
VectorExampleData
without the VectorExampleData
of the array.
without
- Array of unwanted VectorExampleData
, may be null
.
VectorExampleData
without the VectorExampleData
of the array. If the array of
unwanted VectorExampleData is null
, returns all {@link VectorExampleData}.public static LinkedList<VectorExampleData> getAllFeatureCollections()
VectorExampleData
with FeatureCollection
s.
VectorExampleData
with FeatureCollection
s.public static LinkedList<VectorExampleData> getAllGeometries()
VectorExampleData
with Geometry
s.
VectorExampleData
with Geometry
s.public static LinkedList<VectorExampleData> getData(VectorExampleData.GeometryType type)
VectorExampleData
with the same VectorExampleData.GeometryType
.
type
- VectorExampleData.GeometryType
of the VectorExampleData
, may be null
.
VectorExampleData
with the same VectorExampleData.GeometryType
. If the VectorExampleData.GeometryType
is
null
, returns all VectorExampleData
.public static LinkedList<VectorExampleData> getData(VectorExampleData.GeometryType type, VectorExampleData[] without)
VectorExampleData
with the same VectorExampleData.GeometryType
and without some
VectorExampleData
.
type
- - VectorExampleData.GeometryType
of the VectorExampleData
, may be null
.without
- - Array of unwanted VectorExampleData
, may be null
.
VectorExampleData
with the same VectorExampleData.GeometryType
and without some
VectorExampleData
. If the Array of unwanted VectorExampleData is null
,
returns all {@link VectorExampleData} with the same {@link GeometryType}. If the {@link GeometryType} is
additional null
, returns all {@link VectorExampleData}. If the {@link GeometryType} is only
null
, returns all {@link VectorExampleData} without the {@link VectorExampleData} of the
array.public String getSchemaURL()
public String getEncoding()
public String getMimeType()
public URL getURL()
public GMLVersion getGMLVersion()
GMLVersion
of the data.
GMLVersion
of the data.public String getFilename()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |