|
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.common.instance.geometry.GeometryFinder
public class GeometryFinder
Class to find geometries
Constructor Summary | |
---|---|
GeometryFinder(CRSDefinition crsDef)
Constructor for GeometryFinder with the CoordinateReferenceSystemDefinition |
Method Summary | |
---|---|
List<GeometryProperty<?>> |
getGeometries()
|
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 GeometryFinder(CRSDefinition crsDef)
crsDef
- The coordinate reference system definitionMethod 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(eu.esdihumboldt.hale.common.instance.model.Instance,
javax.xml.namespace.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(eu.esdihumboldt.hale.common.instance.model.Group,
javax.xml.namespace.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(java.lang.Object,
javax.xml.namespace.QName)
public List<GeometryProperty<?>> getGeometries()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |