Package org.geotools.wfs.v2_0
Class WFSCapabilities
-
public final class WFSCapabilities extends XSD
XSD for wfs 1.0. capabilities document; for non capabilities useWFS
, as it's based on a different schema.- See Also:
WFSCapabilitiesConfiguration
-
-
Field Summary
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Constructor Summary
Constructors Constructor Description WFSCapabilities()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addDependencies(Set dependencies)
Subclass hook to add additional dependencies.static WFSCapabilities
getInstance()
Returns the singleton instance.String
getNamespaceURI()
The namespace uri of the schema.String
getSchemaLocation()
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
-
-
-
-
Method Detail
-
getInstance
public static final WFSCapabilities getInstance()
Returns the singleton instance.
-
addDependencies
protected void addDependencies(Set dependencies)
Description copied from class:XSD
Subclass hook to add additional dependencies.- Overrides:
addDependencies
in classXSD
-
getSchemaLocation
public String 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
public String getNamespaceURI()
Description copied from class:XSD
The namespace uri of the schema.- Specified by:
getNamespaceURI
in classXSD
-
-