deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.datatypes.QualifiedName

Packages that use QualifiedName
org.deegree.datatypes   
org.deegree.framework.xml   
org.deegree.framework.xml.schema   
org.deegree.graphics.displayelements   
org.deegree.graphics.sld   
org.deegree.io.datastore   
org.deegree.io.datastore.cached   
org.deegree.io.datastore.schema   
org.deegree.io.datastore.sde   
org.deegree.model.crs   
org.deegree.model.feature   
org.deegree.model.feature.schema   
org.deegree.model.filterencoding   
org.deegree.model.filterencoding.capabilities   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.csw.discovery   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.wass.saml   
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wfs.configuration   
org.deegree.ogcwebservices.wfs.operation   
org.deegree.ogcwebservices.wfs.operation.transaction   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.owscommon_new   
org.deegree.portal.context   
org.deegree.portal.standard.context.control   
org.deegree.portal.standard.wfs.configuration   
org.deegree.portal.standard.wfs.control   
org.deegree.security   
 

Uses of QualifiedName in org.deegree.datatypes
 

Fields in org.deegree.datatypes declared as QualifiedName
static QualifiedName Types.FEATURE_ARRAY_PROPERTY_NAME
          TODO check if this is really needed {http://www.opengis.net/gml}:FeatureArrayPropertyType
static QualifiedName Types.FEATURE_PROPERTY_NAME
          {http://www.opengis.net/gml}:FeaturePropertyType
static QualifiedName Types.GEOMETRY_PROPERTY_NAME
          {http://www.opengis.net/gml}:GeGeometryPropertyType
static QualifiedName Types.MULTI_GEOMETRY_PROPERTY_NAME
          {http://www.opengis.net/gml}:MultiGeometryPropertyType
 

Uses of QualifiedName in org.deegree.framework.xml
 

Methods in org.deegree.framework.xml that return QualifiedName
static QualifiedName XMLTools.getNodeAsQualifiedName(Node contextNode, String xPathQuery, NamespaceContext nsContext, QualifiedName defaultValue)
           
static QualifiedName[] XMLTools.getNodesAsQualifiedNames(Node contextNode, String xPathQuery, NamespaceContext nsContext)
           
protected  QualifiedName XMLFragment.getQualifiedName(Element element)
          Returns the qualified name of the given element.
static QualifiedName XMLTools.getQualifiedNameValue(Node node)
          Parses the value of the submitted Node as a QualifiedName.
static QualifiedName XMLTools.getRequiredNodeAsQualifiedName(Node contextNode, String xPathQuery, NamespaceContext nsContext)
           
static QualifiedName[] XMLTools.getRequiredNodesAsQualifiedNames(Node contextNode, String xPathQuery, NamespaceContext nsContext)
           
static QualifiedName XMLFragment.parseQualifiedName(Node node)
          Parses the value of the submitted Node as a QualifiedName.
 

Methods in org.deegree.framework.xml with parameters of type QualifiedName
static QualifiedName XMLTools.getNodeAsQualifiedName(Node contextNode, String xPathQuery, NamespaceContext nsContext, QualifiedName defaultValue)
           
 

Constructors in org.deegree.framework.xml with parameters of type QualifiedName
XMLFragment(QualifiedName elementName)
          Constructs an empty document with the given QualifiedName as root node.
 

Uses of QualifiedName in org.deegree.framework.xml.schema
 

Methods in org.deegree.framework.xml.schema that return QualifiedName
 QualifiedName TypeDeclaration.getName()
          Returns the qualified name of the declared XML type.
 QualifiedName ElementReference.getName()
           
 QualifiedName ComplexTypeDeclaration.getName()
          Returns the qualified name of the declared XML type.
 QualifiedName SimpleTypeDeclaration.getName()
          Returns the qualified name of the declared XML type.
 QualifiedName ElementDeclaration.getName()
          Returns the qualified name of the declared XML element.
 QualifiedName TypeReference.getName()
           
 

Methods in org.deegree.framework.xml.schema with parameters of type QualifiedName
 ComplexTypeDeclaration XMLSchema.getComplexTypeDeclaration(QualifiedName qName)
          Looks up the ComplexTypeDeclaration for the given QualifiedName.
 ElementDeclaration XMLSchema.getElementDeclaration(QualifiedName qName)
          Looks up the ElementDeclaration for the given QualifiedName.
 SimpleTypeDeclaration XMLSchema.getSimpleTypeDeclaration(QualifiedName qName)
          Looks up the SimpleTypeDeclaration for the given QualifiedName.
 TypeDeclaration XMLSchema.getTypeDeclaration(QualifiedName qName)
          Looks up the TypeDeclaration for the given QualifiedName.
 boolean ElementDeclaration.isSubstitutionFor(QualifiedName substitutionName)
          Returns whether this element is substitutable for the given element name.
 

Constructors in org.deegree.framework.xml.schema with parameters of type QualifiedName
ComplexTypeDeclaration(QualifiedName name, TypeReference extensionBaseType, ElementDeclaration[] subElements)
          Creates a new ComplexTypeDeclaration instance from the given parameters.
ElementDeclaration(QualifiedName name, boolean isAbstract, TypeReference type, int minOccurs, int maxOccurs, QualifiedName substitutionGroup)
          Creates a new ElementDeclaration instance from the given parameters.
ElementReference(QualifiedName elementName)
          Creates an unresolved ElementReference.
SimpleTypeDeclaration(QualifiedName name, TypeReference restrictionBaseType)
          Creates a new SimpleTypeDeclaration instance from the given parameters.
TypeReference(QualifiedName typeName)
          Creates an unresolved TypeReference.
 

Uses of QualifiedName in org.deegree.graphics.displayelements
 

Methods in org.deegree.graphics.displayelements that return QualifiedName
 QualifiedName ScaledFeature.getName()
           
 

Methods in org.deegree.graphics.displayelements with parameters of type QualifiedName
 FeatureProperty ScaledFeature.getDefaultProperty(QualifiedName name)
          use '$SCALE' to access the scale property value
 FeatureProperty[] ScaledFeature.getProperties(QualifiedName name)
           
 void ScaledFeature.removeProperty(QualifiedName propertyName)
           
 

Uses of QualifiedName in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return QualifiedName
 QualifiedName FeatureTypeConstraint.getFeatureTypeName()
          returns the name of the feature type
 

Methods in org.deegree.graphics.sld with parameters of type QualifiedName
 void FeatureTypeConstraint.setFeatureTypeName(QualifiedName featureTypeName)
          sets the name of the feature type
 

Constructors in org.deegree.graphics.sld with parameters of type QualifiedName
FeatureTypeConstraint(QualifiedName featureTypeName, Filter filter, Extent[] extents)
          constructor initializing the class with the
 

Uses of QualifiedName in org.deegree.io.datastore
 

Methods in org.deegree.io.datastore with parameters of type QualifiedName
 MappedFeatureType Datastore.getFeatureType(QualifiedName ftName)
          Returns the feature type with the given name.
 

Uses of QualifiedName in org.deegree.io.datastore.cached
 

Methods in org.deegree.io.datastore.cached that return QualifiedName
 QualifiedName CachedWFSDatastoreConfiguration.getFeatureType()
           
 

Constructors in org.deegree.io.datastore.cached with parameters of type QualifiedName
CachedWFSDatastoreConfiguration(QualifiedName featureType, URL url)
           
 

Uses of QualifiedName in org.deegree.io.datastore.schema
 

Methods in org.deegree.io.datastore.schema that return QualifiedName
 QualifiedName MappedFeatureTypeReference.getName()
          Returns the name of the referenced MappedFeatureType.
 

Methods in org.deegree.io.datastore.schema that return types with arguments of type QualifiedName
 LinkedList<Pair<PropertyType,QualifiedName>> MappedGMLSchemaDocument.parseGMLDefaultProps(Element annotationElement, String table, MappedGMLSchema schema)
           
 

Methods in org.deegree.io.datastore.schema with parameters of type QualifiedName
protected  PropertyType MappedGMLSchema.buildPropertyTypeRealName(MappedElementDeclaration element, String table, QualifiedName propertyName)
           
 MappedFeatureType MappedGMLSchema.getFeatureType(QualifiedName qName)
          Looks up the FeatureType with the given QualifiedName.
(package private)  MappedFeaturePropertyType MappedGMLSchemaDocument.parseMappedFeaturePropertyType(Element element, QualifiedName propertyName, int minOccurs, int maxOccurs, boolean isIdentityPart, String table, boolean isReferenceType)
          Extracts the mapping information for a feature property type from the given "xs:annotation" element.
(package private)  MappedGeometryPropertyType MappedGMLSchemaDocument.parseMappedGeometryPropertyType(Element element, QualifiedName propertyName, QualifiedName typeName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, String table)
          Extracts the mapping information for a geometry property type from the given "xs:annotation" element.
(package private)  MappedSimplePropertyType MappedGMLSchemaDocument.parseMappedSimplePropertyType(Element element, QualifiedName propertyName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, String table)
          Extracts the mapping information for a simple property type from the given "xs:annotation" element.
 

Constructors in org.deegree.io.datastore.schema with parameters of type QualifiedName
MappedComplexTypeDeclaration(QualifiedName name, TypeReference extensionBaseType, ElementDeclaration[] subElements, Element annotationElement)
          Creates a new MappedComplexTypeDeclaration instance from the given parameters.
MappedElementDeclaration(QualifiedName name, boolean isAbstract, TypeReference type, int minOccurs, int maxOccurs, QualifiedName substitutionGroup, Element annotationElement)
          Creates a new ElementDeclaration instance from the given parameters.
MappedFeaturePropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, TableRelation[] tableRelations, MappedFeatureTypeReference containedFT, boolean isReferenceType)
          Constructs a new instance of MappedFeaturePropertyType from the given parameters.
MappedFeaturePropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, TableRelation[] tableRelations, MappedFeatureTypeReference containedFT, boolean isReferenceType, boolean allowExternalLinks)
           
MappedFeatureType(QualifiedName name, boolean isAbstract, PropertyType[] properties, String table, MappedGMLId gmlId, MappedGMLSchema schema, boolean isVisible, boolean isUpdatable, boolean isDeletable, boolean isInsertable, boolean isPseudoFeatureType, URI defaultSRS, URI[] otherSRS)
          Creates a new instance of MappedFeatureType from the given parameters.
MappedFeatureTypeReference(QualifiedName featureTypeName)
          Creates an unresolved MappedFeatureTypeReference.
MappedGeometryPropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, URI srs, TableRelation[] tableRelations, MappingGeometryField mappingField)
          Constructs a new instance of MappedGeometryPropertyType from the given parameters.
MappedSimplePropertyType(QualifiedName name, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, TableRelation[] tableRelations, SimpleContent content)
          Constructs a new instance of MappedSimplePropertyType from the given parameters.
 

Uses of QualifiedName in org.deegree.io.datastore.sde
 

Methods in org.deegree.io.datastore.sde with parameters of type QualifiedName
 MappedFeatureType SDEDatastore.getFeatureType(QualifiedName ftName)
           
 

Uses of QualifiedName in org.deegree.model.crs
 

Subclasses of QualifiedName in org.deegree.model.crs
 class CoordinateSystem
          A coordinate system is a mathematical space, where the elements of the space are called positions.
 

Uses of QualifiedName in org.deegree.model.feature
 

Fields in org.deegree.model.feature with type parameters of type QualifiedName
protected  Map<QualifiedName,Object> DefaultFeature.propertyMap
           
 

Methods in org.deegree.model.feature that return QualifiedName
 QualifiedName Feature.getName()
          Returns the qualified name of the feature.
 QualifiedName XLinkedFeatureProperty.getName()
          Returns the name of the property.
 QualifiedName FeatureProperty.getName()
          returns the qualified name of the property
 QualifiedName AbstractFeature.getName()
           
 QualifiedName DefaultFeatureProperty.getName()
          returns the qualified name of the property
 

Methods in org.deegree.model.feature with parameters of type QualifiedName
static FeatureCollection FeatureFactory.createFeatureCollection(String id, Feature[] features, QualifiedName qName)
          creates an instance of a FeatureCollection from an array of Features.
static FeatureProperty FeatureFactory.createFeatureProperty(QualifiedName name, Object value)
          creates an instance of a FeatureProperty from its name and the data (value) it contains
static FeaturePropertyType FeatureFactory.createFeaturePropertyType(QualifiedName name, int minOccurs, int maxOccurs)
          Creates an instance of a FeaturePropertyType from the given parameters.
static FeatureType FeatureFactory.createFeatureType(QualifiedName name, boolean isAbstract, PropertyType[] properties)
          creates an instance of a FeatureType from an array of FeatureTypeProperties, and its name but without parents and childs
static FeatureType FeatureFactory.createFeatureType(QualifiedName name, boolean isAbstract, URI schemaLocation, PropertyType[] properties)
          creates an instance of a FeatureType from an array of FeatureTypeProperties, and its name but without parents and childs
static GeometryPropertyType FeatureFactory.createGeometryPropertyType(QualifiedName name, QualifiedName typeName, int minOccurs, int maxOccurs)
          Creates an instance of a GeometryPropertyType from the given parameters.
static PropertyType FeatureFactory.createPropertyType(QualifiedName name, QualifiedName typeName, boolean nullable)
          Creates an instance of a PropertyType from the given parameters.
static PropertyType FeatureFactory.createPropertyType(QualifiedName name, QualifiedName typeName, int minOccurs, int maxOccurs)
          Creates an instance of a PropertyType from the given parameters.
static PropertyType FeatureFactory.createSimplePropertyType(QualifiedName name, int typeCode, boolean nullable)
          Creates an instance of a SimplePropertyType from the given parameters.
static SimplePropertyType FeatureFactory.createSimplePropertyType(QualifiedName name, int typeCode, int minOccurs, int maxOccurs)
          Creates an instance of a SimplePropertyType from the given parameters.
static int FeatureFactory.determinePropertyType(QualifiedName typeName)
          Determines the type code for the given type name.
 FeatureProperty Feature.getDefaultProperty(QualifiedName name)
          Returns the first property of the feature with the given name.
 FeatureProperty DefaultFeature.getDefaultProperty(QualifiedName name)
          Returns the first property of the feature with the given name.
 FeatureProperty AbstractFeatureCollection.getDefaultProperty(QualifiedName name)
          returns the default property of a feature collection with the passed name
protected  FeatureType GMLFeatureDocument.getFeatureType(QualifiedName ftName)
          Returns the feature type with the given name.
 FeatureProperty[] Feature.getProperties(QualifiedName name)
          Returns the properties of the feature with the given name in their original order.
 FeatureProperty[] DefaultFeature.getProperties(QualifiedName name)
          Returns the properties of the feature with the given name in their original order.
 FeatureProperty[] AbstractFeatureCollection.getProperties(QualifiedName name)
          returns the named properties of a feature collection
 void Feature.removeProperty(QualifiedName propertyName)
          Removes the properties with the given name.
 void DefaultFeature.removeProperty(QualifiedName propertyName)
          Removes the properties with the given name.
 void DefaultFeatureCollection.removeProperty(QualifiedName propertyName)
           
 void FeatureTupleCollection.removeProperty(QualifiedName propertyName)
           
 

Constructors in org.deegree.model.feature with parameters of type QualifiedName
AbstractFeatureCollection(String id, QualifiedName name)
           
DefaultFeatureCollection(String id, Feature[] features, QualifiedName qName)
          Constructor for initializing a feature collection with an id and an array of features.
DefaultFeatureProperty(QualifiedName name, Object value)
          constructor for complete initializing the FeatureProperty
XLinkedFeatureProperty(QualifiedName name, String targetFeatureId)
          Creates a new instance of XLinkedFeatureProperty from the given parameters.
 

Constructor parameters in org.deegree.model.feature with type arguments of type QualifiedName
Validator(Map<QualifiedName,FeatureType> ftMap)
          Constructs a new instance of Validator that will use the given map to lookup feature types by their names.
 

Uses of QualifiedName in org.deegree.model.feature.schema
 

Fields in org.deegree.model.feature.schema declared as QualifiedName
protected  QualifiedName ComplexPropertyType.typeName
           
 

Fields in org.deegree.model.feature.schema with type parameters of type QualifiedName
protected  Map<QualifiedName,FeatureType> GMLSchema.featureTypeMap
           
 

Methods in org.deegree.model.feature.schema that return QualifiedName
 QualifiedName DefaultFeatureType.getName()
          returns the name of the FeatureType
 QualifiedName PropertyType.getName()
          Returns the name of the property.
 QualifiedName FeatureType.getName()
          returns the name of the FeatureType
 QualifiedName AbstractPropertyType.getName()
           
 QualifiedName DefaultFeatureType.getPropertyName(int index)
          returns the name of the property a the passed index position
 QualifiedName FeatureType.getPropertyName(int index)
          returns the name of the property a the passed index position
 QualifiedName ComplexPropertyType.getTypeName()
           
 

Methods in org.deegree.model.feature.schema with parameters of type QualifiedName
 FeatureType GMLSchema.getFeatureType(QualifiedName qName)
          Looks up the FeatureType with the given QualifiedName.
 PropertyType DefaultFeatureType.getProperty(QualifiedName name)
          returns a property of this feature type identified by its name
 PropertyType FeatureType.getProperty(QualifiedName name)
          returns a property of this feature type identified by its name
 PropertyType DefaultFeatureType.getProperty(QualifiedName name, boolean quirk)
           
 

Constructors in org.deegree.model.feature.schema with parameters of type QualifiedName
AbstractPropertyType(QualifiedName name, int type, int minOccurs, int maxOccurs)
           
ComplexPropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs)
          Constructs a new instance of ComplexPropertyType from the given parameters.
