Class GMLDocument
java.lang.Object
org.episteme.social.geography.loaders.gml.GMLDocument
Represents a parsed GML (Geography Markup Language) document.
This DTO (Data Transfer Object) stores the hierarchical structure of GML features and their associated geometries.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(GMLFeature feature) voidsetSrsName(String srsName)
-
Constructor Details
-
GMLDocument
public GMLDocument()
-
-
Method Details
-
getSrsName
-
setSrsName
-
addFeature
-
getFeatures
-