Package org.geotools.wcs.v2_0
Class WCSEO
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final String
static final QName
static final QName
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDependencies
(Set<XSD> dependencies) Subclass hook to add additional dependencies.static final WCSEO
Returns the singleton instance.Returns 'http://www.opengis.net/wcs/2.0'.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
-
Field Details
-
NAMESPACE
- See Also:
-
DescribeEOCoverageSetType
-
Sections
-
Section
-
-
Method Details
-
getInstance
Returns the singleton instance. -
addDependencies
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getNamespaceURI
Returns 'http://www.opengis.net/wcs/2.0'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Returns the location of 'wcsAll.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-