Class GMLGeometries
java.lang.Object
org.gvsig.remoteclient.wfs.schema.type.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 TypeMethodDescriptionbooleanIt search a tag in the feature hashtable -if it isn't, then returns false.booleanIt search a tag in the geometry hashtable -if it isn't, then returns false.booleanisGML()It search a tag in the both of GML hashtables -if it isn't, then returns false.
-
Constructor Details
-
GMLGeometries
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
-