Package | Description |
---|---|
com.luciad.ogc.csw.model |
Provides API for modeling OGC Catalog Service domain concepts.
|
com.luciad.ogc.ows.model |
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.
|
com.luciad.ogc.wcs.client |
Client API for an OGC Web Coverage Service (WCS).
|
com.luciad.ogc.wfs.client |
Client API for an OGC Web Feature Service (WFS).
|
com.luciad.wms.client.model |
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdCSWGetRecordByIdRequest
Convenience operation to retrieve default record representations by
identifier .Aside from this identifier, a valid request should specify a version and an element set name
to specify which properties of the output record to include in the response. |
class |
TLcdCSWGetRecordsRequest
The principal means of searching the catalogue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TLcdOWSHttpTransport.canPerformRequest(TLcdOWSOperation aOperation,
ILcdOWSRequest aRequest) |
default boolean |
ILcdOWSTransport.canPerformRequest(TLcdOWSOperation aOperation,
ILcdOWSRequest aRequest)
Fast check to see whether or not this transport is capable of performing the request.
|
protected void |
TLcdOWSHttpTransport.configureConnection(URI aURI,
ILcdOWSRequest aRequest,
HttpURLConnection aConnection)
Configures the specified connection.
|
protected TLcdOWSInputStream |
TLcdOWSHttpTransport.handleResponse(URI aURI,
ILcdOWSRequest aRequest,
int aResponse,
String aResponseMessage,
Map aHeaderFields)
This method is called if an error response code is received from the HTTP server
and if the content of response is not a service exception.
|
TLcdOWSInputStream |
TLcdOWSHttpTransport.performRequest(TLcdOWSOperation aOperation,
ILcdOWSRequest aRequest)
Performs the specified operation passing in the parameters defined in the request object.
|
TLcdOWSInputStream |
ILcdOWSTransport.performRequest(TLcdOWSOperation aOperation,
ILcdOWSRequest aRequest)
Performs the specified operation passing in the parameters defined in the request object.
|
protected void |
TLcdOWSHttpTransport.sendData(HttpURLConnection aConnection,
ILcdOWSRequest aRequest,
String aMethod)
Writes request data to the given connection, if required by the request method.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdWCSDescribeCoverageRequest
A WCS
DescribeCoverage request. |
class |
TLcdWCSGetCapabilitiesRequest
A WCS
GetCapabilities request. |
class |
TLcdWCSGetCoverageRequest
A WCS
GetCoverage request. |
Modifier and Type | Method and Description |
---|---|
protected TLcdOWSInputStream |
TLcdWCSClient.performRequest(String aOperationName,
ILcdOWSRequest aRequest)
Performs a WCS request.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdWFSDescribeFeatureTypeRequest
A WFS
DescribeFeatureType request. |
class |
TLcdWFSGetCapabilitiesRequest
A WFS
GetCapabilities request. |
class |
TLcdWFSGetFeatureRequest
A WFS
GetFeature request. |
class |
TLcdWFSGetFeatureWithLockRequest
A WFS
GetFeatureWithLock request. |
class |
TLcdWFSLockFeatureRequest
A WFS
LockFeature request. |
class |
TLcdWFSTransactionRequest
A WFS
Transaction request. |
Modifier and Type | Method and Description |
---|---|
protected TLcdOWSInputStream |
TLcdWFSClient.performRequest(String aOperationName,
ILcdOWSRequest aRequest)
Performs a WFS request.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdWMSDescribeLayerRequest
A class which represents a WMS
DescribeLayer request. |
class |
TLcdWMSGetCapabilitiesRequest
A class which represents a WMS
GetCapabilities request. |
class |
TLcdWMSGetFeatureInfoRequest
A class which represents a WMS
GetFeatureInfo request. |
class |
TLcdWMSGetLegendGraphicRequest
A class which represents a WMS
GetLegendGraphic request. |
class |
TLcdWMSGetMapRequest
A class which represents a WMS
GetMap request. |
Modifier and Type | Method and Description |
---|---|
protected TLcdOWSInputStream |
TLcdWMSClient.performRequest(String aOperationName,
ILcdOWSRequest aRequest)
Performs a WMS request.
|