Uses of Class
com.luciad.ogc.ows.model.TLcdOWSUnsupportedVersionException
Packages that use TLcdOWSUnsupportedVersionException
Package
Description
Provides API for implementing an OGC Catalog
Client.Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
This package provides support for the OGC Web Map Tile Service (WMTS).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdOWSUnsupportedVersionException in com.luciad.ogc.csw.client
Methods in com.luciad.ogc.csw.client that throw TLcdOWSUnsupportedVersionExceptionModifier and TypeMethodDescriptionstatic TLcdCSWClientTLcdCSWClient.createCSWClient(URI aURI) Creates a new CSW client using the specified URI.static TLcdCSWClientTLcdCSWClient.createCSWClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new CSW client using the specified URI.static TLcdCSWClientTLcdCSWClient.createCSWClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData, Collection<TLcdDataModel> aUsedDataModels) Creates a new CSW client using the specified URI. -
Uses of TLcdOWSUnsupportedVersionException in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that throw TLcdOWSUnsupportedVersionExceptionModifier and TypeMethodDescriptionstatic TLcdWCSClientTLcdWCSClient.createWCSClient(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WCS client using the specified capabilities.static TLcdWCSClientTLcdWCSClient.createWCSClient(URI aURI) Creates a new WCS client using the specified URI.static TLcdWCSClientTLcdWCSClient.createWCSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WCS client using the specified URI.TLcdWCSClient.getCapabilities(TLcdWCSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.Constructors in com.luciad.ogc.wcs.client that throw TLcdOWSUnsupportedVersionExceptionModifierConstructorDescriptionprotectedTLcdWCSClient(TLcdWCSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWCSClientwith the given parameters.protectedTLcdWCSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWCSClientwith the given parameters. -
Uses of TLcdOWSUnsupportedVersionException in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that throw TLcdOWSUnsupportedVersionExceptionModifier and TypeMethodDescriptionstatic TLcdWFSClientTLcdWFSClient.createWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WFS client using the specified capabilities.static TLcdWFSClientTLcdWFSClient.createWFSClient(URI aURI) Creates a new WFS client using the specified URI.static TLcdWFSClientTLcdWFSClient.createWFSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WFS client using the specified URI.TLcdWFSClient.getCapabilities(TLcdWFSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.Constructors in com.luciad.ogc.wfs.client that throw TLcdOWSUnsupportedVersionExceptionModifierConstructorDescriptionprotectedTLcdWFSClient(TLcdWFSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWFSClientwith the given parameters.protectedTLcdWFSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWFSClientwith the given parameters. -
Uses of TLcdOWSUnsupportedVersionException in com.luciad.ogc.wmts.client
Constructors in com.luciad.ogc.wmts.client that throw TLcdOWSUnsupportedVersionExceptionModifierConstructorDescriptionTLcdWMTSClient(URI aUri) Create a client.TLcdWMTSClient(URI aUri, ILcdTransport aTransport) Create a client.TLcdWMTSClient(URI aUri, ILcdOWSTransport aTransport) Create a client. -
Uses of TLcdOWSUnsupportedVersionException in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that throw TLcdOWSUnsupportedVersionExceptionModifier and TypeMethodDescriptionstatic TLcdWMSClientTLcdWMSClient.createWMSClient(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a new WMS client using the specified capabilities.static TLcdWMSClientTLcdWMSClient.createWMSClient(URI aURI) Creates a new WMS client using the specified URI.static TLcdWMSClientTLcdWMSClient.createWMSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a new WMS client using the specified URI.TLcdWMSClient.getCapabilities(TLcdWMSGetCapabilitiesRequest aRequest) Performs the 'GetCapabilities' request.Constructors in com.luciad.wms.client.model that throw TLcdOWSUnsupportedVersionExceptionModifierConstructorDescriptionprotectedTLcdWMSClient(ALcdOGCWMSCapabilities aCapabilities, ILcdOWSTransport aTransport) Creates a newTLcdWMSClientwith the given parameters.protectedTLcdWMSClient(URI aURI, ILcdOWSTransport aTransport, Object aTransportData) Creates a newTLcdWMSClientwith the given parameters.