Uses of Interface
org.openstreetmap.josm.data.osm.Stylable
-
Packages that use Stylable Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.vector -
-
Uses of Stylable in org.openstreetmap.josm.data.osm
Subinterfaces of Stylable in org.openstreetmap.josm.data.osm Modifier and Type Interface Description interface
INode
interface
IPrimitive
IPrimitive captures the common functions ofOsmPrimitive
andPrimitiveData
.interface
IRelation<M extends IRelationMember<?>>
IRelation captures the common functions ofRelation
andRelationData
.interface
IWay<N extends INode>
Classes in org.openstreetmap.josm.data.osm that implement Stylable Modifier and Type Class Description class
AbstractPrimitive
Abstract class to represent common features of the datatypes primitives.class
Node
One node data, consisting of one world coordinate waypoint.class
NodeData
The data on a single node (tags and position) that is stored in the databaseclass
OsmPrimitive
class
PrimitiveData
This class can be used to save properties of OsmPrimitive.class
Relation
A relation, having a set of tags and any number (0...n) of members.class
RelationData
Relation data.class
Way
One full way, consisting of a list of waynodes
.class
WayData
The data (tags and node ids) that is stored for a way in the database. -
Uses of Stylable in org.openstreetmap.josm.data.vector
Classes in org.openstreetmap.josm.data.vector that implement Stylable Modifier and Type Class Description class
VectorNode
The "Node" type of a vector layerclass
VectorPrimitive
The base class for Vector primitivesclass
VectorRelation
The "Relation" type for vectorsclass
VectorWay
The "Way" type for a Vector layer
-