org.gvsig.remoteclient.wfs.schema.type
Class GMLGeometries

java.lang.Object
  extended by org.gvsig.remoteclient.wfs.schema.type.GMLGeometries

public class GMLGeometries
extends java.lang.Object

class < 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
GMLGeometries(java.lang.String actual)
          Class constructor
 
Method Summary
 boolean isFeatureGML()
          It search a tag in the feature hashtable -if it isn't, then returns false.
 boolean isGeometryGML()
          It search a tag in the geometry hashtable -if it isn't, then returns false.
 boolean isGML()
          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 Detail

GMLGeometries

public GMLGeometries(java.lang.String actual)
Class constructor

Method Detail

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

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

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


Copyright © 2014 gvSIG Association. All Rights Reserved.