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

Packages that use FeatureType
org.deegree.feature   
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.converter   
org.deegree.feature.persistence.sql.id   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.types   
org.deegree.feature.types.property   
org.deegree.gml.feature   
org.deegree.gml.schema   
org.deegree.layer   
org.deegree.protocol.wms.raster   
org.deegree.services.wfs   
org.deegree.services.wms   
org.deegree.services.wms.model.layers   
org.deegree.tools.binding   
 

Uses of FeatureType in org.deegree.feature
 

Fields in org.deegree.feature declared as FeatureType
protected  FeatureType AbstractFeature.ft
          Feature type
 

Methods in org.deegree.feature that return FeatureType
 FeatureType AbstractFeature.getType()
           
 FeatureType Feature.getType()
          Returns the type information for this feature.
 

Constructors in org.deegree.feature with parameters of type FeatureType
AbstractFeature(String fid, FeatureType ft, ExtraProps extraProps)
          Creates a new AbstractFeature instance.
GenericFeature(FeatureType ft, String fid, List<Property> props, GMLVersion version, ExtraProps extraProps)
          Creates a new GenericFeature instance.
 

Uses of FeatureType in org.deegree.feature.persistence.sql
 

Constructors in org.deegree.feature.persistence.sql with parameters of type FeatureType
MappedAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel, FeatureTypeMapping[] ftMappings, BBoxTableMapping bboxMapping, BlobMapping blobMapping, GeometryStorageParams geometryParams)
          Creates a new MappedAppSchema from the given parameters.
 

Constructor parameters in org.deegree.feature.persistence.sql with type arguments of type FeatureType
MappedAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel, FeatureTypeMapping[] ftMappings, BBoxTableMapping bboxMapping, BlobMapping blobMapping, GeometryStorageParams geometryParams)
          Creates a new MappedAppSchema from the given parameters.
MappedAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel, FeatureTypeMapping[] ftMappings, BBoxTableMapping bboxMapping, BlobMapping blobMapping, GeometryStorageParams geometryParams)
          Creates a new MappedAppSchema from the given parameters.
 

Uses of FeatureType in org.deegree.feature.persistence.sql.converter
 

Constructors in org.deegree.feature.persistence.sql.converter with parameters of type FeatureType
FeatureParticleConverter(String fkColumn, String hrefColumn, GMLReferenceResolver resolver, FeatureType valueFt, MappedAppSchema schema)
           
 

Uses of FeatureType in org.deegree.feature.persistence.sql.id
 

Methods in org.deegree.feature.persistence.sql.id that return FeatureType
 FeatureType IdAnalysis.getFeatureType()
           
 

Uses of FeatureType in org.deegree.feature.persistence.sql.rules
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type FeatureType
FeatureBuilderRelational(SQLFeatureStore fs, FeatureType ft, FeatureTypeMapping ftMapping, Connection conn, String ftTableAlias)
          Creates a new FeatureBuilderRelational instance.
 

Uses of FeatureType in org.deegree.feature.types
 

Subinterfaces of FeatureType in org.deegree.feature.types
 interface FeatureCollectionType
          FeatureType that defines a collection of features.
 

Classes in org.deegree.feature.types that implement FeatureType
 class DynamicFeatureType
          FeatureType that allows to add property declarations after construction.
 class GenericFeatureCollectionType
          Generic FeatureCollectionType implementation, can be used for representing arbitrary feature collection types.
 class GenericFeatureType
          Generic implementation of FeatureType, can be used for representing arbitrary feature types.
 

Methods in org.deegree.feature.types that return FeatureType
 FeatureType[] GenericAppSchema.getConcreteSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getConcreteSubtypes(FeatureType ft)
          Retrieves all concrete substitutions for the given feature type.
 FeatureType[] DynamicAppSchema.getConcreteSubtypes(FeatureType ft)
           
 FeatureType[] GenericAppSchema.getDirectSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getDirectSubtypes(FeatureType ft)
          Retrieves the direct subtypes for the given feature type.
 FeatureType[] DynamicAppSchema.getDirectSubtypes(FeatureType ft)
           
 FeatureType GenericAppSchema.getFeatureType(QName ftName)
           
 FeatureType AppSchema.getFeatureType(QName ftName)
          Retrieves the feature type with the given name.
 FeatureType[] GenericAppSchema.getFeatureTypes()
           
 FeatureType[] AppSchema.getFeatureTypes()
          Returns all feature types that are defined in this application schema.
 FeatureType[] DynamicAppSchema.getFeatureTypes()
           
 FeatureType GenericAppSchema.getParent(FeatureType ft)
           
 FeatureType AppSchema.getParent(FeatureType ft)
          Retrieves the parent feature type for the specified feature type.
 FeatureType DynamicAppSchema.getParent(FeatureType ft)
           
 FeatureType[] GenericAppSchema.getRootFeatureTypes()
           
 FeatureType[] AppSchema.getRootFeatureTypes()
          Returns all root feature types that are defined in this application schema.
 FeatureType[] DynamicAppSchema.getRootFeatureTypes()
           
 FeatureType[] GenericAppSchema.getSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getSubtypes(FeatureType ft)
          Retrieves all substitutions (abstract and non-abstract ones) for the given feature type.
 FeatureType[] DynamicAppSchema.getSubtypes(FeatureType ft)
           
 

Methods in org.deegree.feature.types that return types with arguments of type FeatureType
 List<FeatureType> GenericAppSchema.getFeatureTypes(String namespace, boolean includeCollections, boolean includeAbstracts)
           
 List<FeatureType> AppSchema.getFeatureTypes(String namespace, boolean includeCollections, boolean includeAbstracts)
          Returns all feature types that are defined in this application schema, limited by the options.
 List<FeatureType> DynamicAppSchema.getFeatureTypes(String namespace, boolean includeCollections, boolean includeAbstracts)
           
 Map<FeatureType,FeatureType> GenericAppSchema.getFtToSuperFt()
           
 Map<FeatureType,FeatureType> GenericAppSchema.getFtToSuperFt()
           
 Map<FeatureType,FeatureType> AppSchema.getFtToSuperFt()
           
 Map<FeatureType,FeatureType> AppSchema.getFtToSuperFt()
           
 Map<FeatureType,FeatureType> DynamicAppSchema.getFtToSuperFt()
           
 Map<FeatureType,FeatureType> DynamicAppSchema.getFtToSuperFt()
           
 

Methods in org.deegree.feature.types with parameters of type FeatureType
 FeaturePropertyType DynamicFeatureType.addFeaturePropertyDeclaration(PropertyType pre, QName propName, FeatureType valueFt)
          Adds a new FeaturePropertyType declaration.
 FeatureType[] GenericAppSchema.getConcreteSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getConcreteSubtypes(FeatureType ft)
          Retrieves all concrete substitutions for the given feature type.
 FeatureType[] DynamicAppSchema.getConcreteSubtypes(FeatureType ft)
           
 FeatureType[] GenericAppSchema.getDirectSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getDirectSubtypes(FeatureType ft)
          Retrieves the direct subtypes for the given feature type.
 FeatureType[] DynamicAppSchema.getDirectSubtypes(FeatureType ft)
           
 List<PropertyType> GenericAppSchema.getNewPropertyDecls(FeatureType ft)
           
 List<PropertyType> AppSchema.getNewPropertyDecls(FeatureType ft)
          Returns the PropertyTypes from the specified FeatureType declaration that are *not* present in the parent FeatureType or its ancestors.
 List<PropertyType> DynamicAppSchema.getNewPropertyDecls(FeatureType ft)
           
 FeatureType GenericAppSchema.getParent(FeatureType ft)
           
 FeatureType AppSchema.getParent(FeatureType ft)
          Retrieves the parent feature type for the specified feature type.
 FeatureType DynamicAppSchema.getParent(FeatureType ft)
           
 FeatureType[] GenericAppSchema.getSubtypes(FeatureType ft)
           
 FeatureType[] AppSchema.getSubtypes(FeatureType ft)
          Retrieves all substitutions (abstract and non-abstract ones) for the given feature type.
 FeatureType[] DynamicAppSchema.getSubtypes(FeatureType ft)
           
 boolean GenericAppSchema.isSubType(FeatureType ft, FeatureType substitution)
           
 boolean AppSchema.isSubType(FeatureType ft, FeatureType substitution)
          Determines whether a feature type is substitutable for another feature type.
 boolean DynamicAppSchema.isSubType(FeatureType ft, FeatureType substitution)
           
 

