Package org.geotools.wfs.v2_0
Class WFSCapabilities
XSD for wfs 1.0. capabilities document; for non capabilities use
WFS
, as it's based on a different schema.- See Also:
-
Field Summary
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addDependencies
(Set dependencies) Subclass hook to add additional dependencies.static final WFSCapabilities
Returns the singleton instance.The namespace uri of the schema.The location on the local disk of the top level .xsd file which defines the schema.Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
Constructor Details
-
WFSCapabilities
public WFSCapabilities()
-
-
Method Details
-
getInstance
Returns the singleton instance. -
addDependencies
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getSchemaLocation
Description copied from class:XSD
The location on the local disk of the top level .xsd file which defines the schema.- Specified by:
getSchemaLocation
in classXSD
-
getNamespaceURI
Description copied from class:XSD
The namespace uri of the schema.- Specified by:
getNamespaceURI
in classXSD
-