Package org.geotools.wcs.v2_0
Class Scaling
-
public final class Scaling extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/WCS_service-extension_scaling/1.0 schema.
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACEstatic QNameScaleAxesByFactorTypestatic QNameScaleAxisTypestatic QNameScaleByFactorTypestatic QNameScaleToExtentTypestatic QNameScaleToSizeTypestatic QNameScalingTypestatic QNameTargetAxisExtentTypestatic QNameTargetAxisSizeType-
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDependencies(Set dependencies)Subclass hook to add additional dependencies.static ScalinggetInstance()Returns the singleton instance.StringgetNamespaceURI()Returns 'http://www.opengis.net/WCS_service-extension_scaling/1.0'.StringgetSchemaLocation()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
-
ScalingType
public static final QName ScalingType
-
ScaleByFactorType
public static final QName ScaleByFactorType
-
ScaleAxesByFactorType
public static final QName ScaleAxesByFactorType
-
ScaleAxisType
public static final QName ScaleAxisType
-
ScaleToSizeType
public static final QName ScaleToSizeType
-
TargetAxisSizeType
public static final QName TargetAxisSizeType
-
ScaleToExtentType
public static final QName ScaleToExtentType
-
TargetAxisExtentType
public static final QName TargetAxisExtentType
-
-
Method Detail
-
getInstance
public static final Scaling getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set dependencies)
Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
addDependenciesin classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.opengis.net/WCS_service-extension_scaling/1.0'.- Specified by:
getNamespaceURIin classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'rsub.xsd.'.- Specified by:
getSchemaLocationin classXSD
-
-