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

Uses of Class
org.deegree.model.metadata.iso19115.OnlineResource

Packages that use OnlineResource
org.deegree.enterprise   
org.deegree.model.metadata.iso19115   
org.deegree.ogcbase Provides common classes to deal with an OGC conform service instance. 
org.deegree.ogcwebservices.csw.configuration   
org.deegree.ogcwebservices.sos   
org.deegree.ogcwebservices.sos.configuration   
org.deegree.ogcwebservices.sos.sensorml   
org.deegree.ogcwebservices.wass.common   
org.deegree.ogcwebservices.wass.was.configuration   
org.deegree.ogcwebservices.wass.wss.configuration   
org.deegree.ogcwebservices.wcs Web Coverage Service 1.1.7 (OGC WCS Version 1.0.0). 
org.deegree.ogcwebservices.wcs.configuration   
org.deegree.ogcwebservices.wfs.configuration   
org.deegree.ogcwebservices.wmps.configuration   
org.deegree.ogcwebservices.wms.configuration   
org.deegree.ogcwebservices.wps.configuration   
org.deegree.ogcwebservices.wpvs.capabilities   
org.deegree.ogcwebservices.wpvs.configuration   
org.deegree.owscommon_new   
 

Uses of OnlineResource in org.deegree.enterprise
 

Methods in org.deegree.enterprise that return OnlineResource
 OnlineResource DeegreeParams.getDefaultOnlineResource()
          Returns the defaultOnlineResource.
 

Methods in org.deegree.enterprise with parameters of type OnlineResource
 void DeegreeParams.setDefaultOnlineResource(OnlineResource defaultOnlineResource)
          Sets the defaultOnlineResource.
 

Constructors in org.deegree.enterprise with parameters of type OnlineResource
DeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit)
          Creates a new instance of DeegreeParams with characterSet set to UTF-8.
DeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet)
          Creates a new instance of DeegreeParams.
 

Uses of OnlineResource in org.deegree.model.metadata.iso19115
 

Methods in org.deegree.model.metadata.iso19115 that return OnlineResource
 OnlineResource ContactInfo.getOnLineResource()
           
 OnlineResource ISO19115Document.parseOnlineResource(Element root)
           
 

Methods in org.deegree.model.metadata.iso19115 with parameters of type OnlineResource
static void XMLFactory.appendOnlineResource(Element root, OnlineResource link)
          Appends the link.
static void XMLFactory.appendOnlineResource(Element root, OnlineResource link, String tagName)
          Appends an online resource in a newly created element in the OWS namespace.
 void ContactInfo.setOnLineResource(OnlineResource onlineresource)
           
 

Constructors in org.deegree.model.metadata.iso19115 with parameters of type OnlineResource
ContactInfo(Address address, String contactinstructions, String hoursofservice, OnlineResource onlineresource, Phone phone)
          Creates a new instance of ContactInfo
 

Uses of OnlineResource in org.deegree.ogcbase
 

Methods in org.deegree.ogcbase that return OnlineResource
protected  OnlineResource OGCDocument.parseOnLineResource(Element element)
          Creates an OnLineResource instance from the passed element.
 

Methods in org.deegree.ogcbase with parameters of type OnlineResource
protected static void XMLFactory.appendOnlineResource(Element xmlNode, String elementName, OnlineResource onlineResource, URI namespaceURI)
          Appends the DOM representation of a simple XLink -element to the passed Element.
 

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

Methods in org.deegree.ogcwebservices.csw.configuration that return OnlineResource
 OnlineResource[] CatalogueDeegreeParams.getCatalogAddresses()
           
 OnlineResource Datasource.getOnlineResource()
          returns the OnlineResource where to access the capabilities of the the OWS assigned with the Datasource
 OnlineResource CatalogueDeegreeParams.getTransformationInputXSLT()
           
 OnlineResource CatalogueDeegreeParams.getTransformationOutputXSLT()
           
 

Methods in org.deegree.ogcwebservices.csw.configuration with parameters of type OnlineResource
 void CatalogueDeegreeParams.setCatalogAddresses(OnlineResource[] catalogAddresses)
           
 void CatalogueDeegreeParams.setTransformationInputXSLT(OnlineResource xslt)
           
 void CatalogueDeegreeParams.setTransformationOutputXSLT(OnlineResource xslt)
           
 

