Class GmlGeometries

java.lang.Object
org.gvsig.gpe.prov.gml.utils.GmlGeometries

public class GmlGeometries extends Object
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    static boolean
    isGML(org.gvsig.xmlpull.lib.api.stream.IQName tag)
    Return if the tag is a geometry

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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