Package org.geotools.data.ows


package org.geotools.data.ows
  • Class
    Description
    Each Open Web Service typically defines an operation that describes what operations it supports and what data it holds.
    This abstract class provides a building block for one to implement an Open Web Service (OWS) client.
    A class that provides functionality for performing basic requests
    Represents a base object for a Capabilities document
    Represents a GetCapabilitiesRequest.
    Base class for GetCapabilities responses.
    Represents an operation used by Open Web Services for requests and responses.
    This represents a Request to be made against a Open Web Service.
    Provides a base class for Responses from an OWS.
    This is a data model for the Open Web Service (OWS) metadata.
    Utility class that will parse ServiceExceptions out of an inputStream.
    Provides support for the Open Web Service Specificaitons.
    Checks URIs/URLs/locations to confirm if they are allowed for use.
     
    Scans for all available URLChecker implementations, allows to register new ones, and provides a convenient method to apply them on a given location.