DefaultFeatureType(QualifiedName name, boolean isAbstract, PropertyType[] properties)
          Creates a new instance of DefaultFeatureType from the given parameters.
DefaultFeatureType(QualifiedName name, boolean isAbstract, URI schemaLocation, PropertyType[] properties)
          Creates a new instance of DefaultFeatureType from the given parameters.
FeaturePropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs)
          Constructs a new instance of FeaturePropertyType from the given parameters.
GeometryPropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs)
          Constructs a new instance of GeometryPropertyType from the given parameters.
MultiGeometryPropertyType(QualifiedName name, QualifiedName typeName, int type, int minOccurs, int maxOccurs)
          Constructs a new instance of MultiGeometryPropertyType from the given parameters.
SimplePropertyType(QualifiedName name, int type, int minOccurs, int maxOccurs)
          Constructs a new instance of SimplePropertyType from the given parameters.
 

Uses of QualifiedName in org.deegree.model.filterencoding
 

Methods in org.deegree.model.filterencoding that return QualifiedName
 QualifiedName PropertyIsInstanceOfOperation.getTypeName()
           
 

Methods in org.deegree.model.filterencoding with parameters of type QualifiedName
static void XMLFactory.appendGeometryOperands(Element root, QualifiedName[] geometryOperands)
          Appends the DOM representation of the SpatialCapabilities to the passed Element.
 

