Package org.geotools.gml3.v3_2.gss
Class GSS
-
public final class GSS extends GML.DelegatingXSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.isotc211.org/2005/gss schema.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameGM_Object_PropertyTypestatic QNameGM_Point_PropertyTypestatic StringNAMESPACE-
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<XSD> dependencies)Subclass hook to add additional dependencies.protected SchemabuildTypeSchema()Sets up the schema which maps xml schema types to attribute types.static GSSgetInstance()Returns the singleton instance.StringgetNamespaceURI()Returns 'http://www.isotc211.org/2005/gss'.StringgetSchemaLocation()Returns the location of 'gss.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 Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
GM_Object_PropertyType
public static final QName GM_Object_PropertyType
-
GM_Point_PropertyType
public static final QName GM_Point_PropertyType
-
-
Method Detail
-
getInstance
public static final GSS getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set<XSD> dependencies)
Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
addDependenciesin classXSD
-
buildTypeSchema
protected Schema buildTypeSchema()
Description copied from class:XSDSets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchemain classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.isotc211.org/2005/gss'.- Specified by:
getNamespaceURIin classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'gss.xsd.'.- Specified by:
getSchemaLocationin classXSD
-
-