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 voidaddDependencies(Set dependencies) Subclass hook to add additional dependencies.static final WFSCapabilitiesReturns 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:XSDSubclass hook to add additional dependencies.- Overrides:
addDependenciesin classXSD
-
getSchemaLocation
Description copied from class:XSDThe location on the local disk of the top level .xsd file which defines the schema.- Specified by:
getSchemaLocationin classXSD
-
getNamespaceURI
Description copied from class:XSDThe namespace uri of the schema.- Specified by:
getNamespaceURIin classXSD
-