Uses of Class
com.luciad.ogc.ows.model.TLcdOWSOnlineResource
Package
Description
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
Implementation of the OGC Web Map Service (WMS) specification.
Modeling of server capabilities.
-
Uses of TLcdOWSOnlineResource in com.luciad.ogc.ows.model
Modifier and TypeClassDescriptionclass
This class represents a HTTP request method for an operation, specifying a connection point URL and an optional list of constraints.Modifier and TypeMethodDescriptionTLcdOWSContact.getOnlineResource()
Returns the value of the property that maps to theOnlineResource
element.Modifier and TypeMethodDescriptionvoid
TLcdOWSContact.setOnlineResource
(TLcdOWSOnlineResource aValue) Sets the value of the property that maps to theOnlineResource
element. -
Uses of TLcdOWSOnlineResource in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdOGCWMSURL.getOnlineResource()
Returns the online resource (required to be notnull
). -
Uses of TLcdOWSOnlineResource in com.luciad.wms.server
Modifier and TypeMethodDescriptionILcdWMSOnlineResourceResolver.resolveOnlineResource
(int aType, TLcdOWSOnlineResource[] aOnlineResources, ALcdWMSLayer aSourceLayer, ALcdWMSLayerStyle aSourceLayerStyle, TLcdWMSRequestContext aWMSRequestContext) Returns the online resource(s) corresponding to the supplied type.Modifier and TypeMethodDescriptionILcdWMSOnlineResourceResolver.resolveOnlineResource
(int aType, TLcdOWSOnlineResource[] aOnlineResources, ALcdWMSLayer aSourceLayer, ALcdWMSLayerStyle aSourceLayerStyle, TLcdWMSRequestContext aWMSRequestContext) Returns the online resource(s) corresponding to the supplied type. -
Uses of TLcdOWSOnlineResource in com.luciad.wms.server.model
Modifier and TypeMethodDescriptionTLcdWMSURL.getOnlineResource()
Returns the online resource (required to be notnull
).ModifierConstructorDescriptionTLcdWMSURL
(TLcdOWSOnlineResource aOnlineResource, String aName, String aType, String aFormat) Creates a newTLcdWMSURL
with the given parameters.TLcdWMSURL
(TLcdOWSOnlineResource aOnlineResource, String aName, String aType, String aFormat, int aWidth, int aHeight) Creates a newTLcdWMSURL
with the given parameters.