|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext,
QualifiedName defaultValue)
|
static QualifiedName[] |
XMLTools.getNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
protected QualifiedName |
XMLFragment.getQualifiedName(org.w3c.dom.Element element)
Returns the qualified name of the given element. |
static QualifiedName |
XMLTools.getQualifiedNameValue(org.w3c.dom.Node node)
Parses the value of the submitted Node as a QualifiedName . |
static QualifiedName |
XMLTools.getRequiredNodeAsQualifiedName(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName[] |
XMLTools.getRequiredNodesAsQualifiedNames(org.w3c.dom.Node contextNode,
java.lang.String xPathQuery,
NamespaceContext nsContext)
|
static QualifiedName |
XMLFragment.parseQualifiedName(org.w3c.dom.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(org.w3c.dom.Node contextNode,
java.lang.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 |
ElementReference.getName()
|
QualifiedName |
ElementDeclaration.getName()
Returns the qualified name of the declared XML element. |
QualifiedName |
SimpleTypeDeclaration.getName()
Returns the qualified name of the declared XML type. |
QualifiedName |
ComplexTypeDeclaration.getName()
Returns the qualified name of the declared XML type. |
QualifiedName |
TypeDeclaration.getName()
Returns the qualified name of the declared XML type. |
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,
java.net.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 | |
---|---|
java.util.LinkedList<Pair<PropertyType,QualifiedName>> |
MappedGMLSchemaDocument.parseGMLDefaultProps(org.w3c.dom.Element annotationElement,
java.lang.String table,
MappedGMLSchema schema)
|
Methods in org.deegree.io.datastore.schema with parameters of type QualifiedName | |
---|---|
protected PropertyType |
MappedGMLSchema.buildPropertyTypeRealName(MappedElementDeclaration element,
java.lang.String table,
QualifiedName propertyName)
|
MappedFeatureType |
MappedGMLSchema.getFeatureType(QualifiedName qName)
Looks up the FeatureType with the given QualifiedName . |
(package private) MappedFeaturePropertyType |
MappedGMLSchemaDocument.parseMappedFeaturePropertyType(org.w3c.dom.Element element,
QualifiedName propertyName,
int minOccurs,
int maxOccurs,
boolean isIdentityPart,
java.lang.String table,
boolean isReferenceType)
Extracts the mapping information for a feature property type from the given "xs:annotation" element. |
(package private) MappedGeometryPropertyType |
MappedGMLSchemaDocument.parseMappedGeometryPropertyType(org.w3c.dom.Element element,
QualifiedName propertyName,
QualifiedName typeName,
int type,
int minOccurs,
int maxOccurs,
boolean isIdentityPart,
java.lang.String table)
Extracts the mapping information for a geometry property type from the given "xs:annotation" element. |
(package private) MappedSimplePropertyType |
MappedGMLSchemaDocument.parseMappedSimplePropertyType(org.w3c.dom.Element element,
QualifiedName propertyName,
int type,
int minOccurs,
int maxOccurs,
boolean isIdentityPart,
java.lang.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,
org.w3c.dom.Element annotationElement)
Creates a new MappedComplexTypeDeclaration instance from the given parameters. |
|
MappedElementDeclaration(QualifiedName name,
boolean isAbstract,
TypeReference type,
int minOccurs,
int maxOccurs,
QualifiedName substitutionGroup,
org.w3c.dom.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,
java.lang.String table,
MappedGMLId gmlId,
MappedGMLSchema schema,
boolean isVisible,
boolean isUpdatable,
boolean isDeletable,
boolean isInsertable,
boolean isPseudoFeatureType,
java.net.URI defaultSRS,
java.net.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,
java.net.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 java.util.Map<QualifiedName,java.lang.Object> |
DefaultFeature.propertyMap
|
Methods in org.deegree.model.feature that return QualifiedName | |
---|---|
QualifiedName |
FeatureProperty.getName()
returns the qualified name of the property |
QualifiedName |
DefaultFeatureProperty.getName()
returns the qualified name of the property |
QualifiedName |
XLinkedFeatureProperty.getName()
Returns the name of the property. |
QualifiedName |
AbstractFeature.getName()
|
QualifiedName |
Feature.getName()
Returns the qualified name of the feature. |
Methods in org.deegree.model.feature with parameters of type QualifiedName | |
---|---|
static FeatureCollection |
FeatureFactory.createFeatureCollection(java.lang.String id,
Feature[] features,
QualifiedName qName)
creates an instance of a FeatureCollection from an array of Features. |
static FeatureProperty |
FeatureFactory.createFeatureProperty(QualifiedName name,
java.lang.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,
java.net.URI schemaLocation,
PropertyType[] properties)
creates an instance of a FeatureType from an array of FeatureTypeProperties, and its name but without parents and childs |
static FeatureProperty |
FeatureFactory.createGeneratedValueFeatureProperty(QualifiedName name,
ValueGenerator valueGenerator)
creates an instance of a @see FeatureProperty from its name. |
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 |
AbstractFeatureCollection.getDefaultProperty(QualifiedName name)
returns the default property of a feature collection with the passed name |
FeatureProperty |
DefaultFeature.getDefaultProperty(QualifiedName name)
Returns the first property of the feature with the given name. |
FeatureProperty |
Feature.getDefaultProperty(QualifiedName name)
Returns the first property of the feature with the given name. |
protected FeatureType |
GMLFeatureDocument.getFeatureType(QualifiedName ftName)
Returns the feature type with the given name. |
FeatureProperty[] |
AbstractFeatureCollection.getProperties(QualifiedName name)
returns the named properties of a feature collection |
FeatureProperty[] |
DefaultFeature.getProperties(QualifiedName name)
Returns the properties of the feature with the given name in their original order. |
FeatureProperty[] |
Feature.getProperties(QualifiedName name)
Returns the properties of the feature with the given name in their original order. |
void |
FeatureTupleCollection.removeProperty(QualifiedName propertyName)
|
void |
DefaultFeatureCollection.removeProperty(QualifiedName propertyName)
|
void |
DefaultFeature.removeProperty(QualifiedName propertyName)
Removes the properties with the given name. |
void |
Feature.removeProperty(QualifiedName propertyName)
Removes the properties with the given name. |
Constructors in org.deegree.model.feature with parameters of type QualifiedName | |
---|---|
AbstractFeatureCollection(java.lang.String id,
QualifiedName name)
|
|
DefaultFeatureCollection(java.lang.String id,
Feature[] features,
QualifiedName qName)
Constructor for initializing a feature collection with an id and an array of features. |
|
DefaultFeatureProperty(QualifiedName name,
java.lang.Object value)
constructor for complete initializing the FeatureProperty |
|
GeneratedValueFeatureProperty(QualifiedName name,
ValueGenerator valueGenerator)
|
|
XLinkedFeatureProperty(QualifiedName name,
java.lang.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(java.util.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 java.util.Map<QualifiedName,FeatureType> |
GMLSchema.featureTypeMap
|
Methods in org.deegree.model.feature.schema that return QualifiedName | |
---|---|
QualifiedName |
AbstractPropertyType.getName()
|
QualifiedName |
PropertyType.getName()
Returns the name of the property. |
QualifiedName |
DefaultFeatureType.getName()
returns the name of the FeatureType |
QualifiedName |
FeatureType.getName()
returns the name of the FeatureType |
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,
java.net.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(org.w3c.dom.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(java.lang.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(java.lang.String typeName,
org.w3c.dom.Node queryNode,
boolean bindTypeNameToNS)
|
Methods in org.deegree.ogcwebservices.csw.discovery that return types with arguments of type QualifiedName | |
---|---|
java.util.Map<java.lang.String,QualifiedName> |
Query.getDeclaredTypeNameVariables()
|
java.util.List<QualifiedName> |
Query.getElementSetNameTypeNamesList()
|
java.util.Map<java.lang.String,QualifiedName> |
Query.getElementSetNameVariables()
|
java.util.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(org.w3c.dom.Element rootElement,
org.w3c.dom.Element toBeInserted,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> aliases)
|
protected static void |
XMLFactory.appendTypeNamesAttribute(org.w3c.dom.Element rootElement,
org.w3c.dom.Element toBeInserted,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> aliases)
|
protected void |
GetRecordsDocument.checkReferencedVariables(ComplexFilter constraint,
java.util.Map<java.lang.String,QualifiedName> variables)
Iterates over the Operations of a complexfilter to find if non declared variables are used. |
protected void |
GetRecordsDocument.findNonDeclaredVariables(AbstractOperation operation,
java.util.Map<java.lang.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,
java.util.Map<java.lang.String,QualifiedName> variables)
Parse the string representation of the the propertyname to find a variable reference to a non declared Variable. |
void |
GetRecordsDocument.findVariablesInTypeName(java.lang.String typeName,
org.w3c.dom.Node queryNode,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> variables,
boolean bindTypeNameToNS)
Helper method to find any declared variables in given Query/@typeNames |
void |
GetRecordsDocument.findVariablesInTypeName(java.lang.String typeName,
org.w3c.dom.Node queryNode,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.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(java.lang.String elementSetName,
java.util.List<QualifiedName> elementSetNameTypeNames,
java.util.Map<java.lang.String,QualifiedName> elementSetNameVariables,
java.util.List<PropertyPath> elementNames,
Filter constraint,
SortProperty[] sortProperties,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> typeNameVariables)
|
|
Query(java.lang.String elementSetName,
java.util.List<QualifiedName> elementSetNameTypeNames,
java.util.Map<java.lang.String,QualifiedName> elementSetNameVariables,
java.util.List<PropertyPath> elementNames,
Filter constraint,
SortProperty[] sortProperties,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> typeNameVariables)
|
|
Query(java.lang.String elementSetName,
java.util.List<QualifiedName> elementSetNameTypeNames,
java.util.Map<java.lang.String,QualifiedName> elementSetNameVariables,
java.util.List<PropertyPath> elementNames,
Filter constraint,
SortProperty[] sortProperties,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> typeNameVariables)
|
|
Query(java.lang.String elementSetName,
java.util.List<QualifiedName> elementSetNameTypeNames,
java.util.Map<java.lang.String,QualifiedName> elementSetNameVariables,
java.util.List<PropertyPath> elementNames,
Filter constraint,
SortProperty[] sortProperties,
java.util.List<QualifiedName> typeNames,
java.util.Map<java.lang.String,QualifiedName> typeNameVariables)
|
Uses of QualifiedName in org.deegree.ogcwebservices.sos |
---|
Methods in org.deegree.ogcwebservices.sos with parameters of type QualifiedName | |
---|---|
static org.w3c.dom.Document |
WFSRequestGenerator.createBBoxWFSRequest(Envelope bbox,
QualifiedName featureTypeName,
QualifiedName coordPropertyName)
|
static org.w3c.dom.Document |
WFSRequestGenerator.createIsLikeOperationWFSRequest(java.lang.String[] literals,
QualifiedName featureType,
QualifiedName propertyName)
creates a WFS Request with one or more isLike Operations |
static org.w3c.dom.Document |
WFSRequestGenerator.createObservationWFSRequest(java.lang.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(java.lang.String id,
java.lang.String sourceServerId,
java.lang.String phenomenon,
QualifiedName featureTypeName,
Filter constraint,
QualifiedName timePropertyName,
QualifiedName measurandPropertyName,
java.lang.String timeResolution,
java.lang.String timeResolutionType,
java.net.URL XSLTScriptSource)
|
|
SourceServerConfiguration(java.lang.String id,
java.lang.String service,
java.lang.String version,
OGCWebService dataService,
QualifiedName platformDescriptionFeatureType,
QualifiedName platformDescriptionIdPropertyName,
QualifiedName platformDescriptionCoordPropertyName,
java.net.URL platformDescriptionXSLTScriptSource,
QualifiedName sensorDescriptionFeatureType,
QualifiedName sensorDescriptionIdPropertyName,
java.net.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,
java.net.URI location,
java.net.URI binding)
|
Uses of QualifiedName in org.deegree.ogcwebservices.wfs |
---|
Methods in org.deegree.ogcwebservices.wfs that return types with arguments of type QualifiedName | |
---|---|
java.util.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,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
FormatType[] outputFormats)
|
|
WFSFeatureType(QualifiedName name,
java.lang.String title,
java.lang.String abstract_,
Keywords[] keywords,
java.net.URI defaultSrs,
java.net.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 | |
---|---|
java.util.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(java.util.Map<java.lang.String,java.lang.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(java.lang.String[] values,
org.w3c.dom.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 java.util.Map<QualifiedName,Filter> |
AbstractWFSRequest.extractFilters(java.util.Map<java.lang.String,java.lang.String> kvp,
QualifiedName[] typeNames)
Extracts the FILTER parameter and assigns them to the requested type names. |
protected static java.util.Map<QualifiedName,PropertyPath[]> |
GetFeature.extractPropNames(java.util.Map<java.lang.String,java.lang.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,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.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,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.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 java.util.Map<QualifiedName,Filter> |
AbstractWFSRequest.extractFilters(java.util.Map<java.lang.String,java.lang.String> kvp,
QualifiedName[] typeNames)
Extracts the FILTER parameter and assigns them to the requested type names. |
protected static java.util.Map<QualifiedName,PropertyPath[]> |
GetFeature.extractPropNames(java.util.Map<java.lang.String,java.lang.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(java.lang.String version,
java.lang.String id,
java.lang.String handle,
java.lang.String outputFormat,
QualifiedName[] typeNames,
java.util.Map<java.lang.String,java.lang.String> vendorspecificParameter)
Creates a new DescribeFeatureType instance. |
|
Lock(java.lang.String handle,
QualifiedName typeName,
Filter filter)
Creates a new Lock instance from the given parameters. |
|
Query(PropertyPath[] propertyNames,
Function[] functions,
SortProperty[] sortProperties,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.String srsName,
Filter filter,
GetFeature.RESULT_TYPE resultType,
int maxFeatures,
int startPosition)
Creates a new Query instance. |
|
Query(PropertyPath[] propertyNames,
Function[] functions,
SortProperty[] sortProperties,
java.lang.String handle,
java.lang.String featureVersion,
QualifiedName[] typeNames,
java.lang.String[] aliases,
java.lang.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 |
Update.getTypeName()
Returns the name of the targeted feature type. |
QualifiedName |
Delete.getTypeName()
Returns the name of the targeted feature type. |
QualifiedName |
Replace.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 | |
---|---|
java.util.List<QualifiedName> |
Update.getAffectedFeatureTypes()
|
java.util.List<QualifiedName> |
Insert.getAffectedFeatureTypes()
Returns the names of the feature types that are affected by the operation. |
java.util.List<QualifiedName> |
Native.getAffectedFeatureTypes()
Returns the names of the feature types that are affected by the operation. |
java.util.Set<QualifiedName> |
Transaction.getAffectedFeatureTypes()
Returns the names of the feature types that are affected by the transaction. |
abstract java.util.List<QualifiedName> |
TransactionOperation.getAffectedFeatureTypes()
Returns the names of the feature types that are affected by the operation. |
java.util.List<QualifiedName> |
Delete.getAffectedFeatureTypes()
Returns the names of the feature types that are affected by the operation. |
java.util.List<QualifiedName> |
Replace.getAffectedFeatureTypes()
|
Methods in org.deegree.ogcwebservices.wfs.operation.transaction with parameters of type QualifiedName | |
---|---|
void |
Update.setTypeName(QualifiedName typeName)
TypeName setter method |
void |
Delete.setTypeName(QualifiedName typeName)
Setter method for the type name |
Method parameters in org.deegree.ogcwebservices.wfs.operation.transaction with type arguments of type QualifiedName | |
---|---|
protected static java.util.List<Delete> |
Delete.create(java.util.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(java.lang.String handle,
QualifiedName typeName,
Filter filter)
Creates a new Delete |
|
Replace(java.lang.String handle,
QualifiedName typeName,
Feature replacementFeature,
Filter filter)
Creates a new Replace instance. |
|
Update(java.lang.String handle,
QualifiedName typeName,
Feature replacementFeature,
Filter filter)
Creates a new Update instance. |
|
Update(java.lang.String handle,
QualifiedName typeName,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
Filter filter)
Creates a new Update instance. |
|
Update(java.lang.String handle,
QualifiedName typeName,
java.util.Map<PropertyPath,FeatureProperty> replacementProps,
java.util.Map<PropertyPath,org.w3c.dom.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(org.w3c.dom.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,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.Map<java.lang.String,java.lang.String> dimProps)
Creates a new DataSource object. |
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geometryField,
CoordinateSystem nativeCRS,
boolean customSQL)
|
|
DatabaseDataSource(boolean queryable,
boolean failOnException,
QualifiedName name,
ScaleHint scaleHint,
Geometry validArea,
int reqTimeLimit,
JDBCConnection jdbc,
java.lang.String sqlTemplate,
java.lang.String geomeryField,
CoordinateSystem nativeCRS,
boolean customSQL,
java.util.Map<java.lang.String,java.lang.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,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetCoverage getCoverage,
java.awt.Color[] transparentColors,
int reqTimeLimit)
Creates a new DataSource object. |
|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
LocalWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.Map<java.lang.String,java.lang.String> dimProps)
|
|
RemoteWCSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetCoverage getCoverage,
java.awt.Color[] transparentColors,
int reqTimeLimit)
Creates a new DataSource object. |
|
RemoteWFSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
QualifiedName geometryProperty,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
Query query,
java.net.URL featureInfoTransform,
int reqTimeLimit)
Creates a new DataSource object. |
|
RemoteWMSDataSource(boolean querable,
boolean failOnException,
QualifiedName name,
int type,
OGCWebService ows,
java.net.URL capabilitiesURL,
ScaleHint scaleHint,
Geometry validArea,
GetMap getMap,
java.awt.Color[] transparentColors,
java.net.URL featureInfoTransform,
int reqTimeLimit,
java.util.List<java.lang.String> passedParameters,
java.util.Map<java.lang.String,java.lang.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,
java.lang.Object filterCondition)
TODO pre-conditions. |
|
LocalWCSDataSource(QualifiedName name,
OWSCapabilities owsCapabilities,
Surface validArea,
double minScaleDenominator,
double maxScaleDenominator,
GetCoverage filterCondition,
java.awt.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,
java.awt.Color[] transparentColors)
Creates a new LocalWMSDataSource object from the given parameters. |
|
RemoteWCSDataSource(QualifiedName name,
OWSCapabilities owsCapabilities,
Surface validArea,
double minScaleDenominator,
double maxScaleDenominator,
GetCoverage filterCondition,
java.awt.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,
java.awt.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,
java.lang.String description,
int direction,
QualifiedName name,
java.util.List<TypedLiteral> values,
java.util.List<Interval> ranges,
TypedLiteral defaultValue,
boolean anyValueAllowed,
java.lang.String meaning,
boolean noValuesAllowed,
CoordinateSystem referenceSystem,
QualifiedName unitOfMeasure,
Values valueList,
java.lang.Object metadata)
Standard constructor that initializes all encapsulated data. |
|
Operation(QualifiedName name,
java.util.List<DCP> dcpList,
java.util.List<Parameter> parameters,
java.util.List<DomainType> constraints,
java.lang.Object metadata,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayer(int index,
QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.net.URL[] owsAddresses,
java.lang.String type)
|
ViewContext |
MapModelAccess.addLayers(QualifiedName[] names,
java.net.URL[] owsAddresses,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
|
ViewContext |
MapModelAccess.addStyleToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
adds a named style to a layer to be available within a context. |
ViewContext |
DefaultMapModelAccess.assignSLDToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
StyledLayerDescriptor sld)
|
ViewContext |
MapModelAccess.assignSLDToLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
StyledLayerDescriptor sld)
assignes a SLD document instead of a style to a layer. |
ViewContext |
DefaultMapModelAccess.removeLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type)
|
ViewContext |
MapModelAccess.removeLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
|
ViewContext |
MapModelAccess.removeStyleFromLayer(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
removes a style from the layer defined in a ViewContext. |
ViewContext |
DefaultMapModelAccess.setLayerActiveStyle(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
|
ViewContext |
MapModelAccess.setLayerActiveStyle(QualifiedName name,
java.net.URL owsAddress,
java.lang.String type,
java.lang.String styleName)
sets the active style (style to be used for rendering) of a layer |
ViewContext |
DefaultMapModelAccess.setLayers(QualifiedName[] names,
java.net.URL[] owsAddresses,
java.lang.String type)
|
ViewContext |
MapModelAccess.setLayers(QualifiedName[] names,
java.net.URL[] owsAddresses,
java.lang.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,
java.net.URL owsAddress,
java.lang.String type,
boolean up)
swaps two layers in their order. |
ViewContext |
MapModelAccess.swapLayers(QualifiedName name,
java.net.URL owsAddress,
java.lang.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,
java.lang.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.gazetteer |
---|
Fields in org.deegree.portal.standard.gazetteer declared as QualifiedName | |
---|---|
protected QualifiedName |
AbstractGazetteerCommand.featureType
|
Methods in org.deegree.portal.standard.gazetteer that return QualifiedName | |
---|---|
QualifiedName |
HierarchyNode.getFeatureType()
|
Constructors in org.deegree.portal.standard.gazetteer with parameters of type QualifiedName | |
---|---|
FindChildrenCommand(java.lang.String gazetteerAddress,
QualifiedName featureType,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String geographicIdentifier)
|
|
FindItemsCommand(java.lang.String gazetteerAddress,
QualifiedName featureType,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String searchString,
boolean searchOnAltName,
boolean strict,
boolean phonetic,
boolean matchCase)
|
|
HierarchyNode(QualifiedName featureType,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String name,
boolean freeSearch)
|
|
HierarchyNode(QualifiedName featureType,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String name,
boolean freeSearch,
boolean stricMode,
boolean matchCase)
|
|
LoadBBOXCommand(java.lang.String gazetteerAddress,
QualifiedName featureType,
java.util.Map<java.lang.String,java.lang.String> properties,
java.lang.String geogrId)
|
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 java.util.Map<QualifiedName,java.lang.String> |
DigitizerClientConfiguration.featureTypeToAddressMap
|
protected java.util.Map<QualifiedName,java.lang.String> |
DigitizerClientConfiguration.featureTypeToDeleteTemplateMap
|
protected java.util.Map<QualifiedName,java.lang.String> |
DigitizerClientConfiguration.featureTypeToFormTemplateMap
|
protected java.util.Map<QualifiedName,java.lang.String> |
DigitizerClientConfiguration.featureTypeToInsertTemplateMap
|
protected java.util.Map<QualifiedName,java.lang.String> |
DigitizerClientConfiguration.featureTypeToUpdateTemplateMap
|
Methods in org.deegree.portal.standard.wfs.configuration with parameters of type QualifiedName | |
---|---|
void |
DigitizerClientConfiguration.addFeatureTypeAddress(QualifiedName featureType,
java.lang.String wfsAddress)
|
void |
DigitizerClientConfiguration.addFeatureTypeDeleteTemplate(QualifiedName featureType,
java.lang.String deleteTemplate)
|
void |
DigitizerClientConfiguration.addFeatureTypeFormTemplate(QualifiedName featureType,
java.lang.String formTemplate)
|
void |
DigitizerClientConfiguration.addFeatureTypeInsertTemplate(QualifiedName featureType,
java.lang.String insertTemplate)
|
void |
DigitizerClientConfiguration.addFeatureTypeUpdateTemplate(QualifiedName featureType,
java.lang.String updateTemplate)
|
java.lang.String |
DigitizerClientConfiguration.getFeatureTypeAddress(QualifiedName featureType)
|
java.lang.String |
DigitizerClientConfiguration.getFeatureTypeDeleteTemplate(QualifiedName featureType)
|
java.lang.String |
DigitizerClientConfiguration.getFeatureTypeFormTemplate(QualifiedName featureType)
|
java.lang.String |
DigitizerClientConfiguration.getFeatureTypeInsertTemplate(QualifiedName featureType)
|
java.lang.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.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org