Uses of Class
com.luciad.ogc.ows.model.TLcdOWSOnlineResource
Packages that use 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
Subclasses of TLcdOWSOnlineResource in com.luciad.ogc.ows.modelModifier and TypeClassDescriptionclassThis class represents a HTTP request method for an operation, specifying a connection point URL and an optional list of constraints.Methods in com.luciad.ogc.ows.model that return TLcdOWSOnlineResourceModifier and TypeMethodDescriptionTLcdOWSContact.getOnlineResource()Returns the value of the property that maps to theOnlineResourceelement.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSOnlineResourceModifier and TypeMethodDescriptionvoidTLcdOWSContact.setOnlineResource(TLcdOWSOnlineResource aValue) Sets the value of the property that maps to theOnlineResourceelement. -
Uses of TLcdOWSOnlineResource in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdOWSOnlineResourceModifier and TypeMethodDescriptionTLcdOGCWMSURL.getOnlineResource()Returns the online resource (required to be notnull). -
Uses of TLcdOWSOnlineResource in com.luciad.wms.server
Methods in com.luciad.wms.server that return TLcdOWSOnlineResourceModifier and TypeMethodDescriptionILcdWMSOnlineResourceResolver.resolveOnlineResource(int aType, TLcdOWSOnlineResource[] aOnlineResources, ALcdWMSLayer aSourceLayer, ALcdWMSLayerStyle aSourceLayerStyle, TLcdWMSRequestContext aWMSRequestContext) Returns the online resource(s) corresponding to the supplied type.Methods in com.luciad.wms.server with parameters of type TLcdOWSOnlineResourceModifier 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
Methods in com.luciad.wms.server.model that return TLcdOWSOnlineResourceModifier and TypeMethodDescriptionTLcdWMSURL.getOnlineResource()Returns the online resource (required to be notnull).Constructors in com.luciad.wms.server.model with parameters of type TLcdOWSOnlineResourceModifierConstructorDescriptionTLcdWMSURL(TLcdOWSOnlineResource aOnlineResource, String aName, String aType, String aFormat) Creates a newTLcdWMSURLwith the given parameters.TLcdWMSURL(TLcdOWSOnlineResource aOnlineResource, String aName, String aType, String aFormat, int aWidth, int aHeight) Creates a newTLcdWMSURLwith the given parameters.