Package org.geotools.wmts
Class WMTS
This interface contains the qualified names of all the types,elements, and attributes in the
http://www.opengis.net/wmts/1.0 schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final String
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final String
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.protected XSDSchema
Builds the schema from the .xsd file specified byXSD.getSchemaLocation()
static final WMTS
Returns the singleton instance.Returns 'http://www.opengis.net/wmts/1.0'.Returns the location of 'wmts.xsd.'.Methods inherited from class XSD
allDependencies, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
Field Details
-
NAMESPACE
- See Also:
-
WMTSGetCapabilitiesResponseSchemalocation
- See Also:
-
AcceptedFormatsType
-
ContentsType
-
GetCapabilitiesValueType
-
GetFeatureInfoValueType
-
GetTileValueType
-
LayerType
-
RequestServiceType
-
SectionsType
-
URLTemplateType
-
VersionType
-
_BinaryPayload
-
_Capabilities
-
_Dimension
-
_DimensionNameValue
-
_FeatureInfoResponse
-
_GetCapabilities
-
_GetFeatureInfo
-
_GetTile
-
_LegendURL
-
_Style
-
_TextPayload
-
_Theme
-
_Themes
-
_TileMatrix
-
_TileMatrixLimits
-
_TileMatrixSet
-
_TileMatrixSetLimits
-
_TileMatrixSetLink
-
BinaryPayload
-
Capabilities
-
Dimension
-
DimensionNameValue
-
FeatureInfoResponse
-
GetCapabilities
-
GetFeatureInfo
-
GetTile
-
Layer
-
LegendURL
-
Style
-
TextPayload
-
Theme
-
Themes
-
TileMatrix
-
TileMatrixLimits
-
TileMatrixSet
-
TileMatrixSetLimits
-
TileMatrixSetLink
-
-
Method Details
-
buildSchema
Description copied from class:XSD
Builds the schema from the .xsd file specified byXSD.getSchemaLocation()
This method may be extended, but should not be overridden.
- Overrides:
buildSchema
in classXSD
- Throws:
IOException
-
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/wmts/1.0'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Returns the location of 'wmts.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-