Uses of Class
org.deegree.protocol.wps.VectorExampleData

Packages that use VectorExampleData
org.deegree.protocol.wps   
 

Uses of VectorExampleData in org.deegree.protocol.wps
 

Fields in org.deegree.protocol.wps declared as VectorExampleData
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_LINESTRINGS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_MULTILINESTRINGS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_MULTIPOINTS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_MULTIPOLYGONS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_POINTS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_POLYGONS
           
static VectorExampleData VectorExampleData.GML_31_FEATURE_COLLECTION_WFS
           
static VectorExampleData VectorExampleData.GML_31_LINESTRING
           
static VectorExampleData VectorExampleData.GML_31_MULTILINESTRING
           
static VectorExampleData VectorExampleData.GML_31_MULTILPOLYGON
           
static VectorExampleData VectorExampleData.GML_31_MULTIPOINT
           
static VectorExampleData VectorExampleData.GML_31_POINT
           
static VectorExampleData VectorExampleData.GML_31_POLYGON
           
static VectorExampleData VectorExampleData.GML_31_POLYGON_2
           
 

Methods in org.deegree.protocol.wps that return types with arguments of type VectorExampleData
static LinkedList<VectorExampleData> VectorExampleData.getAllData()
          Returns all VectorExampleData.
static LinkedList<VectorExampleData> VectorExampleData.getAllData(VectorExampleData[] without)
          Returns list of all VectorExampleData without the VectorExampleData of the array.
static LinkedList<VectorExampleData> VectorExampleData.getAllFeatureCollections()
          Returns list of all VectorExampleData with FeatureCollections.
static LinkedList<VectorExampleData> VectorExampleData.getAllGeometries()
          Returnslist of all VectorExampleData with Geometrys.
static LinkedList<VectorExampleData> VectorExampleData.getData(VectorExampleData.GeometryType type)
          Returns list of all VectorExampleData with the same VectorExampleData.GeometryType.
static LinkedList<VectorExampleData> VectorExampleData.getData(VectorExampleData.GeometryType type, VectorExampleData[] without)
          Returns list of all VectorExampleData with the same VectorExampleData.GeometryType and without some VectorExampleData.
 

Methods in org.deegree.protocol.wps with parameters of type VectorExampleData
static LinkedList<VectorExampleData> VectorExampleData.getAllData(VectorExampleData[] without)
          Returns list of all VectorExampleData without the VectorExampleData of the array.
static LinkedList<VectorExampleData> VectorExampleData.getData(VectorExampleData.GeometryType type, VectorExampleData[] without)
          Returns list of all VectorExampleData with the same VectorExampleData.GeometryType and without some VectorExampleData.
 



Copyright © 2011. All Rights Reserved.