Constructors in org.deegree.model.filterencoding with parameters of type QualifiedName
PropertyIsInstanceOfOperation(PropertyName propertyName, QualifiedName typeName)
          Creates a new instance of PropertyIsInstanceOfOperation.
PropertyName(QualifiedName elementName)
          Creates a new instance of PropertyName.
 

Uses of QualifiedName in org.deegree.model.filterencoding.capabilities
 

Fields in org.deegree.model.filterencoding.capabilities declared as QualifiedName
(package private)  QualifiedName[] SpatialOperator.geometryOperands
           
 

Methods in org.deegree.model.filterencoding.capabilities that return QualifiedName
 QualifiedName[] SpatialOperator.getGeometryOperands()
           
 QualifiedName[] SpatialCapabilities.getGeometryOperands()
           
 

Methods in org.deegree.model.filterencoding.capabilities with parameters of type QualifiedName
 void SpatialOperator.setGeometryOperands(QualifiedName[] geometryOperands)
           
 void SpatialCapabilities.setGeometryOperands(QualifiedName[] geometryOperands)
           
 

Constructors in org.deegree.model.filterencoding.capabilities with parameters of type QualifiedName
SpatialCapabilities(SpatialOperator[] spatialOperators, QualifiedName[] geometryOperands)
          Creates a new SpatialCapabilities instance that complies to the Filter Encoding Specification 1.1.0 (with GeometryOperands).
