Uses of Interface
org.geotools.xsd.ParserDelegate
-
Packages that use ParserDelegate Package Description org.geotools.filter.v1_1 org.geotools.filter.v2_0 org.geotools.gml2 org.geotools.gml3 org.geotools.wcs.v2_0 org.geotools.wfs org.geotools.wfs.v2_0.bindings org.geotools.xsd -
-
Uses of ParserDelegate in org.geotools.filter.v1_1
Classes in org.geotools.filter.v1_1 that implement ParserDelegate Modifier and Type Class Description class
FilterParserDelegate
Parser delegate for the Filter 1.1 schema. -
Uses of ParserDelegate in org.geotools.filter.v2_0
Classes in org.geotools.filter.v2_0 that implement ParserDelegate Modifier and Type Class Description class
FESParserDelegate
Parser delegate for the FES schema. -
Uses of ParserDelegate in org.geotools.gml2
Classes in org.geotools.gml2 that implement ParserDelegate Modifier and Type Class Description class
GMLParserDelegate
Parser delegate for GML 2. -
Uses of ParserDelegate in org.geotools.gml3
Classes in org.geotools.gml3 that implement ParserDelegate Modifier and Type Class Description class
GMLParserDelegate
Parser delegate for GML 3. -
Uses of ParserDelegate in org.geotools.wcs.v2_0
Classes in org.geotools.wcs.v2_0 that implement ParserDelegate Modifier and Type Class Description class
InterpolationParserDelegate
class
RangeSubsetParserDelegate
class
ScalingParserDelegate
-
Uses of ParserDelegate in org.geotools.wfs
Classes in org.geotools.wfs that implement ParserDelegate Modifier and Type Class Description class
WFSParserDelegate
Parser delegate for WFS. -
Uses of ParserDelegate in org.geotools.wfs.v2_0.bindings
Classes in org.geotools.wfs.v2_0.bindings that implement ParserDelegate Modifier and Type Class Description class
ParameterParserDelegate
class
QueryExpressionTextDelegate
-
Uses of ParserDelegate in org.geotools.xsd
Subinterfaces of ParserDelegate in org.geotools.xsd Modifier and Type Interface Description interface
ParserDelegate2
Extension ofParserDelegate
used to stage new interface methods.Classes in org.geotools.xsd that implement ParserDelegate Modifier and Type Class Description class
XSDParserDelegate
Parser delegate which which uses the xsd framework to parse.
-