|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceProvider in org.deegree.ogcwebservices.csw.capabilities |
---|
Constructors in org.deegree.ogcwebservices.csw.capabilities with parameters of type ServiceProvider | |
---|---|
CatalogueCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities)
Generates a new CatalogCapabilities instance from the given parameters. |
|
CatalogueCapabilities(java.lang.String version,
java.lang.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 ServiceProvider in org.deegree.ogcwebservices.csw.configuration |
---|
Constructors in org.deegree.ogcwebservices.csw.configuration with parameters of type ServiceProvider | |
---|---|
CatalogueConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities,
CatalogueDeegreeParams catalogDeegreeParams,
java.net.URL systemId)
Generates a new CatalogConfiguration instance from the given parameters. |
|
CatalogueConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
FilterCapabilities filterCapabilities,
CatalogueDeegreeParams catalogDeegreeParams,
java.net.URL systemId,
EBRIMCapabilities ebrimCaps)
Generates a new CatalogConfiguration instance from the given parameters. |
Uses of ServiceProvider in org.deegree.ogcwebservices.sos.capabilities |
---|
Constructors in org.deegree.ogcwebservices.sos.capabilities with parameters of type ServiceProvider | |
---|---|
SOSCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
java.util.ArrayList<Platform> platformList,
java.util.ArrayList<Sensor> sensorList)
|
Uses of ServiceProvider in org.deegree.ogcwebservices.sos.configuration |
---|
Constructors in org.deegree.ogcwebservices.sos.configuration with parameters of type ServiceProvider | |
---|---|
SOSConfiguration(SOSDeegreeParams sosDeegreeParams,
java.util.ArrayList sensorList,
java.util.ArrayList platformList,
OperationsMetadata operationsMetadata,
ServiceProvider serviceProvider,
ServiceIdentification serviceIdentification,
java.lang.String updateSequence,
java.lang.String version,
Contents contents)
|
Uses of ServiceProvider in org.deegree.ogcwebservices.wass.common |
---|
Methods in org.deegree.ogcwebservices.wass.common that return ServiceProvider | |
---|---|
ServiceProvider |
OWSCapabilitiesBaseType_1_0.getServiceProvider()
|
ServiceProvider |
OWSCapabilitiesBaseDocument_1_0.parseServiceProvider()
Wrapper to make it consistent. |
Constructors in org.deegree.ogcwebservices.wass.common with parameters of type ServiceProvider | |
---|---|
OWSCapabilitiesBaseType_1_0(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata_1_0 operationsMetadata,
java.util.ArrayList<SupportedAuthenticationMethod> authenticationMethods)
Creates new instance from the given data. |
Uses of ServiceProvider in org.deegree.ogcwebservices.wass.was.capabilities |
---|
Constructors in org.deegree.ogcwebservices.wass.was.capabilities with parameters of type ServiceProvider | |
---|---|
WASCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata_1_0 operationsMetadata,
java.util.ArrayList<SupportedAuthenticationMethod> supportedAuthenticationMethods)
Constructs new one from given values. |
Uses of ServiceProvider in org.deegree.ogcwebservices.wass.wss.capabilities |
---|
Constructors in org.deegree.ogcwebservices.wass.wss.capabilities with parameters of type ServiceProvider | |
---|---|
WSSCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification sf,
ServiceProvider sp,
OperationsMetadata_1_0 om,
java.lang.String securedServiceType,
java.util.ArrayList<SupportedAuthenticationMethod> am)
|
Uses of ServiceProvider in org.deegree.ogcwebservices.wfs.capabilities |
---|
Constructors in org.deegree.ogcwebservices.wfs.capabilities with parameters of type ServiceProvider | |
---|---|
WFSCapabilities(java.lang.String version,
java.lang.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 ServiceProvider in org.deegree.ogcwebservices.wfs.configuration |
---|
Constructors in org.deegree.ogcwebservices.wfs.configuration with parameters of type ServiceProvider | |
---|---|
WFSConfiguration(java.lang.String version,
java.lang.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 ServiceProvider in org.deegree.ogcwebservices.wmps |
---|
Methods in org.deegree.ogcwebservices.wmps with parameters of type ServiceProvider | |
---|---|
protected static void |
XMLFactory.appendContactInformation(org.w3c.dom.Element root,
ServiceProvider provider)
Append contact information |
protected static void |
XMLFactory.appendService(org.w3c.dom.Element root,
ServiceIdentification identification,
ServiceProvider provider)
Append service element |
Uses of ServiceProvider in org.deegree.ogcwebservices.wmps.capabilities |
---|
Methods in org.deegree.ogcwebservices.wmps.capabilities that return ServiceProvider | |
---|---|
ServiceProvider |
WMPSCapabilities.getServiceProvider()
returns informations about the provider of a WMPS |
protected ServiceProvider |
WMPSCapabilitiesDocument.parseServiceProvider()
returns WMPS contact informaion encapsulated within a ServiceProvider object |
Methods in org.deegree.ogcwebservices.wmps.capabilities with parameters of type ServiceProvider | |
---|---|
void |
WMPSCapabilities.setServiceProvider(ServiceProvider serviceProvider)
sets informations about the provider of a WMPS |
Constructors in org.deegree.ogcwebservices.wmps.capabilities with parameters of type ServiceProvider | |
---|---|
WMPSCapabilities(java.lang.String version,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
UserDefinedSymbolization userDefinedSymbolization,
OperationsMetadata metadata,
Layer layer)
Constructor initializing the class with the WMPSCapabilities |
Uses of ServiceProvider in org.deegree.ogcwebservices.wmps.configuration |
---|
Constructors in org.deegree.ogcwebservices.wmps.configuration with parameters of type ServiceProvider | |
---|---|
WMPSConfiguration(java.lang.String version,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
UserDefinedSymbolization userDefinedSymbolization,
OperationsMetadata metadata,
Layer layer,
WMPSDeegreeParams deegreeParams,
java.net.URL baseURL)
Generates a new WFSConfiguration instance from the given parameters. |
Uses of ServiceProvider in org.deegree.ogcwebservices.wps.capabilities |
---|
Constructors in org.deegree.ogcwebservices.wps.capabilities with parameters of type ServiceProvider | |
---|---|
WPSCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents)
|
Uses of ServiceProvider in org.deegree.ogcwebservices.wps.configuration |
---|
Constructors in org.deegree.ogcwebservices.wps.configuration with parameters of type ServiceProvider | |
---|---|
WPSConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
WPSDeegreeParams wpsDeegreeParams)
Constructor initializes WPSConfiguration from passed parameters |
Uses of ServiceProvider in org.deegree.ogcwebservices.wpvs.capabilities |
---|
Constructors in org.deegree.ogcwebservices.wpvs.capabilities with parameters of type ServiceProvider | |
---|---|
WPVSCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
Dataset dataset)
Creates a new wpvsCapabilities object from the given parameters. |
Uses of ServiceProvider in org.deegree.ogcwebservices.wpvs.configuration |
---|
Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type ServiceProvider | |
---|---|
WPVSConfiguration(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents,
Dataset dataset,
WPVSDeegreeParams wpvsParams,
double smallestMinimalScaleDenomiator)
|
Uses of ServiceProvider in org.deegree.owscommon |
---|
Methods in org.deegree.owscommon that return ServiceProvider | |
---|---|
ServiceProvider |
OWSCommonCapabilities.getServiceProvider()
|
ServiceProvider |
OWSCommonCapabilitiesDocument.getServiceProvider()
Returns the class representation for the ServiceProvider section of the
document. |
Methods in org.deegree.owscommon with parameters of type ServiceProvider | |
---|---|
protected static void |
XMLFactory.appendServiceProvider(org.w3c.dom.Element root,
ServiceProvider serviceProvider)
Appends the DOM representation of the ServiceProvider - section to the passed Element . |
void |
OWSCommonCapabilities.setServiceProvider(ServiceProvider serviceProvider)
|
Constructors in org.deegree.owscommon with parameters of type ServiceProvider | |
---|---|
OWSCommonCapabilities(java.lang.String version,
java.lang.String updateSequence,
ServiceIdentification serviceIdentification,
ServiceProvider serviceProvider,
OperationsMetadata operationsMetadata,
Contents contents)
Constructor to be used from the implementing subclasses. |
|
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