org.geotools.wcs.v2_0
Class WCSEO

Object
  extended by XSD
      extended by WCSEO

public final class WCSEO
extends XSD

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


Field Summary
static QName DescribeEOCoverageSetType
           
static String NAMESPACE
           
static QName Section
           
static QName Sections
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
static WCSEO getInstance()
          Returns the singleton instance.
 String getNamespaceURI()
          Returns 'http://www.opengis.net/wcs/2.0'.
 String getSchemaLocation()
          Returns the location of 'wcsAll.xsd.'.
 
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, 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

DescribeEOCoverageSetType

public static final QName DescribeEOCoverageSetType

Sections

public static final QName Sections

Section

public static final QName Section
Method Detail

getInstance

public static final WCSEO 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/wcs/2.0'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2014 Geotools. All Rights Reserved.