Constructors in org.deegree.ogcwebservices.csw.configuration with parameters of type OnlineResource
CatalogueDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, SimpleLink wfsResource, OnlineResource[] catalogAddresses, JDBCConnection harvestRepository, String defaultOutputSchema, OnlineResource trans_in_xslt, OnlineResource trans_out_xslt)
          Creates a new CatalogDeegreeParams instance.
CatalogueDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, SimpleLink wfsResource, OnlineResource[] catalogAddresses, JDBCConnection harvestRepository, String defaultOutputSchema, OnlineResource trans_in_xslt, OnlineResource trans_out_xslt)
          Creates a new CatalogDeegreeParams instance.
Datasource(OnlineResource onlineResource, OGCWebService dataService)
           
 

Uses of OnlineResource in org.deegree.ogcwebservices.sos
 

Methods in org.deegree.ogcwebservices.sos that return OnlineResource
protected  OnlineResource ComponentDescriptionDocument.getOnlineResource(Node node)
           
 

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

Constructors in org.deegree.ogcwebservices.sos.configuration with parameters of type OnlineResource
SOSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, int sourceServerTimeLimit, SensorConfiguration[] sensorConfigs, PlatformConfiguration[] platformConfigs, SourceServerConfiguration[] sourceServerConfigs)
          constructor
 

Uses of OnlineResource in org.deegree.ogcwebservices.sos.sensorml
 

Methods in org.deegree.ogcwebservices.sos.sensorml that return OnlineResource
 OnlineResource Reference.getOnLineResource()
           
 

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

Constructors in org.deegree.ogcwebservices.wass.common with parameters of type OnlineResource
GetSessionWASHandler(OnlineResource address, int sessionLifetime)
          Creates new instance using a wass SecurityAccessManager instance to create and instantiate the deegree SecurityAccessManager.
 

Uses of OnlineResource in org.deegree.ogcwebservices.wass.was.configuration
 

Methods in org.deegree.ogcwebservices.wass.was.configuration that return OnlineResource
 OnlineResource WASDeegreeParams.getWASAddress()
          returns the address of the WAS to be used to authenticate users
 

Constructors in org.deegree.ogcwebservices.wass.was.configuration with parameters of type OnlineResource
WASDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, OnlineResource wasAddress, int sessionLifetime, JDBCConnection database)
           
WASDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, OnlineResource wasAddress, int sessionLifetime, JDBCConnection database)
           
 

Uses of OnlineResource in org.deegree.ogcwebservices.wass.wss.configuration
 

Methods in org.deegree.ogcwebservices.wass.wss.configuration that return OnlineResource
 OnlineResource WSSDeegreeParams.getSecuredServiceAddress()
          returns the online resource to access the capabilities of the service hidden behind a WSS
 OnlineResource WSSDeegreeParams.getWASAddress()
          returns the address of the WAS to be used to authenticate users
 

Constructors in org.deegree.ogcwebservices.wass.wss.configuration with parameters of type OnlineResource
WSSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, OnlineResource securedServiceAddress, OnlineResource wasAddress, int sessionLifetime, JDBCConnection db)
           
WSSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, OnlineResource securedServiceAddress, OnlineResource wasAddress, int sessionLifetime, JDBCConnection db)
           
 

Uses of OnlineResource in org.deegree.ogcwebservices.wcs
 

Methods in org.deegree.ogcwebservices.wcs with parameters of type OnlineResource
protected static void XMLFactory.appendOnlineResource(Element ciNode, OnlineResource olr)
          appends a XML representation of the passed OnLineResource to the passed XmlNode
 

Uses of OnlineResource in org.deegree.ogcwebservices.wcs.configuration
 

Constructors in org.deegree.ogcwebservices.wcs.configuration with parameters of type OnlineResource
WCSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String[] directoryList)
          creates an instance of a class containing the deegree specific global configuration parameters for a WCS
 

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

