Uses of Interface
org.deegree.feature.types.FeatureCollectionType

Packages that use FeatureCollectionType
org.deegree.feature   
org.deegree.feature.types   
org.deegree.gml.schema   
 

Uses of FeatureCollectionType in org.deegree.feature
 

Methods in org.deegree.feature that return FeatureCollectionType
 FeatureCollectionType FeatureCollection.getType()
          Returns the type information for this feature collection.
 FeatureCollectionType AbstractFeatureCollection.getType()
           
 

Constructors in org.deegree.feature with parameters of type FeatureCollectionType
AbstractFeatureCollection(String fid, FeatureCollectionType ft, ExtraProps extraProps)
          Creates a new AbstractFeatureCollection instance.
GenericFeatureCollection(FeatureCollectionType ft, String fid, List<Property> props, ExtraProps extraProps, GMLVersion version)
          Creates a new GenericFeatureCollection instance with type information and content specified using properties.
 

Uses of FeatureCollectionType in org.deegree.feature.types
 

Classes in org.deegree.feature.types that implement FeatureCollectionType
 class GenericFeatureCollectionType
          Generic FeatureCollectionType implementation, can be used for representing arbitrary feature collection types.
 

Uses of FeatureCollectionType in org.deegree.gml.schema
 

Fields in org.deegree.gml.schema declared as FeatureCollectionType
static FeatureCollectionType WellKnownGMLTypes.D2_WMS_FEATURECOLLECTION
          ll:FeatureCollection (used by deegree 2 WMS for GetFeatureInfo responses)
static FeatureCollectionType WellKnownGMLTypes.GML311_FEATURECOLLECTION
          gml:FeatureCollection (from GML 3.1.1 core schemas)
static FeatureCollectionType WellKnownGMLTypes.GML321_FEATURECOLLECTION
          gml:FeatureCollection (from GML 3.2.1 core schemas)
static FeatureCollectionType WellKnownGMLTypes.WFS110_FEATURECOLLECTION
          wfs:FeatureCollection (from WFS 1.1.0 schemas)
 

Methods in org.deegree.gml.schema that return FeatureCollectionType
static FeatureCollectionType WellKnownGMLTypes.getType(QName elName)
          Looks up the well-known FeatureCollectionType for the given qualified name.
 



Copyright © 2011. All Rights Reserved.