| Modifier | Constructor and Description |
|---|---|
protected |
GMLObject() |
protected |
GMLObject(java.lang.String gmlId) |
| Modifier and Type | Method and Description |
|---|---|
GMLObject |
clone() |
java.lang.String |
getGMLId()
The id from the
gml:id attribute. |
void |
setGMLId(java.lang.String gmlId) |
abstract void |
visit(GMLObjectSwitch gmlObjectSwitch)
Apply
GMLObjectSwitch visitor pattern. |
protected GMLObject()
protected GMLObject(java.lang.String gmlId)
public java.lang.String getGMLId()
gml:id attribute.public void setGMLId(java.lang.String gmlId)
public abstract void visit(GMLObjectSwitch gmlObjectSwitch)
GMLObjectSwitch visitor pattern.