Uses of Class
org.openstreetmap.josm.data.osm.AbstractPrimitive
-
Packages that use AbstractPrimitive Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of AbstractPrimitive in org.openstreetmap.josm.data.osm
Subclasses of AbstractPrimitive in org.openstreetmap.josm.data.osm Modifier and Type Class Description classNodeOne node data, consisting of one world coordinate waypoint.classNodeDataThe data on a single node (tags and position) that is stored in the databaseclassOsmPrimitiveclassPrimitiveDataThis class can be used to save properties of OsmPrimitive.classRelationA relation, having a set of tags and any number (0...n) of members.classRelationDataRelation data.classWayOne full way, consisting of a list of waynodes.classWayDataThe data (tags and node ids) that is stored for a way in the database.Methods in org.openstreetmap.josm.data.osm with parameters of type AbstractPrimitive Modifier and Type Method Description voidAbstractPrimitive. cloneFrom(AbstractPrimitive other)Get and write all attributes from the parameter. -
Uses of AbstractPrimitive in org.openstreetmap.josm.data.vector
Subclasses of AbstractPrimitive in org.openstreetmap.josm.data.vector Modifier and Type Class Description classVectorNodeThe "Node" type of a vector layerclassVectorPrimitiveThe base class for Vector primitivesclassVectorRelationThe "Relation" type for vectorsclassVectorWayThe "Way" type for a Vector layer -
Uses of AbstractPrimitive in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io with type parameters of type AbstractPrimitive Modifier and Type Field Description protected static java.util.Comparator<AbstractPrimitive>OsmWriter. byIdComparatorSorts-1→-infinity, then+1→+infinity
-