SpatialOperator(String name, QualifiedName[] geometryOperands)
          Constructs a new SpatialOperator instance with the given name and operands.
 

Uses of QualifiedName in org.deegree.ogcbase
 

Fields in org.deegree.ogcbase declared as QualifiedName
protected  QualifiedName PropertyPathStep.propertyName
           
 

Methods in org.deegree.ogcbase that return QualifiedName
 QualifiedName PropertyPathStep.getPropertyName()
          Returns the name of the selected property.
 

Methods in org.deegree.ogcbase with parameters of type QualifiedName
static PropertyPathStep PropertyPathFactory.createAttributePropertyPathStep(QualifiedName attrName)
          Creates a new PropertyPathStep instance that selects the attribute with the given name.
static PropertyPath PropertyPathFactory.createPropertyPath(QualifiedName elementName)
          Creates a new PropertyPath instance that consists of one element step.
static PropertyPathStep PropertyPathFactory.createPropertyPathStep(QualifiedName elementName)
          Creates a new PropertyPathStep instance that selects the element with the given name.
static PropertyPathStep PropertyPathFactory.createPropertyPathStep(QualifiedName elementName, int selectedIndex)
          Creates a new PropertyPathStep instance that selects the specified occurence of the element with the given name.
 void PropertyPathStep.setPropertyName(QualifiedName propertyName)
           
 

Constructors in org.deegree.ogcbase with parameters of type QualifiedName
AnyStep(QualifiedName name)
           
AnyStep(QualifiedName name, int index)
           
AttributeStep(QualifiedName attrName)
          Creates a new instance of AttributeStep that selects the attribute with the given name.
ElementStep(QualifiedName elementName)
          Creates a new instance of ElementStep that selects the property with the given name.
IndexStep(QualifiedName elementName, int selectedIndex)
          Creates a new instance of IndexStep that selects the specified occurence of the element with the given name.
PropertyPathStep(QualifiedName propertyName)
          Creates a new instance of PropertyPathStep that selects the property with the given name.
 

Uses of QualifiedName in org.deegree.ogcwebservices.csw.discovery
 

Methods in org.deegree.ogcwebservices.csw.discovery that return QualifiedName
 QualifiedName GetRecordsDocument.parseQNameFromString(String typeName, Node queryNode, boolean bindTypeNameToNS)
           
 

Methods in org.deegree.ogcwebservices.csw.discovery that return types with arguments of type QualifiedName
 Map<String,QualifiedName> Query.getDeclaredTypeNameVariables()
           
 List<QualifiedName> Query.getElementSetNameTypeNamesList()
           
 Map<String,QualifiedName> Query.getElementSetNameVariables()
           
 List<QualifiedName> Query.getTypeNamesAsList()
          The typeName parameter specifies the record type name that defines a set of metadata record element names which will be constrained in the predicate of the query.
 

Method parameters in org.deegree.ogcwebservices.csw.discovery with type arguments of type QualifiedName
protected static void XMLFactory.appendTypeNamesAttribute(Element rootElement, Element toBeInserted, List<QualifiedName> typeNames, Map<String,QualifiedName> aliases)
           
protected static void XMLFactory.appendTypeNamesAttribute(Element rootElement, Element toBeInserted, List<QualifiedName> typeNames, Map<String,QualifiedName> aliases)
           
protected  void GetRecordsDocument.checkReferencedVariables(ComplexFilter constraint, Map<String,QualifiedName> variables)
          Iterates over the Operations of a complexfilter to find if non declared variables are used.
