|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.gml.geometry.CRSFinder
public class CRSFinder
Finds a CRS definition in a GML instance. The first valid definition found will be stored, traversal in this case is aborted.
Constructor Summary | |
---|---|
CRSFinder()
|
Method Summary | |
---|---|
CRSDefinition |
getDefinition()
Get the CRS definition found during traversal. |
void |
reset()
Reset for reuse |
boolean |
visit(Group group,
QName name)
Visit a group that is not an Instance . |
boolean |
visit(Instance instance,
QName name)
Visit an instance. |
boolean |
visit(Object value,
QName name)
Visit a value that is neither Instance nor Group . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRSFinder()
Method Detail |
---|
public boolean visit(Instance instance, QName name)
InstanceTraversalCallback
visit
in interface InstanceTraversalCallback
instance
- the instancename
- the property name the instance is a value of,
null
if it is the traversal root
InstanceTraversalCallback.visit(Instance, QName)
public boolean visit(Group group, QName name)
InstanceTraversalCallback
Instance
.
visit
in interface InstanceTraversalCallback
group
- the groupname
- the property name the group is a value of, null
if it is the traversal root
InstanceTraversalCallback.visit(Group, QName)
public boolean visit(Object value, QName name)
InstanceTraversalCallback
Instance
nor Group
.
visit
in interface InstanceTraversalCallback
value
- the valuename
- the property name the object is a value of, null
if it is the traversal root
InstanceTraversalCallback.visit(Object, QName)
public CRSDefinition getDefinition()
null
public void reset()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |