Uses of Class
org.episteme.social.geography.loaders.gml.GMLDocument
Packages that use GMLDocument
Package
Description
Core functionality for the org.episteme.social.geography.loaders.gml package in the Episteme library.
-
Uses of GMLDocument in org.episteme.social.geography.loaders.gml
Subclasses with type arguments of type GMLDocument in org.episteme.social.geography.loaders.gmlMethods in org.episteme.social.geography.loaders.gml that return GMLDocumentModifier and TypeMethodDescriptionprotected GMLDocumentGMLReader.loadFromSource(String resourceId) Reads GML data from a file.GMLReader.read(InputStream input) Reads GML data from an input stream.Methods in org.episteme.social.geography.loaders.gml that return types with arguments of type GMLDocumentMethods in org.episteme.social.geography.loaders.gml with parameters of type GMLDocumentModifier and TypeMethodDescriptionGMLBridge.toGeoMap(GMLDocument gmlDoc) Converts GML document to Episteme GeoMap.