protected  void GetRecordsDocument.findNonDeclaredVariables(AbstractOperation operation, Map<String,QualifiedName> variables)
          (Recursively) finds a reference to a non declared variable in the propertyname of the given operation.
protected  void GetRecordsDocument.findNonDeclaredVariables(PropertyName propName, Map<String,QualifiedName> variables)
          Parse the string representation of the the propertyname to find a variable reference to a non declared Variable.
 void GetRecordsDocument.findVariablesInTypeName(String typeName, Node queryNode, List<QualifiedName> typeNames, Map<String,QualifiedName> variables, boolean bindTypeNameToNS)
          Helper method to find any declared variables in given Query/@typeNames
 void GetRecordsDocument.findVariablesInTypeName(String typeName, Node queryNode, List<QualifiedName> typeNames, Map<String,QualifiedName> variables, boolean bindTypeNameToNS)
          Helper method to find any declared variables in given Query/@typeNames
 

Constructor parameters in org.deegree.ogcwebservices.csw.discovery with type arguments of type QualifiedName
Query(String elementSetName, List<QualifiedName> elementSetNameTypeNames, Map<String,QualifiedName> elementSetNameVariables, List<PropertyPath> elementNames, Filter constraint, SortProperty[] sortProperties, List<QualifiedName> typeNames, Map<String,QualifiedName> typeNameVariables)
           
Query(String elementSetName, List<QualifiedName> elementSetNameTypeNames, Map<String,QualifiedName> elementSetNameVariables, List<PropertyPath> elementNames, Filter constraint, SortProperty[] sortProperties, List<QualifiedName> typeNames, Map<String,QualifiedName> typeNameVariables)
           
Query(String elementSetName, List<QualifiedName> elementSetNameTypeNames, Map<String,QualifiedName> elementSetNameVariables, List<PropertyPath> elementNames, Filter constraint, SortProperty[] sortProperties, List<QualifiedName> typeNames, Map<String,QualifiedName> typeNameVariables)
           
Query(String elementSetName, List<QualifiedName> elementSetNameTypeNames, Map<String,QualifiedName> elementSetNameVariables, List<PropertyPath> elementNames, Filter constraint, SortProperty[] sortProperties, List<QualifiedName> typeNames, Map<String,QualifiedName> typeNameVariables)
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos with parameters of type QualifiedName
static Document WFSRequestGenerator.createBBoxWFSRequest(Envelope bbox, QualifiedName featureTypeName, QualifiedName coordPropertyName)
           
static Document WFSRequestGenerator.createIsLikeOperationWFSRequest(String[] literals, QualifiedName featureType, QualifiedName propertyName)
          creates a WFS Request with one or more isLike Operations
static Document WFSRequestGenerator.createObservationWFSRequest(Object[] times, QualifiedName featureTypeName, QualifiedName timePropertyName, Operation filterOperation)
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.sos.configuration
 

Methods in org.deegree.ogcwebservices.sos.configuration that return QualifiedName
 QualifiedName MeasurementConfiguration.getFeatureTypeName()
           
 QualifiedName MeasurementConfiguration.getMeasurandPropertyName()
           
 QualifiedName SourceServerConfiguration.getPlatformDescriptionCoordPropertyName()
           
 QualifiedName SourceServerConfiguration.getPlatformDescriptionFeatureType()
           
 QualifiedName SourceServerConfiguration.getPlatformDescriptionIdPropertyName()
           
 QualifiedName SourceServerConfiguration.getSensorDescriptionFeatureType()
           
 QualifiedName SourceServerConfiguration.getSensorDescriptionIdPropertyName()
           
 QualifiedName MeasurementConfiguration.getTimePropertyName()
           
 

Constructors in org.deegree.ogcwebservices.sos.configuration with parameters of type QualifiedName
MeasurementConfiguration(String id, String sourceServerId, String phenomenon, QualifiedName featureTypeName, Filter constraint, QualifiedName timePropertyName, QualifiedName measurandPropertyName, String timeResolution, String timeResolutionType, URL XSLTScriptSource)
           
SourceServerConfiguration(String id, String service, String version, OGCWebService dataService, QualifiedName platformDescriptionFeatureType, QualifiedName platformDescriptionIdPropertyName, QualifiedName platformDescriptionCoordPropertyName, URL platformDescriptionXSLTScriptSource, QualifiedName sensorDescriptionFeatureType, QualifiedName sensorDescriptionIdPropertyName, URL sensorDescriptionXSLTScriptSource)
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.wass.saml
 

Methods in org.deegree.ogcwebservices.wass.saml that return QualifiedName
 QualifiedName Statement.getKind()
           
 

Methods in org.deegree.ogcwebservices.wass.saml with parameters of type QualifiedName
 void Statement.setAuthorityBinding(QualifiedName kind, URI location, URI binding)
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs that return types with arguments of type QualifiedName
 Map<QualifiedName,MappedFeatureType> WFService.getMappedFeatureTypes()
          Returns a Map of the feature types that this WFS serves.
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type QualifiedName
 MappedFeatureType WFService.getMappedFeatureType(QualifiedName name)
          Returns the MappedFeatureType with the given name.
 

Uses of QualifiedName in org.deegree.ogcwebservices.wfs.capabilities
 

Methods in org.deegree.ogcwebservices.wfs.capabilities that return QualifiedName
 QualifiedName GMLObject.getName()
           
 QualifiedName WFSFeatureType.getName()
           
 

Methods in org.deegree.ogcwebservices.wfs.capabilities with parameters of type QualifiedName
 WFSFeatureType FeatureTypeList.getFeatureType(QualifiedName name)
          Returns the feature type with the given name.
 void GMLObject.setName(QualifiedName name)
           
 void WFSFeatureType.setName(QualifiedName name)
           
 

Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type QualifiedName
GMLObject(QualifiedName name, String title, String abstract_, Keywords[] keywords, FormatType[] outputFormats)
           
