|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schema | |
---|---|
org.geotools.data.wfs.v1_0_0 | |
org.geotools.data.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 | Overview This package provides the necessary tools to parse an XML instance document using the XMLSAXHandler and DocumentFactory. |
org.geotools.xml.handlers.xsi | Overview This package contains information about xml schemas, and processes to create parse and interpret Schema. |
org.geotools.xml.schema | Schema Interfaces Overview This package is intended to provide all the necessary interfaces to semantically represent an XML Schema. |
org.geotools.xml.styling | |
org.geotools.xml.wfs | |
org.geotools.xml.xLink |
Uses of Schema in org.geotools.data.wfs.v1_0_0 |
---|
Methods in org.geotools.data.wfs.v1_0_0 that return Schema | |
---|---|
Schema |
WFSSchemaFactory.WFSRootHandler.getSchema()
|
Uses of Schema in org.geotools.data.wms.xml |
---|
Classes in org.geotools.data.wms.xml that implement Schema | |
---|---|
class |
OGCSchema
|
class |
WMSSchema
|
Methods in org.geotools.data.wms.xml that return Schema | |
---|---|
Schema[] |
WMSSchema.getImports()
|
Schema[] |
OGCSchema.getImports()
|
static Schema |
WMSSchema.getInstance()
|
Uses of Schema in org.geotools.xml |
---|
Methods in org.geotools.xml that return Schema | |
---|---|
Schema |
PrintHandler.getDocumentSchema()
Returns the default Schema for the document being printed |
static Schema |
SchemaFactory.getInstance(String targetNamespace)
|
static Schema |
SchemaFactory.getInstance(URI targetNamespace)
Returns an instance of the targetNamespace if it can be found ... null otherwise. targetNamespaces which can be found are either hard-coded namespaces (SchemaFactory.properties), have already been parsed or were registered. |
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 | |
---|---|
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 hints)
Write value to file using provided schema. |
static void |
DocumentWriter.writeDocument(Object value,
Schema schema,
Writer w,
Map hints)
Entry Point to Document writer. |
static void |
DocumentWriter.writeFragment(Object value,
Schema schema,
File f,
Map hints)
Write value to file using provided schema. |
static void |
DocumentWriter.writeFragment(Object value,
Schema schema,
Writer w,
Map hints)
Entry Point to Document writer. |
static void |
DocumentWriter.writeSchema(Schema schema,
Writer w,
Map hints)
DOCUMENT ME! |
Uses of Schema in org.geotools.xml.filter |
---|
Classes in org.geotools.xml.filter that implement Schema | |
---|---|
class |
FilterSchema
DOCUMENT ME! |
Methods in org.geotools.xml.filter that return Schema | |
---|---|
Schema[] |
FilterSchema.getImports()
|
Uses of Schema in org.geotools.xml.gml |
---|
Classes in org.geotools.xml.gml that implement Schema | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected Schema |
SchemaHandler.compress(URI thisURI)
creates a smaller, more compact version of the schema |
Schema |
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 | |
---|---|
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 | |
---|---|
class |
sldSchema
|
Methods in org.geotools.xml.styling that return Schema | |
---|---|
Schema[] |
sldSchema.getImports()
|
Uses of Schema in org.geotools.xml.wfs |
---|
Classes in org.geotools.xml.wfs that implement Schema | |
---|---|
class |
WFSSchema
This class represents a hard coded, java interpreted version of the WFS WFS-basic schema. |
Methods in org.geotools.xml.wfs that return Schema | |
---|---|
Schema[] |
WFSSchema.getImports()
|
static Schema |
WFSSchema.getInstance()
|
Uses of Schema in org.geotools.xml.xLink |
---|
Classes in org.geotools.xml.xLink that implement Schema | |
---|---|
class |
XLinkSchema
This class is a hard-coded version of the XLink Schema. |
Methods in org.geotools.xml.xLink that return Schema | |
---|---|
Schema[] |
XLinkSchema.getImports()
|
static Schema |
XLinkSchema.getInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |