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

Uses of Class
org.deegree.ogcwebservices.getcapabilities.ServiceIdentification

Packages that use ServiceIdentification
org.deegree.ogcwebservices.csw Catalog Service 2.0 (OGC CS-W Version 2.0.0). 
org.deegree.ogcwebservices.csw.capabilities   
org.deegree.ogcwebservices.csw.configuration   
org.deegree.ogcwebservices.sos.capabilities   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was.capabilities   
org.deegree.ogcwebservices.wass.wss.capabilities   
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.wmps Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.ogcwebservices.wmps.capabilities   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wps.capabilities   
org.deegree.ogcwebservices.wps.configuration   
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.owscommon   
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.csw
 

Methods in org.deegree.ogcwebservices.csw with parameters of type ServiceIdentification
protected static void XMLFactory_2_0_2.appendServiceIdentification(Element root, ServiceIdentification serviceIdentification)
          Appends the DOM representation of the ServiceIdentification- section to the passed Element.
 

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

Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type ServiceIdentification
CatalogueCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities)
          Generates a new CatalogCapabilities instance from the given parameters.
CatalogueCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, EBRIMCapabilities ebrimCaps)
          Generates a new CatalogCapabilities instance from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.csw.configuration with parameters of type ServiceIdentification
CatalogueConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, CatalogueDeegreeParams catalogDeegreeParams, URL systemId)
          Generates a new CatalogConfiguration instance from the given parameters.
CatalogueConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, FilterCapabilities filterCapabilities, CatalogueDeegreeParams catalogDeegreeParams, URL systemId, EBRIMCapabilities ebrimCaps)
          Generates a new CatalogConfiguration instance from the given parameters.
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.sos.capabilities
 

Constructors in org.deegree.ogcwebservices.sos.capabilities with parameters of type ServiceIdentification
SOSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, ArrayList<Platform> platformList, ArrayList<Sensor> sensorList)
           
 

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

Constructors in org.deegree.ogcwebservices.sos.configuration with parameters of type ServiceIdentification
SOSConfiguration(SOSDeegreeParams sosDeegreeParams, ArrayList sensorList, ArrayList platformList, OperationsMetadata operationsMetadata, ServiceProvider serviceProvider, ServiceIdentification serviceIdentification, String updateSequence, String version, Contents contents)
           
 

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

Methods in org.deegree.ogcwebservices.wass.common that return ServiceIdentification
 ServiceIdentification OWSCapabilitiesBaseType_1_0.getServiceIdentification()
           
 ServiceIdentification OWSCapabilitiesBaseDocument_1_0.parseServiceIdentification()
          Returns the class representation for the ServiceIdentification section of the document, according to the ows 1.0 spec.
 

Constructors in org.deegree.ogcwebservices.wass.common with parameters of type ServiceIdentification
OWSCapabilitiesBaseType_1_0(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata_1_0 operationsMetadata, ArrayList<SupportedAuthenticationMethod> authenticationMethods)
          Creates new instance from the given data.
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wass.was.capabilities
 

Constructors in org.deegree.ogcwebservices.wass.was.capabilities with parameters of type ServiceIdentification
WASCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata_1_0 operationsMetadata, ArrayList<SupportedAuthenticationMethod> supportedAuthenticationMethods)
          Constructs new one from given values.
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wass.wss.capabilities
 

Constructors in org.deegree.ogcwebservices.wass.wss.capabilities with parameters of type ServiceIdentification
WSSCapabilities(String version, String updateSequence, ServiceIdentification sf, ServiceProvider sp, OperationsMetadata_1_0 om, String securedServiceType, ArrayList<SupportedAuthenticationMethod> am)
           
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type ServiceIdentification
protected static void XMLFactory.appendServiceIdentification(Element root, ServiceIdentification serviceIdentification)
          Appends the DOM representation of the ServiceIdentification section to the passed Element.
 

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

