Uses of Interface
org.geotools.xml.schema.Schema
-
Packages that use Schema Package Description org.geotools.ows.wms.xml org.geotools.xml Package supporting XML parsing with a focus on GML.org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation.org.geotools.xml.gml org.geotools.xml.handlers Overvieworg.geotools.xml.handlers.xsi Overvieworg.geotools.xml.schema Schema Interfacesorg.geotools.xml.styling org.geotools.xml.xLink -
-
Uses of Schema in org.geotools.ows.wms.xml
Classes in org.geotools.ows.wms.xml that implement Schema Modifier and Type Class Description class
OGCSchema
class
WMSSchema
Methods in org.geotools.ows.wms.xml that return Schema Modifier and Type Method Description Schema[]
OGCSchema. getImports()
Schema[]
WMSSchema. getImports()
static Schema
WMSSchema. getInstance()
-
Uses of Schema in org.geotools.xml
Methods in org.geotools.xml that return Schema Modifier and Type Method Description Schema
PrintHandler. getDocumentSchema()
Returns the default Schema for the document being printedstatic Schema
SchemaFactory. getInstance(String targetNamespace)
static Schema
SchemaFactory. getInstance(URI targetNamespace)
Returns an instance of the targetNamespace if it can be found ... null otherwise.static Schema
SchemaFactory. getInstance(URI targetNamespace, InputStream is1)
static Schema
SchemaFactory. getInstance(URI targetNamespace, InputStream is1, Level level)
static Schema
SchemaFactory. getInstance(URI targetNamespace, URI desiredSchema)
Returns an instance of the desired class.static Schema
SchemaFactory. getInstance(URI targetNamespace, URI desiredSchema, Level level)
Returns an instance of the desired class.Schema
XSISAXHandler. getSchema()
getSchema purpose.static Schema[]
SchemaFactory. getSchemas(String prefix)
Methods in org.geotools.xml with parameters of type Schema Modifier and Type Method Description static void
SchemaFactory. registerSchema(URI targetNamespace, Schema schema)
Registers a Schema instance with the factory.static void
DocumentWriter. writeDocument(Object value, Schema schema, File f, Map<String,Object> hints)
Write value to file using provided schema.static void
DocumentWriter. writeDocument(Object value, Schema schema, Writer w, Map<String,Object> hints)
Entry Point to Document writer.static void
DocumentWriter. writeFragment(Object value, Schema schema, File f, Map<String,Object> hints)
Write value to file using provided schema.static void
DocumentWriter. writeFragment(Object value, Schema schema, Writer w, Map<String,Object> hints)
Entry Point to Document writer.static void
DocumentWriter. writeSchema(Schema schema, Writer w, Map<String,Object> hints)
-
Uses of Schema in org.geotools.xml.filter
Classes in org.geotools.xml.filter that implement Schema Modifier and Type Class Description class
FilterSchema
Schema for parsing filter content.Methods in org.geotools.xml.filter that return Schema Modifier and Type Method Description Schema[]
FilterSchema. getImports()
-
Uses of Schema in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement Schema Modifier and Type Class Description class
GMLSchema
This class represents a hard coded, java interpreted version of the GML 2.1.2 schema.Methods in org.geotools.xml.gml that return Schema Modifier and Type Method Description Schema[]
GMLSchema. getImports()
static Schema
GMLSchema. getInstance()
-
Uses of Schema in org.geotools.xml.handlers
Methods in org.geotools.xml.handlers with parameters of type Schema Modifier and Type Method Description protected void
ElementHandlerFactory. startPrefixMapping(String prefix, Schema targ)
-
Uses of Schema in org.geotools.xml.handlers.xsi
Methods in org.geotools.xml.handlers.xsi that return Schema Modifier and Type Method Description protected Schema
SchemaHandler. compress(URI thisURI)
creates a smaller, more compact version of the schemaSchema
RootHandler. getSchema()
intended to be called after the parse, this generates a Schema object from the schema which was parsed in. -
Uses of Schema in org.geotools.xml.schema
Methods in org.geotools.xml.schema that return Schema Modifier and Type Method Description Schema[]
Schema. getImports()
This method is intended to provide a list of public Imports defined by this Schema. -
Uses of Schema in org.geotools.xml.styling
Classes in org.geotools.xml.styling that implement Schema Modifier and Type Class Description class
sldSchema
Methods in org.geotools.xml.styling that return Schema Modifier and Type Method Description Schema[]
sldSchema. getImports()
-
Uses of Schema in org.geotools.xml.xLink
Classes in org.geotools.xml.xLink that implement Schema Modifier and Type Class Description class
XLinkSchema
This class is a hard-coded version of the XLink Schema.Methods in org.geotools.xml.xLink that return Schema Modifier and Type Method Description Schema[]
XLinkSchema. getImports()
static Schema
XLinkSchema. getInstance()
-