|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gvsig.remoteclient.wfs.schema.type.GMLGeometries
public class GMLGeometries
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. * *
| 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 |
|---|
public GMLGeometries(java.lang.String actual)
| Method Detail |
|---|
public boolean isGML()
public boolean isGeometryGML()
public boolean isFeatureGML()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||