Package org.geotools.wcs.v2_0
Class RangeSubset
-
public final class RangeSubset extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/wcs/range-subsetting/1.0 schema.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
static QName
rangeIntervalType
static QName
rangeItemType
static QName
rangeSubsetType
Range subset extension *-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set dependencies)
Subclass hook to add additional dependencies.static RangeSubset
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://www.opengis.net/wcs/range-subsetting/1.0'.String
getSchemaLocation()
Returns the location of 'rsub.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 Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
rangeSubsetType
public static final QName rangeSubsetType
Range subset extension *
-
rangeItemType
public static final QName rangeItemType
-
rangeIntervalType
public static final QName rangeIntervalType
-
-
Method Detail
-
getInstance
public static final RangeSubset 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 classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.opengis.net/wcs/range-subsetting/1.0'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'rsub.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-