Package org.geotools.geopkg.wps.xml
Class GPKG
-
public final class GPKG extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.opengis.net/gpkg schema.
-
-
Field Summary
Fields Modifier and Type Field Description static QName
bboxtype
static QName
coveragetype
static QName
geopackage
static QName
geopkgtype
static QName
geopkgtype_features
static QName
geopkgtype_tiles
static QName
gridsettype
static QName
gridsettype_grids
static QName
gridtype
static QName
layertype
static String
NAMESPACE
static QName
overview
static QName
parametertype
-
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<XSD> dependencies)
Subclass hook to add additional dependencies.static GPKG
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://www.opengis.net/gpkg'.String
getSchemaLocation()
Returns the location of 'gpkg.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
-
coveragetype
public static final QName coveragetype
-
geopkgtype
public static final QName geopkgtype
-
gridsettype
public static final QName gridsettype
-
gridtype
public static final QName gridtype
-
layertype
public static final QName layertype
-
geopkgtype_features
public static final QName geopkgtype_features
-
geopkgtype_tiles
public static final QName geopkgtype_tiles
-
gridsettype_grids
public static final QName gridsettype_grids
-
bboxtype
public static final QName bboxtype
-
geopackage
public static final QName geopackage
-
overview
public static final QName overview
-
parametertype
public static final QName parametertype
-
-
Method Detail
-
getInstance
public static final GPKG getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set<XSD> 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/gpkg'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'gpkg.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-