| org.geoserver.wfs.xml.v1_1_0.WFSSchemaLocator
WFSSchemaLocator | public class WFSSchemaLocator extends SchemaLocator (Code) | | Schema locator which adds types defined in applications schemas to the wfs schema proper.
author: Justin Deoliveira, The Open Planning Project |
catalog | Data catalog(Code) | | catalog used to look up application schema types
|
createSchema | protected XSDSchema createSchema(String baseUrl) throws Exception(Code) | | Creates the schema using this SchemaLocator. Note that in order to locate
schemas, you need to know *where* the schemas are, and they might be
in different places, depending on who's calling the server. Thus the
baseUrl parameter.
Parameters: baseUrl - If this parameter is not null, its value will be used as the startingpoint for figuring out the baseUrl for any schemas built with this class. throws: Exception - |
|
|