org.geotools.ows
Class OWS

Object
  extended by XSD
      extended by OWS

public final class OWS
extends XSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/ows schema.

Module:
modules/extension/xsd-ows (gt-xsd-ows.jar)

Field Summary
static QName _DCP
           
static QName _ExceptionReport
           
static QName _HTTP
           
static QName _Operation
           
static QName _OperationsMetadata
           
static QName _ServiceIdentification
           
static QName _ServiceProvider
           
static QName Abstract
           
static QName AbstractMetaData
           
static QName AcceptFormatsType
           
static QName AcceptVersionsType
           
static QName AccessConstraints
           
static QName AddressType
           
static QName AvailableCRS
           
static QName BoundingBox
           
static QName BoundingBoxType
           
static QName CapabilitiesBaseType
           
static QName CodeType
           
static QName ContactInfo
           
static QName ContactType
           
static QName DCP
           
static QName DescriptionType
           
static QName DomainType
           
static QName Exception
           
static QName ExceptionReport
           
static QName ExceptionType
           
static QName ExtendedCapabilities
           
static QName Fees
           
static QName GetCapabilities
           
static QName GetCapabilitiesType
           
static QName HTTP
           
static QName IdentificationType
           
static QName Identifier
           
static QName IndividualName
           
static QName Keywords
           
static QName KeywordsType
           
static QName Language
           
static QName Metadata
           
static QName MetadataType
           
static QName MimeType
           
static String NAMESPACE
           
static QName OnlineResourceType
           
static QName Operation
           
static QName OperationsMetadata
           
static QName OrganisationName
           
static QName OutputFormat
           
static QName PointOfContact
           
static QName PositionName
           
static QName PositionType
           
static QName PositionType2D
           
static QName RequestMethodType
           
static QName ResponsiblePartySubsetType
           
static QName ResponsiblePartyType
           
static QName Role
           
static QName SectionsType
           
static QName ServiceIdentification
           
static QName ServiceProvider
           
static QName ServiceType
           
static QName SupportedCRS
           
static QName TelephoneType
           
static QName Title
           
static QName UpdateSequenceType
           
static QName VersionType
           
static QName WGS84BoundingBox
           
static QName WGS84BoundingBoxType
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static OWS getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.opengis.net/ows'.
 String getSchemaLocation()
          Returns the location of 'owsAll.xsd.'.
 
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

AcceptFormatsType

public static final QName AcceptFormatsType

AcceptVersionsType

public static final QName AcceptVersionsType

AddressType

public static final QName AddressType

BoundingBoxType

public static final QName BoundingBoxType

CapabilitiesBaseType

public static final QName CapabilitiesBaseType

CodeType

public static final QName CodeType

ContactType

public static final QName ContactType

DescriptionType

public static final QName DescriptionType

DomainType

public static final QName DomainType

ExceptionType

public static final QName ExceptionType

GetCapabilitiesType

public static final QName GetCapabilitiesType

IdentificationType

public static final QName IdentificationType

KeywordsType

public static final QName KeywordsType

MetadataType

public static final QName MetadataType

MimeType

public static final QName MimeType

OnlineResourceType

public static final QName OnlineResourceType

PositionType

public static final QName PositionType

PositionType2D

public static final QName PositionType2D

RequestMethodType

public static final QName RequestMethodType

ResponsiblePartySubsetType

public static final QName ResponsiblePartySubsetType

ResponsiblePartyType

public static final QName ResponsiblePartyType

SectionsType

public static final QName SectionsType

ServiceType

public static final QName ServiceType

TelephoneType

public static final QName TelephoneType

UpdateSequenceType

public static final QName UpdateSequenceType

VersionType

public static final QName VersionType

WGS84BoundingBoxType

public static final QName WGS84BoundingBoxType

_DCP

public static final QName _DCP

_ExceptionReport

public static final QName _ExceptionReport

_HTTP

public static final QName _HTTP

_Operation

public static final QName _Operation

_OperationsMetadata

public static final QName _OperationsMetadata

_ServiceIdentification

public static final QName _ServiceIdentification

_ServiceProvider

public static final QName _ServiceProvider

Abstract

public static final QName Abstract

AbstractMetaData

public static final QName AbstractMetaData

AccessConstraints

public static final QName AccessConstraints

AvailableCRS

public static final QName AvailableCRS

BoundingBox

public static final QName BoundingBox

ContactInfo

public static final QName ContactInfo

DCP

public static final QName DCP

Exception

public static final QName Exception

ExceptionReport

public static final QName ExceptionReport

ExtendedCapabilities

public static final QName ExtendedCapabilities

Fees

public static final QName Fees

GetCapabilities

public static final QName GetCapabilities

HTTP

public static final QName HTTP

Identifier

public static final QName Identifier

IndividualName

public static final QName IndividualName

Keywords

public static final QName Keywords

Language

public static final QName Language

Metadata

public static final QName Metadata

Operation

public static final QName Operation

OperationsMetadata

public static final QName OperationsMetadata

OrganisationName

public static final QName OrganisationName

OutputFormat

public static final QName OutputFormat

PointOfContact

public static final QName PointOfContact

PositionName

public static final QName PositionName

Role

public static final QName Role

ServiceIdentification

public static final QName ServiceIdentification

ServiceProvider

public static final QName ServiceProvider

SupportedCRS

public static final QName SupportedCRS

Title

public static final QName Title

WGS84BoundingBox

public static final QName WGS84BoundingBox
Method Detail

getInstance

public static final OWS getInstance()
Returns the singleton instance.


addDependencies

protected void addDependencies(Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getNamespaceURI

public String getNamespaceURI()
Returns 'http://www.opengis.net/ows'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public String getSchemaLocation()
Returns the location of 'owsAll.xsd.'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2009 Geotools. All Rights Reserved.