Class GMLGeometries

java.lang.Object
org.gvsig.remoteclient.wfs.schema.type.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
    Class constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    It search a tag in the feature hashtable -if it isn't, then returns false.
    boolean
    It search a tag in the geometry hashtable -if it isn't, then returns false.
    boolean
    It search a tag in the both of GML hashtables -if it isn't, then returns false.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GMLGeometries

      public GMLGeometries(String actual)
      Class constructor
  • Method Details

    • isGML

      public boolean isGML()
      It search a tag in the both of GML hashtables -if it isn't, then returns false. -else it is a GML 2.x stardard tag and return true
      Returns:
      boolean
    • isGeometryGML

      public boolean isGeometryGML()
      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:
      boolean
    • isFeatureGML

      public boolean isFeatureGML()
      It search a tag in the feature hashtable -if it isn't, then returns false. -else it is a GML 2.x stardard feature tag and return true
      Returns:
      boolean