Constructors in org.deegree.ogcwebservices.wfs.configuration with parameters of type OnlineResource
WFSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, String[] dataDirectories, File lockManagerDirectory)
          Creates a new WFSDeegreeParams instance.
WFSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, String[] dataDirectories, File lockManagerDirectory, boolean checkUTMZones)
           
WFSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, String[] dataDirectories, File lockManagerDirectory, boolean checkUTMZones, boolean switchAxes)
           
WFSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, String[] dataDirectories, File lockManagerDirectory, boolean checkUTMZones, boolean switchAxes, boolean printGeomGmlIds)
           
 

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

Constructors in org.deegree.ogcwebservices.wmps.configuration with parameters of type OnlineResource
WMPSDeegreeParams(int cacheSize, int maxLifeTime, int requestTimeLimit, float mapQuality, OnlineResource defaultOnlineResource, int maxMapWidth, int maxMapHeight, boolean antiAliased, String copyRight, GazetteerParam gazetteer, URL schemaLocation, URL dtdLocation, Proxy proxy, List<String> synchList, CacheDatabase cacheDatabase, PrintMapParam printMapParam)
          Create a new WMPSDeegreeParams instance.
 

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

Constructors in org.deegree.ogcwebservices.wms.configuration with parameters of type OnlineResource
WMSDeegreeParams(int cacheSize, int maxLifeTime, int requestTimeLimit, float mapQuality, OnlineResource defaultOnlineResource, int maxMapWidth, int maxMapHeight, boolean antiAliased, int featureInfoRadius, String copyRight, URL schemaLocation, URL dtdLocation, Proxy proxy, List<String> supportedVersions, URL featureSchemaLocation, String featureSchemaNamespace, boolean filtersAllowed)
           
WMSDeegreeParams(int cacheSize, int maxLifeTime, int requestTimeLimit, float mapQuality, OnlineResource defaultOnlineResource, int maxMapWidth, int maxMapHeight, boolean antiAliased, int featureInfoRadius, String copyRight, URL schemaLocation, URL dtdLocation, Proxy proxy, List<String> supportedVersions, URL featureSchemaLocation, String featureSchemaNamespace, boolean filtersAllowed, String defaultPNGFormat)
           
 

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

Constructors in org.deegree.ogcwebservices.wps.configuration with parameters of type OnlineResource
WPSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String[] processDirectories, RequestQueueManager requestQueueManager)
           
 

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

Methods in org.deegree.ogcwebservices.wpvs.capabilities with parameters of type OnlineResource
protected  OperationsMetadata WPVSCapabilitiesDocument.parseOperationsMetadata(OnlineResource defaultOnlineResource)
          Creates and returns a new OperationsMetadata object.
 

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

Constructors in org.deegree.ogcwebservices.wpvs.configuration with parameters of type OnlineResource
WPVSDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, String copyright, boolean watermarked, int maxLifeTime, float viewQuality, Map<String,URL> backgroundMap, int maxWidth, int maxHeight, boolean requestQualityPreferred, double maximumFarClippingPlane, double nearClippingPlane, String defaultSplitter, double minimalTerrainHeight, double minimalWCS_DGMResolution, double extendRequestPercentage, int maxTextureDimension, int quadMergeCount, boolean antialiasingEnabled)
           
 

Uses of OnlineResource in org.deegree.owscommon_new
 

Methods in org.deegree.owscommon_new that return OnlineResource
 OnlineResource ServiceProvider.getProviderSite()
           
 

Methods in org.deegree.owscommon_new that return types with arguments of type OnlineResource
 List<OnlineResource> HTTP.getLinks()
           
 List<OnlineResource> Content.getOtherSources()
           
 

Constructors in org.deegree.owscommon_new with parameters of type OnlineResource
ServiceProvider(String providerName, OnlineResource providerSite, CitedResponsibleParty serviceContact)
          Standard constructor that initializes all encapsulated data.
 

Constructor parameters in org.deegree.owscommon_new with type arguments of type OnlineResource
Content(List<OnlineResource> otherSources)
          Standard constructor that initializes all encapsulated data.
HTTP(List<OnlineResource> links, List<List<DomainType>> constraints, List<HTTP.Type> types)
          Standard constructor that initializes all encapsulated data.
 


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