|
deegree 2.5 (2011/06/29 09:44 build-8-official) | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.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(org.w3c.dom.Element root)
|
Methods in org.deegree.model.metadata.iso19115 with parameters of type OnlineResource | |
---|---|
static void |
XMLFactory.appendOnlineResource(org.w3c.dom.Element root,
OnlineResource link)
Appends the link. |
static void |
XMLFactory.appendOnlineResource(org.w3c.dom.Element root,
OnlineResource link,
java.lang.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,
java.lang.String contactinstructions,
java.lang.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(org.w3c.dom.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(org.w3c.dom.Element xmlNode,
java.lang.String elementName,
OnlineResource onlineResource,
java.net.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,
java.lang.String characterSet,
SimpleLink wfsResource,
OnlineResource[] catalogAddresses,
JDBCConnection harvestRepository,
java.lang.String defaultOutputSchema,
OnlineResource trans_in_xslt,
OnlineResource trans_out_xslt)
Creates a new CatalogDeegreeParams instance. |
|
CatalogueDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
SimpleLink wfsResource,
OnlineResource[] catalogAddresses,
JDBCConnection harvestRepository,
java.lang.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(org.w3c.dom.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,
java.lang.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,
java.lang.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,
java.lang.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(org.w3c.dom.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,
java.lang.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,
java.lang.String characterSet,
java.lang.String[] dataDirectories,
java.io.File lockManagerDirectory)
Creates a new WFSDeegreeParams instance. |
|
WFSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
java.lang.String[] dataDirectories,
java.io.File lockManagerDirectory,
boolean checkUTMZones)
|
|
WFSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
java.lang.String[] dataDirectories,
java.io.File lockManagerDirectory,
boolean checkUTMZones,
boolean switchAxes)
|
|
WFSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
java.lang.String characterSet,
java.lang.String[] dataDirectories,
java.io.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,
java.lang.String copyRight,
GazetteerParam gazetteer,
java.net.URL schemaLocation,
java.net.URL dtdLocation,
Proxy proxy,
java.util.List<java.lang.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,
java.lang.String copyRight,
java.net.URL schemaLocation,
java.net.URL dtdLocation,
Proxy proxy,
java.util.List<java.lang.String> supportedVersions,
java.net.URL featureSchemaLocation,
java.lang.String featureSchemaNamespace,
boolean filtersAllowed)
|
|
WMSDeegreeParams(int cacheSize,
int maxLifeTime,
int requestTimeLimit,
float mapQuality,
OnlineResource defaultOnlineResource,
int maxMapWidth,
int maxMapHeight,
boolean antiAliased,
int featureInfoRadius,
java.lang.String copyRight,
java.net.URL schemaLocation,
java.net.URL dtdLocation,
Proxy proxy,
java.util.List<java.lang.String> supportedVersions,
java.net.URL featureSchemaLocation,
java.lang.String featureSchemaNamespace,
boolean filtersAllowed,
java.lang.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,
java.lang.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,
java.lang.String characterSet,
java.lang.String copyright,
boolean watermarked,
int maxLifeTime,
float viewQuality,
java.util.Map<java.lang.String,java.net.URL> backgroundMap,
int maxWidth,
int maxHeight,
boolean requestQualityPreferred,
double maximumFarClippingPlane,
double nearClippingPlane,
java.lang.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 | |
---|---|
java.util.List<OnlineResource> |
HTTP.getLinks()
|
java.util.List<OnlineResource> |
Content.getOtherSources()
|
Constructors in org.deegree.owscommon_new with parameters of type OnlineResource | |
---|---|
ServiceProvider(java.lang.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(java.util.List<OnlineResource> otherSources)
Standard constructor that initializes all encapsulated data. |
|
HTTP(java.util.List<OnlineResource> links,
java.util.List<java.util.List<DomainType>> constraints,
java.util.List<HTTP.Type> types)
Standard constructor that initializes all encapsulated data. |
|
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