Uses of Interface
org.geotools.gml.GMLHandlerJTS
-
Packages that use GMLHandlerJTS Package Description org.geotools.gml Reads GML files and translates them into Java objects.org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. -
-
Uses of GMLHandlerJTS in org.geotools.gml
Classes in org.geotools.gml that implement GMLHandlerJTS Modifier and Type Class Description classGMLFilterFeatureLEVEL3 GML filter: translates JTS elements and attribute data into features.classTestHandlerSimple test implementation ofGMLHandlerJTS.Constructors in org.geotools.gml with parameters of type GMLHandlerJTS Constructor Description GMLFilterGeometry(GMLHandlerJTS parent)Constructor with parent, which must implement GMLHandlerJTS. -
Uses of GMLHandlerJTS in org.geotools.xml.filter
Classes in org.geotools.xml.filter that implement GMLHandlerJTS Modifier and Type Class Description classFilterFilterCreates an OGC filter using a SAX filter.
-