Uses of Class
org.deegree.protocol.wfs.getfeature.TypeName

Packages that use TypeName
org.deegree.feature.persistence.query   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.lockfeature   
org.deegree.protocol.wfs.query   
 

Uses of TypeName in org.deegree.feature.persistence.query
 

Methods in org.deegree.feature.persistence.query that return TypeName
 TypeName[] Query.getTypeNames()
          Returns the names of the requested feature types.
 

Constructors in org.deegree.feature.persistence.query with parameters of type TypeName
Query(TypeName[] typeNames, Filter filter, String featureVersion, ICRS srsName, SortProperty[] sortBy)
          Creates a new Query instance.
 

Uses of TypeName in org.deegree.protocol.wfs.getfeature
 

Methods in org.deegree.protocol.wfs.getfeature that return TypeName
static TypeName[] TypeName.valuesOf(org.apache.axiom.om.OMElement context, String typeNameStr)
          Extracts an array of TypeNames from the TypeNameList string, whose pattern is ((\w:)?
 

Uses of TypeName in org.deegree.protocol.wfs.lockfeature
 

Methods in org.deegree.protocol.wfs.lockfeature that return TypeName
 TypeName FilterLock.getTypeName()
          Returns the name of the feature type to be locked.
 TypeName[] BBoxLock.getTypeNames()
           
 TypeName[] FeatureIdLock.getTypeNames()
           
 

Constructors in org.deegree.protocol.wfs.lockfeature with parameters of type TypeName
BBoxLock(Envelope bbox, TypeName[] typeNames)
           
FeatureIdLock(String[] featureIds, TypeName[] typeNames)
          Creates a new FeatureIdLock instance.
FilterLock(String handle, TypeName typeName, Filter filter)
          Creates a new FilterLock instance.
 

Uses of TypeName in org.deegree.protocol.wfs.query
 

Methods in org.deegree.protocol.wfs.query that return TypeName
 TypeName[] AdHocQuery.getTypeNames()
          Returns the requested feature types (with optional aliases).
protected static TypeName[] QueryKVPAdapter.getTypeNames(String typeStrList, Map<String,String> nsBindings)
           
protected static TypeName[] QueryKVPAdapter.getTypeNames100(String typeStrList)
           
 

Constructors in org.deegree.protocol.wfs.query with parameters of type TypeName
AdHocQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy)
          Creates a new AdHocQuery instance.
BBoxQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, Envelope bbox)
          Creates a new BBoxQuery instance.
FeatureIdQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, String[] featureIds)
          Creates a new FeatureIdQuery instance.
FilterQuery(String handle, TypeName[] typeNames, String featureVersion, ICRS srsName, ProjectionClause[] projectionClauses, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance.
 



Copyright © 2011. All Rights Reserved.