Methods in org.deegree.ogcwebservices.wfs.capabilities that return ServiceIdentification
 ServiceIdentification WFSCapabilitiesDocument_1_0_0.getService()
          Returns the class representation for the Service section of the document.
 ServiceIdentification WFSCapabilitiesDocument_1_1_0.getServiceIdentification()
          Returns the class representation for the ServiceIdentification section of the document.
 

Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type ServiceIdentification
WFSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, FeatureTypeList featureTypeList, GMLObject[] servesGMLObjectTypeList, GMLObject[] supportsGMLObjectTypeList, Contents contents, FilterCapabilities filterCapabilities)
          Generates a new WFSCapabilities instance from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.wfs.configuration with parameters of type ServiceIdentification
WFSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, FeatureTypeList featureTypeList, GMLObject[] servesGMLObjectTypeList, GMLObject[] supportsGMLObjectTypeList, Contents contents, FilterCapabilities filterCapabilities, WFSDeegreeParams deegreeParams)
          Generates a new WFSConfiguration instance from the given parameters.
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wmps
 

Methods in org.deegree.ogcwebservices.wmps with parameters of type ServiceIdentification
protected static void XMLFactory.appendService(Element root, ServiceIdentification identification, ServiceProvider provider)
          Append service element
 

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

Methods in org.deegree.ogcwebservices.wmps.capabilities that return ServiceIdentification
 ServiceIdentification WMPSCapabilities.getServiceIdentification()
          returns the service description section
protected  ServiceIdentification WMPSCapabilitiesDocument.parseServiceIdentification()
          returns the services indentification read from the WMPS capabilities service section
 

Methods in org.deegree.ogcwebservices.wmps.capabilities with parameters of type ServiceIdentification
 void WMPSCapabilities.setServiceIdentification(ServiceIdentification serviceIdentification)
          the service description section
 

Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type ServiceIdentification
WMPSCapabilities(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer)
          Constructor initializing the class with the WMPSCapabilities
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wmps.configuration
 

Constructors in org.deegree.ogcwebservices.wmps.configuration with parameters of type ServiceIdentification
WMPSConfiguration(String version, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, UserDefinedSymbolization userDefinedSymbolization, OperationsMetadata metadata, Layer layer, WMPSDeegreeParams deegreeParams, URL baseURL)
          Generates a new WFSConfiguration instance from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.wps.capabilities with parameters of type ServiceIdentification
WPSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents)
           
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wps.configuration
 

Constructors in org.deegree.ogcwebservices.wps.configuration with parameters of type ServiceIdentification
WPSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, WPSDeegreeParams wpsDeegreeParams)
          Constructor initializes WPSConfiguration from passed parameters
 

Uses of ServiceIdentification in org.deegree.ogcwebservices.wpvs.capabilities
 

Constructors in org.deegree.ogcwebservices.wpvs.capabilities with parameters of type ServiceIdentification
WPVSCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, Dataset dataset)
          Creates a new wpvsCapabilities object from the given parameters.
 

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

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type ServiceIdentification
WPVSConfiguration(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents, Dataset dataset, WPVSDeegreeParams wpvsParams, double smallestMinimalScaleDenomiator)
           
 

Uses of ServiceIdentification in org.deegree.owscommon
 

Methods in org.deegree.owscommon that return ServiceIdentification
 ServiceIdentification OWSCommonCapabilitiesDocument.getServiceIdentification()
          Returns the class representation for the ServiceIdentification section of the document.
 ServiceIdentification OWSCommonCapabilities.getServiceIdentification()
           
 

Methods in org.deegree.owscommon with parameters of type ServiceIdentification
protected static void XMLFactory.appendServiceIdentification(Element root, ServiceIdentification serviceIdentification)
          Appends the DOM representation of the ServiceIdentification- section to the passed Element.
 void OWSCommonCapabilities.setServiceIdentification(ServiceIdentification serviceIdentification)
           
 

Constructors in org.deegree.owscommon with parameters of type ServiceIdentification
OWSCommonCapabilities(String version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, Contents contents)
          Constructor to be used from the implementing subclasses.
 


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