Constructors in org.deegree.feature.types with parameters of type FeatureType
GenericAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel)
          Creates a new GenericAppSchema instance from the given FeatureTypes and their derivation hierarchy.
 

Constructor parameters in org.deegree.feature.types with type arguments of type FeatureType
GenericAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel)
          Creates a new GenericAppSchema instance from the given FeatureTypes and their derivation hierarchy.
GenericAppSchema(FeatureType[] fts, Map<FeatureType,FeatureType> ftToSuperFt, Map<String,String> prefixToNs, GMLSchemaInfoSet xsModel)
          Creates a new GenericAppSchema instance from the given FeatureTypes and their derivation hierarchy.
 

Uses of FeatureType in org.deegree.feature.types.property
 

Methods in org.deegree.feature.types.property that return FeatureType
 FeatureType FeaturePropertyType.getValueFt()
          Returns the contained feature type.
 

Methods in org.deegree.feature.types.property with parameters of type FeatureType
 void FeaturePropertyType.resolve(FeatureType valueFt)
           
 

Uses of FeatureType in org.deegree.gml.feature
 

Methods in org.deegree.gml.feature that return FeatureType
 FeatureType FeatureReference.getType()
           
 

Uses of FeatureType in org.deegree.gml.schema
 

Method parameters in org.deegree.gml.schema with type arguments of type FeatureType
 void GMLAppSchemaWriter.export(XMLStreamWriter writer, List<FeatureType> fts)
          Exports the given list of FeatureType instances as an XML schema document.
 

Uses of FeatureType in org.deegree.layer
 

Methods in org.deegree.layer that return FeatureType
 FeatureType AbstractLayer.getFeatureType()
           
 FeatureType Layer.getFeatureType()
           
 

Uses of FeatureType in org.deegree.protocol.wms.raster
 

Methods in org.deegree.protocol.wms.raster that return FeatureType
 FeatureType WMSRaster.getFeatureType()
           
 

Uses of FeatureType in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs that return FeatureType
 FeatureType WFSFeatureStoreManager.lookupFeatureType(QName ftName)
          Looks up the FeatureType with the given qualified name (in a namespace-tolerant manner).
 

Methods in org.deegree.services.wfs that return types with arguments of type FeatureType
 Collection<FeatureType> QueryAnalyzer.getFeatureTypes()
          Returns all FeatureTypes that may be returned in the response to the request.
 Collection<FeatureType> WFSFeatureStoreManager.getFeatureTypes()
          Returns all FeatureTypes.
 

Uses of FeatureType in org.deegree.services.wms
 

Methods in org.deegree.services.wms that return types with arguments of type FeatureType
 List<FeatureType> MapService.getSchema(GetFeatureInfoSchema fis)
           
 

Uses of FeatureType in org.deegree.services.wms.model.layers
 

Methods in org.deegree.services.wms.model.layers that return FeatureType
 FeatureType StatisticsLayer.getFeatureType()
           
 FeatureType FeatureLayer.getFeatureType()
           
 FeatureType RemoteWMSLayer.getFeatureType()
           
abstract  FeatureType Layer.getFeatureType()
           
 FeatureType DynamicSQLLayer.getFeatureType()
           
 FeatureType EmptyLayer.getFeatureType()
           
 FeatureType RasterLayer.getFeatureType()
           
 

Uses of FeatureType in org.deegree.tools.binding
 

Methods in org.deegree.tools.binding that return FeatureType
 FeatureType FeatureClass.getFeatureType()
           
 

Methods in org.deegree.tools.binding with parameters of type FeatureType
protected static void FeatureTypeInstanceWriter.writeFields(Writer out, FeatureType ft)
           
 

Constructors in org.deegree.tools.binding with parameters of type FeatureType
FeatureClass(FeatureType ft, FeatureClass parent)
           
RootFeature(FeatureType ft)
           
 



Copyright © 2011. All Rights Reserved.