Class GeoDataController.NodeInfo<T extends Node<?>>
- java.lang.Object
-
- org.openforis.collect.web.controller.GeoDataController.NodeInfo<T>
-
- Direct Known Subclasses:
GeoDataController.CoordinateAttributePoint,GeoDataController.GeometryNodeInfo
- Enclosing class:
- GeoDataController
public abstract static class GeoDataController.NodeInfo<T extends Node<?>> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAttrDefId()intgetAttrId()intgetRecId()List<String>getRecKeys()List<GeoDataController.RecordDataItem>getRecordData()CollectRecord.StepgetRecStep()
-
-
-
Constructor Detail
-
NodeInfo
public NodeInfo(T node)
-
-
Method Detail
-
getRecId
public int getRecId()
-
getRecStep
public CollectRecord.Step getRecStep()
-
getRecordData
public List<GeoDataController.RecordDataItem> getRecordData()
-
getAttrId
public int getAttrId()
-
getAttrDefId
public int getAttrDefId()
-
-