Package org.gvsig.gpe.prov.gml.utils
Class GmlGeometries
java.lang.Object
org.gvsig.gpe.prov.gml.utils.GmlGeometries
class invalid input: '<' Geometries > *
It contains the standard tags specified in GML 2.x *
Also, it has functions to parse geometry tags. *
This class help us with the "gml" namespace. *
*
- Author:
- Carlos Sánchez Periñán (sanchez_carper@gva.es) *
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisGeometryGML(org.gvsig.xmlpull.lib.api.stream.IQName tag) It search a tag in the geometry hashtable -if it isn't, then returns false.static booleanisGML(org.gvsig.xmlpull.lib.api.stream.IQName tag) Return if the tag is a geometry
-
Constructor Details
-
GmlGeometries
public GmlGeometries()
-
-
Method Details
-
isGeometryGML
public static boolean isGeometryGML(org.gvsig.xmlpull.lib.api.stream.IQName tag) It search a tag in the geometry hashtable -if it isn't, then returns false. -else it is a GML 2.x stardard geometry and return true- Returns:
-
isGML
public static boolean isGML(org.gvsig.xmlpull.lib.api.stream.IQName tag) Return if the tag is a geometry- Parameters:
tag- XML tag to compare- Returns:
- true if the tag is a geometry
-