Package org.geotools.gml3.v3_2.gsr
Class GSR
This interface contains the qualified names of all the types,elements, and attributes in the
http://www.isotc211.org/2005/gsr schema.
-
Field Summary
FieldsFields 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 Schema
Sets up the schema which maps xml schema types to attribute types.static final GSR
Returns the singleton instance.Returns 'http://www.isotc211.org/2005/gsr'.Returns the location of 'gsr.xsd.'.Methods inherited from class GML.DelegatingXSD
buildSchema
Methods inherited from class XSD
allDependencies, buildTypeMappingProfile, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
Field Details
-
NAMESPACE
- See Also:
-
SC_CRS_PropertyType
-
-
Method Details
-
getInstance
Returns the singleton instance. -
addDependencies
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
buildTypeSchema
Description copied from class:XSD
Sets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchema
in classXSD
-
getNamespaceURI
Returns 'http://www.isotc211.org/2005/gsr'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Returns the location of 'gsr.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-