WFSFeatureType(QualifiedName name, String title, String abstract_, Keywords[] keywords, URI defaultSrs, URI[] otherSrs, Operation[] operations, FormatType[] outputFormats, Envelope[] wgs84BoundingBoxes, MetadataURL[] metadataUrls)
          Creates a new instance of WFSFeatureType from the given parameters.
 

Uses of QualifiedName in org.deegree.ogcwebservices.wfs.configuration
 

Methods in org.deegree.ogcwebservices.wfs.configuration that return types with arguments of type QualifiedName
 Map<QualifiedName,MappedFeatureType> WFSConfiguration.getMappedFeatureTypes()
          Returns a Map of the feature types that this configuration defines.
 

Uses of QualifiedName in org.deegree.ogcwebservices.wfs.operation
 

Methods in org.deegree.ogcwebservices.wfs.operation that return QualifiedName
protected static QualifiedName[] AbstractWFSRequest.extractTypeNames(Map<String,String> kvp)
          Extracts the qualified type names from the TYPENAME parameter.
 QualifiedName Lock.getTypeName()
          Returns the name of the FeatureType that is affected by this lock.
 QualifiedName[] Query.getTypeNames()
          Returns the names of the requested feature types.
 QualifiedName[] DescribeFeatureType.getTypeNames()
          Returns the names of the feature types for which the schema is requested.
protected  QualifiedName[] AbstractWFSRequestDocument.transformToQualifiedNames(String[] values, Element element)
          Transform an array of strings to an array of qualified names.
 

Methods in org.deegree.ogcwebservices.wfs.operation that return types with arguments of type QualifiedName
protected static Map<QualifiedName,Filter> AbstractWFSRequest.extractFilters(Map<String,String> kvp, QualifiedName[] typeNames)
          Extracts the FILTER parameter and assigns them to the requested type names.
protected static Map<QualifiedName,PropertyPath[]> GetFeature.extractPropNames(Map<String,String> kvp, QualifiedName[] typeNames)
          Extracts the PROPERTYNAME parameter and assigns them to the requested type names.
 

Methods in org.deegree.ogcwebservices.wfs.operation with parameters of type QualifiedName
static Query Query.create(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, int maxFeatures, int startPosition, GetFeature.RESULT_TYPE resultType)
          Creates a new Query instance.
static Query Query.create(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String srsName, Filter filter, int maxFeatures, int startPosition, GetFeature.RESULT_TYPE resultType)
          Deprecated. use create(PropertyPath[], Function[], SortProperty[], String, String, QualifiedName[], String[], String, Filter, int, int, RESULT_TYPE) instead
static Query Query.create(QualifiedName typeName)
          Creates a new simple Query instance that selects the whole feature type.
static Query Query.create(QualifiedName typeName, Filter filter)
          Creates a new simple Query instance that selects the whole feature type.
protected static Map<QualifiedName,Filter> AbstractWFSRequest.extractFilters(Map<String,String> kvp, QualifiedName[] typeNames)
          Extracts the FILTER parameter and assigns them to the requested type names.
protected static Map<QualifiedName,PropertyPath[]> GetFeature.extractPropNames(Map<String,String> kvp, QualifiedName[] typeNames)
          Extracts the PROPERTYNAME parameter and assigns them to the requested type names.
 

Constructors in org.deegree.ogcwebservices.wfs.operation with parameters of type QualifiedName
DescribeFeatureType(String version, String id, String handle, String outputFormat, QualifiedName[] typeNames, Map<String,String> vendorspecificParameter)
          Creates a new DescribeFeatureType instance.
Lock(String handle, QualifiedName typeName, Filter filter)
          Creates a new Lock instance from the given parameters.
Query(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, GetFeature.RESULT_TYPE resultType, int maxFeatures, int startPosition)
          Creates a new Query instance.
Query(PropertyPath[] propertyNames, Function[] functions, SortProperty[] sortProperties, String handle, String featureVersion, QualifiedName[] typeNames, String[] aliases, String srsName, Filter filter, GetFeature.RESULT_TYPE resultType, int maxFeatures, int startPosition, GetFeatureDocument.BBoxTest test)
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return QualifiedName
 QualifiedName Replace.getTypeName()
          Returns the name of the targeted feature type.
 QualifiedName Update.getTypeName()
          Returns the name of the targeted feature type.
 QualifiedName Delete.getTypeName()
          Returns the name of the targeted feature type.
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return types with arguments of type QualifiedName
 List<QualifiedName> Replace.getAffectedFeatureTypes()
           
abstract  List<QualifiedName> TransactionOperation.getAffectedFeatureTypes()
          Returns the names of the feature types that are affected by the operation.
 List<QualifiedName> Native.getAffectedFeatureTypes()
          Returns the names of the feature types that are affected by the operation.
 List<QualifiedName> Update.getAffectedFeatureTypes()
           
 Set<QualifiedName> Transaction.getAffectedFeatureTypes()
          Returns the names of the feature types that are affected by the transaction.
 List<QualifiedName> Delete.getAffectedFeatureTypes()
          Returns the names of the feature types that are affected by the operation.
 List<QualifiedName> Insert.getAffectedFeatureTypes()
          Returns the names of the feature types that are affected by the operation.
 

Method parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type QualifiedName
protected static List<Delete> Delete.create(Map<QualifiedName,Filter> typeFilter)
          Creates Delete instances from a KVP request.
 

Constructors in org.deegree.ogcwebservices.wfs.operation.transaction with parameters of type QualifiedName
Delete(String handle, QualifiedName typeName, Filter filter)
          Creates a new Delete instance.
Replace(String handle, QualifiedName typeName, Feature replacementFeature, Filter filter)
          Creates a new Replace instance.
Update(String handle, QualifiedName typeName, Feature replacementFeature, Filter filter)
          Creates a new Update instance.
Update(String handle, QualifiedName typeName, Map<PropertyPath,FeatureProperty> replacementProps, Filter filter)
          Creates a new Update instance.
Update(String handle, QualifiedName typeName, Map<PropertyPath,FeatureProperty> replacementProps, Map<PropertyPath,Node> rawProps, Filter filter)
          Deprecated. This method breaks the layering -- it makes the DOM representation available.
 

Uses of QualifiedName in org.deegree.ogcwebservices.wms
 

Fields in org.deegree.ogcwebservices.wms declared as QualifiedName
protected static QualifiedName DefaultGetFeatureInfoHandler.VALUE
           
 

Uses of QualifiedName in org.deegree.ogcwebservices.wms.configuration
 

Methods in org.deegree.ogcwebservices.wms.configuration that return QualifiedName
 QualifiedName LocalWFSDataSource.getGeometryProperty()
           
 QualifiedName AbstractDataSource.getName()
           
 

Methods in org.deegree.ogcwebservices.wms.configuration with parameters of type QualifiedName
static DatabaseDataSource WMSConfigurationDocument.createDatabaseSource(Node node, boolean failOnEx, boolean queryable, QualifiedName name, ScaleHint scaleHint, Geometry validArea, int reqTimeLimit)
           
 

Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type QualifiedName
AbstractDataSource(boolean queryable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, URL featureInfoTransform, int reqTimeLimit, Map<String,String> dimProps)
          Creates a new DataSource object.
DatabaseDataSource(boolean queryable, boolean failOnException, QualifiedName name, ScaleHint scaleHint, Geometry validArea, int reqTimeLimit, JDBCConnection jdbc, String sqlTemplate, String geomeryField, CoordinateSystem nativeCRS)
           
DatabaseDataSource(boolean queryable, boolean failOnException, QualifiedName name, ScaleHint scaleHint, Geometry validArea, int reqTimeLimit, JDBCConnection jdbc, String sqlTemplate, String geometryField, CoordinateSystem nativeCRS, boolean customSQL)
           
DatabaseDataSource(boolean queryable, boolean failOnException, QualifiedName name, ScaleHint scaleHint, Geometry validArea, int reqTimeLimit, JDBCConnection jdbc, String sqlTemplate, String geomeryField, CoordinateSystem nativeCRS, boolean customSQL, Map<String,String> dimProps)
           
ExternalDataAccessDataSource(boolean queryable, boolean failOnException, QualifiedName name, ScaleHint scaleHint, Geometry validArea, int reqTimeLimit, ExternalDataAccess externalDataAccess)
           
LocalWCSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetCoverage getCoverage, Color[] transparentColors, int reqTimeLimit)
          Creates a new DataSource object.
LocalWFSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, QualifiedName geometryProperty, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, Query query, URL featureInfoTransform, int reqTimeLimit)
          Creates a new DataSource object.
LocalWFSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, QualifiedName geometryProperty, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, Query query, URL featureInfoTransform, int reqTimeLimit, Map<String,String> dimProps)
           
RemoteWCSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetCoverage getCoverage, Color[] transparentColors, int reqTimeLimit)
          Creates a new DataSource object.
RemoteWFSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, QualifiedName geometryProperty, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, Query query, URL featureInfoTransform, int reqTimeLimit)
          Creates a new DataSource object.
RemoteWMSDataSource(boolean querable, boolean failOnException, QualifiedName name, int type, OGCWebService ows, URL capabilitiesURL, ScaleHint scaleHint, Geometry validArea, GetMap getMap, Color[] transparentColors, URL featureInfoTransform, int reqTimeLimit, List<String> passedParameters, Map<String,String> addedParameters)
          Creates a new DataSource object.
 

Uses of QualifiedName in org.deegree.ogcwebservices.wpvs.configuration
 

Methods in org.deegree.ogcwebservices.wpvs.configuration that return QualifiedName
 QualifiedName AbstractDataSource.getName()
           
 

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type QualifiedName
AbstractDataSource(int serviceType, QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, Object filterCondition)
          TODO pre-conditions.
LocalWCSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetCoverage filterCondition, Color[] transparentColors)
          Creates a new LocalWCSDataSource object from the given parameters.
LocalWFSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, PropertyPath geomProperty, Filter filterCondition, int maxFeatures)
          Creates a new LocalWFSDataSource object from the given parameters.
LocalWMSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetMap filterCondition, Color[] transparentColors)
          Creates a new LocalWMSDataSource object from the given parameters.
RemoteWCSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetCoverage filterCondition, Color[] transparentColors)
          Creates a new RemoteWCSDataSource object from the given parameters.
RemoteWFSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, PropertyPath geometryProperty, Filter filterCondition, int maxFeatures)
          Creates a new RemoteWFSDataSource object from the given parameters.
RemoteWMSDataSource(QualifiedName name, OWSCapabilities owsCapabilities, Surface validArea, double minScaleDenominator, double maxScaleDenominator, GetMap filterCondition, Color[] transparentColors)
          Creates a new RemoteWMSDataSource object from the given parameters.
 

Uses of QualifiedName in org.deegree.owscommon_new
 

Methods in org.deegree.owscommon_new that return QualifiedName
 QualifiedName Operation.getName()
           
 QualifiedName DomainType.getName()
           
 QualifiedName DomainType.getUnitOfMeasure()
           
 

Methods in org.deegree.owscommon_new with parameters of type QualifiedName
 DomainType Operation.getConstraint(QualifiedName name)
           
 DomainType OperationsMetadata.getConstraint(QualifiedName name)
           
 Operation OperationsMetadata.getOperation(QualifiedName name)
           
 Parameter Operation.getParameter(QualifiedName name)
           
 Parameter OperationsMetadata.getParameter(QualifiedName name)
           
 

Constructors in org.deegree.owscommon_new with parameters of type QualifiedName
DomainType(boolean optional, boolean repeatable, String description, int direction, QualifiedName name, List<TypedLiteral> values, List<Interval> ranges, TypedLiteral defaultValue, boolean anyValueAllowed, String meaning, boolean noValuesAllowed, CoordinateSystem referenceSystem, QualifiedName unitOfMeasure, Values valueList, Object metadata)
          Standard constructor that initializes all encapsulated data.
Operation(QualifiedName name, List<DCP> dcpList, List<Parameter> parameters, List<DomainType> constraints, Object metadata, String description)
          Standard constructor that initializes all encapsulated data.
 

Uses of QualifiedName in org.deegree.portal.context
 

Methods in org.deegree.portal.context with parameters of type QualifiedName
 ViewContext DefaultMapModelAccess.addLayer(int index, QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.addLayer(int index, QualifiedName name, URL owsAddress, String type)
          adds a layer provided by the passed OWS to the defined index position of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayer(QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.addLayer(QualifiedName name, URL owsAddress, String type)
          adds a layer provided by the passed OWS to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addLayers(QualifiedName[] names, URL[] owsAddresses, String type)
           
 ViewContext MapModelAccess.addLayers(QualifiedName[] names, URL[] owsAddresses, String type)
          adds a number of layers provided by the passed OWS to the end of the layer list of a ViewContext.
 ViewContext DefaultMapModelAccess.addStyleToLayer(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.addStyleToLayer(QualifiedName name, URL owsAddress, String type, String styleName)
          adds a named style to a layer to be available within a context.
 ViewContext DefaultMapModelAccess.assignSLDToLayer(QualifiedName name, URL owsAddress, String type, StyledLayerDescriptor sld)
           
 ViewContext MapModelAccess.assignSLDToLayer(QualifiedName name, URL owsAddress, String type, StyledLayerDescriptor sld)
          assignes a SLD document instead of a style to a layer.
 ViewContext DefaultMapModelAccess.removeLayer(QualifiedName name, URL owsAddress, String type)
           
 ViewContext MapModelAccess.removeLayer(QualifiedName name, URL owsAddress, String type)
          removes a named layer served by the passsed OWS from a ViewContext. if a layer with this name does not exist in a context, the unchanged ViewContext will be returned
 ViewContext DefaultMapModelAccess.removeStyleFromLayer(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.removeStyleFromLayer(QualifiedName name, URL owsAddress, String type, String styleName)
          removes a style from the layer defined in a ViewContext.
 ViewContext DefaultMapModelAccess.setLayerActiveStyle(QualifiedName name, URL owsAddress, String type, String styleName)
           
 ViewContext MapModelAccess.setLayerActiveStyle(QualifiedName name, URL owsAddress, String type, String styleName)
          sets the active style (style to be used for rendering) of a layer
 ViewContext DefaultMapModelAccess.setLayers(QualifiedName[] names, URL[] owsAddresses, String type)
           
 ViewContext MapModelAccess.setLayers(QualifiedName[] names, URL[] owsAddresses, String type)
          sets the layers provided by the passed OWS to a ViewContext.
 ViewContext DefaultMapModelAccess.swapGroups(QualifiedName name, boolean up)
           
 ViewContext MapModelAccess.swapGroups(QualifiedName name, boolean up)
          swaps to groups in their order
 ViewContext DefaultMapModelAccess.swapLayers(QualifiedName name, URL owsAddress, String type, boolean up)
          swaps two layers in their order.
 ViewContext MapModelAccess.swapLayers(QualifiedName name, URL owsAddress, String type, boolean up)
          swaps two layers in their order.
 

Uses of QualifiedName in org.deegree.portal.standard.context.control
 

Methods in org.deegree.portal.standard.context.control with parameters of type QualifiedName
protected  GetFeature DownloadListener.createGetFeatureRequest(DownloadListener.FeatureTemplate ft, String version, QualifiedName ftName, QualifiedName gtName, GetFeature.RESULT_TYPE resultType)
          creates a GetFeature request considering the feature type (ID) and the bounding box encapsulated in the passed FeatureTemplate
 

Uses of QualifiedName in org.deegree.portal.standard.wfs.configuration
 

Fields in org.deegree.portal.standard.wfs.configuration with type parameters of type QualifiedName
protected  Map<QualifiedName,String> DigitizerClientConfiguration.featureTypeToAddressMap
           
protected  Map<QualifiedName,String> DigitizerClientConfiguration.featureTypeToDeleteTemplateMap
           
protected  Map<QualifiedName,String> DigitizerClientConfiguration.featureTypeToFormTemplateMap
           
protected  Map<QualifiedName,String> DigitizerClientConfiguration.featureTypeToInsertTemplateMap
           
protected  Map<QualifiedName,String> DigitizerClientConfiguration.featureTypeToUpdateTemplateMap
           
 

Methods in org.deegree.portal.standard.wfs.configuration with parameters of type QualifiedName
 void DigitizerClientConfiguration.addFeatureTypeAddress(QualifiedName featureType, String wfsAddress)
           
 void DigitizerClientConfiguration.addFeatureTypeDeleteTemplate(QualifiedName featureType, String deleteTemplate)
           
 void DigitizerClientConfiguration.addFeatureTypeFormTemplate(QualifiedName featureType, String formTemplate)
           
 void DigitizerClientConfiguration.addFeatureTypeInsertTemplate(QualifiedName featureType, String insertTemplate)
           
 void DigitizerClientConfiguration.addFeatureTypeUpdateTemplate(QualifiedName featureType, String updateTemplate)
           
 String DigitizerClientConfiguration.getFeatureTypeAddress(QualifiedName featureType)
           
 String DigitizerClientConfiguration.getFeatureTypeDeleteTemplate(QualifiedName featureType)
           
 String DigitizerClientConfiguration.getFeatureTypeFormTemplate(QualifiedName featureType)
           
 String DigitizerClientConfiguration.getFeatureTypeInsertTemplate(QualifiedName featureType)
           
 String DigitizerClientConfiguration.getFeatureTypeUpdateTemplate(QualifiedName featureType)
           
 

Uses of QualifiedName in org.deegree.portal.standard.wfs.control
 

Methods in org.deegree.portal.standard.wfs.control that return QualifiedName
protected  QualifiedName DigitizeListener.extractFeatureTypeAsQualifiedName(RPCWebEvent rpcEvent)
          The FEATURE_TYPE passed in the rpc must be given with namespace and featuretype name in the form: {http://some.address.com}:featureTypeName.
 

Uses of QualifiedName in org.deegree.security
 

Constructors in org.deegree.security with parameters of type QualifiedName
AuthenticationDocument(QualifiedName elementName)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org