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

Uses of Class
org.deegree.owscommon.OWSDomainType

Packages that use OWSDomainType
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.configuration   
org.deegree.ogcwebservices.getcapabilities   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wfs.capabilities   
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wms.capabilities   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.owscommon   
 

Uses of OWSDomainType in org.deegree.ogcwebservices.csw.capabilities
 

Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type OWSDomainType
CatalogueOperationsMetadata(Operation getCapabilities, Operation describeRecord, Operation getDomain, Operation getRecords, Operation getRecordById, Operation transaction, Operation harvest, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new CatalogOperationsMetadata from the given parameters.
CatalogueOperationsMetadata(Operation getCapabilities, Operation describeRecord, Operation getDomain, Operation getRecords, Operation getRecordById, Operation transaction, Operation harvest, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new CatalogOperationsMetadata from the given parameters.
 

Uses of OWSDomainType in org.deegree.ogcwebservices.csw.configuration
 

Subclasses of OWSDomainType in org.deegree.ogcwebservices.csw.configuration
 class CatalogueOutputSchemaParameter
          Specialized implementation of the OWSDomainType used for specifying the "outputSchema" parameter of the "GetRecords"-operation.
 class CatalogueTypeNameSchemaParameter
          Specialized implementation of the OWSDomainType used for specifying the "typeName" parameter of the "GetRecords"-operation.
 

Methods in org.deegree.ogcwebservices.csw.configuration that return OWSDomainType
protected  OWSDomainType CatalogueConfigurationDocument.getOWSDomainType(String operation, Element parameterElement)
          Overwritten to cope with additional deegree CSW specific attributes (used in the "outputSchema" parameter element).
 

Uses of OWSDomainType in org.deegree.ogcwebservices.getcapabilities
 

Fields in org.deegree.ogcwebservices.getcapabilities with type parameters of type OWSDomainType
protected  Map<String,OWSDomainType> OperationsMetadata.constraints
           
protected  Map<String,OWSDomainType> OperationsMetadata.parameters
           
 

Methods in org.deegree.ogcwebservices.getcapabilities that return OWSDomainType
 OWSDomainType[] OperationsMetadata.getConstraints()
           
 OWSDomainType[] OperationsMetadata.getParameter()
           
 OWSDomainType Operation.getParameter(String name)
          Returns the specified Parameter value for the Operation.
 OWSDomainType[] Operation.getParameters()
          Returns all Parameters of the Operation.
 OWSDomainType OperationsMetadata.removeParameter(String name)
           
 

Methods in org.deegree.ogcwebservices.getcapabilities with parameters of type OWSDomainType
 void OperationsMetadata.addConstraint(OWSDomainType constraint)
          Adds a constraint.
 void OperationsMetadata.addParameter(OWSDomainType parameter)
          adds a parameter to the OperationsMetadata
 void OperationsMetadata.setConstraints(OWSDomainType[] constraints)
          Sets the constraints of the OperationMetadata.
 void OperationsMetadata.setOperationParameter(OWSDomainType[] parameters)
          sets a complete list of parameters to the OperationMetadata
 void Operation.setParameters(OWSDomainType[] parameters)
          Sets the Parameters of the Operation.
 

Constructors in org.deegree.ogcwebservices.getcapabilities with parameters of type OWSDomainType
Operation(String name, DCPType[] dcpTypes, OWSDomainType[] parameters)
          Creates a new Operation instance with Parameter information.
OperationsMetadata(Operation getCapabilitiesOperation, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Creates a new OperationsMetadata instance with the given configuration for the getCapabilitiesOperation.
OperationsMetadata(Operation getCapabilitiesOperation, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Creates a new OperationsMetadata instance with the given configuration for the getCapabilitiesOperation.
 

Uses of OWSDomainType in org.deegree.ogcwebservices.wass.common
 

Methods in org.deegree.ogcwebservices.wass.common that return OWSDomainType
 OWSDomainType[] Operation_1_0.getConstraints()
           
 

Methods in org.deegree.ogcwebservices.wass.common with parameters of type OWSDomainType
 void Operation_1_0.setConstraints(OWSDomainType[] constraints)
           
 

Constructors in org.deegree.ogcwebservices.wass.common with parameters of type OWSDomainType
Operation_1_0(String name, DCPType[] dcps, OWSDomainType[] parameters, OWSDomainType[] constraints, OWSMetadata[] metadata)
           
Operation_1_0(String name, DCPType[] dcps, OWSDomainType[] parameters, OWSDomainType[] constraints, OWSMetadata[] metadata)
           
OperationsMetadata_1_0(Operation_1_0[] operations, OWSDomainType[] parameters, OWSDomainType[] constraints, String extendedCapabilities, Operation_1_0 describeUser, Operation_1_0 getCapabilities)
          Creates new one from data.
OperationsMetadata_1_0(Operation_1_0[] operations, OWSDomainType[] parameters, OWSDomainType[] constraints, String extendedCapabilities, Operation_1_0 describeUser, Operation_1_0 getCapabilities)
          Creates new one from data.
 

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

Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type OWSDomainType
WFSOperationsMetadata(Operation getCapabilities, Operation describeFeatureType, Operation getFeature, Operation getFeatureWithLock, Operation getGMLObject, Operation lockFeature, Operation transaction, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WFSOperationsMetadata instance from the given parameters.
WFSOperationsMetadata(Operation getCapabilities, Operation describeFeatureType, Operation getFeature, Operation getFeatureWithLock, Operation getGMLObject, Operation lockFeature, Operation transaction, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WFSOperationsMetadata instance from the given parameters.
 

Uses of OWSDomainType in org.deegree.ogcwebservices.wmps.capabilities
 

Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type OWSDomainType
WMPSOperationsMetadata(Operation getCapabilities, Operation printMap, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WMPSOperationsMetadata instance from the given parameters.
WMPSOperationsMetadata(Operation getCapabilities, Operation printMap, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WMPSOperationsMetadata instance from the given parameters.
 

Uses of OWSDomainType in org.deegree.ogcwebservices.wms.capabilities
 

Constructors in org.deegree.ogcwebservices.wms.capabilities with parameters of type OWSDomainType
WMSOperationsMetadata(Operation getCapabilities, Operation getMap, Operation getFeatureInfo, Operation describeLayer, Operation getLegendGraphic, Operation getStyles, Operation putStyles, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WMSOperationsMetadata instance from the given parameters.
WMSOperationsMetadata(Operation getCapabilities, Operation getMap, Operation getFeatureInfo, Operation describeLayer, Operation getLegendGraphic, Operation getStyles, Operation putStyles, OWSDomainType[] parameters, OWSDomainType[] constraints)
          Constructs a new WMSOperationsMetadata instance from the given parameters.
 

Uses of OWSDomainType in org.deegree.ogcwebservices.wps.capabilities
 

Constructors in org.deegree.ogcwebservices.wps.capabilities with parameters of type OWSDomainType
WPSOperationsMetadata(Operation getCapabilitiesOperation, Operation describeProcess, Operation execute, OWSDomainType[] parameters, OWSDomainType[] constraints)
           
WPSOperationsMetadata(Operation getCapabilitiesOperation, Operation describeProcess, Operation execute, OWSDomainType[] parameters, OWSDomainType[] constraints)
           
 

Uses of OWSDomainType in org.deegree.owscommon
 

Methods in org.deegree.owscommon that return OWSDomainType
protected  OWSDomainType[] OWSCommonCapabilitiesDocument.getContraints(Element root)
           
protected  OWSDomainType OWSCommonCapabilitiesDocument.getOWSDomainType(String opname, Element element)
          Creates a class representation of an element of type ows:DomainType.
 

Methods in org.deegree.owscommon with parameters of type OWSDomainType
protected static void XMLFactory.appendParameter(Element root, OWSDomainType parameter, String elementName)
          Appends the DOM representation of a OWSDomainType instance to the passed Element.
 


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