Uses of Class
org.openstreetmap.josm.data.osm.AbstractPrimitive

Packages that use AbstractPrimitive
org.openstreetmap.josm.data.osm   
 

Uses of AbstractPrimitive in org.openstreetmap.josm.data.osm
 

Subclasses of AbstractPrimitive in org.openstreetmap.josm.data.osm
 class Node
          One node data, consisting of one world coordinate waypoint.
 class NodeData
           
 class OsmPrimitive
          An OSM primitive can be associated with a key/value pair.
 class PrimitiveData
          This class can be used to save properties of OsmPrimitive.
 class Relation
          An relation, having a set of tags and any number (0...n) of members.
 class RelationData
           
 class Way
          One full way, consisting of a list of way nodes.
 class WayData
           
 

Methods in org.openstreetmap.josm.data.osm with parameters of type AbstractPrimitive
 void AbstractPrimitive.cloneFrom(AbstractPrimitive other)
          Get and write all attributes from the parameter.
 



JOSM