Uses of Class
org.openstreetmap.josm.data.osm.NodeData
-
Packages that use NodeData Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory(edition revisions).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of NodeData in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return NodeData Modifier and Type Method Description NodeDataWayData. firstNode()NodeDataWayData. getNode(int index)NodeDataWayData. lastNode()NodeDataNodeData. makeCopy()NodeDataNode. save()Methods in org.openstreetmap.josm.data.osm that return types with arguments of type NodeData Modifier and Type Method Description java.util.List<NodeData>WayData. getNodes()Method parameters in org.openstreetmap.josm.data.osm with type arguments of type NodeData Modifier and Type Method Description voidWayData. setNodes(java.util.List<NodeData> nodes)Constructors in org.openstreetmap.josm.data.osm with parameters of type NodeData Constructor Description NodeData(NodeData data)Constructs a newNodeData. -
Uses of NodeData in org.openstreetmap.josm.data.osm.history
Methods in org.openstreetmap.josm.data.osm.history that return NodeData Modifier and Type Method Description NodeDataHistoryNode. fillPrimitiveData(NodeData data)Fills the node attributes with values from this history.Methods in org.openstreetmap.josm.data.osm.history with parameters of type NodeData Modifier and Type Method Description NodeDataHistoryNode. fillPrimitiveData(NodeData data)Fills the node attributes with values from this history. -
Uses of NodeData in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io with parameters of type NodeData Modifier and Type Method Description voidAbstractReader.NodeReader. accept(NodeData n)Reads the node tags.private NodeAbstractReader. addNode(NodeData nd, AbstractReader.NodeReader nodeReader)private voidOsmReader. parseNodeTags(NodeData n)
-