Modifier and Type | Method and Description |
---|---|
I18NString |
CreativeNamer.generateCreativeName(OSMWithTags way) |
I18NString |
WayPropertySet.getCreativeNameForWay(OSMWithTags way) |
protected I18NString |
OpenStreetMapModule.Handler.getNameForWay(OSMWithTags way,
String id) |
Modifier and Type | Method and Description |
---|---|
AreaEdge |
DefaultStreetEdgeFactory.createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
AreaEdge |
StreetEdgeFactory.createAreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
StreetEdge |
DefaultStreetEdgeFactory.createEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back) |
StreetEdge |
StreetEdgeFactory.createEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back) |
Modifier and Type | Field and Description |
---|---|
protected I18NString |
OSMWithTags.creativeName |
Modifier and Type | Method and Description |
---|---|
I18NString |
OSMWithTags.getAssumedName()
Returns a name-like value for an entity (if one exists).
|
Modifier and Type | Method and Description |
---|---|
void |
OSMWithTags.setCreativeName(I18NString creativeName) |
Modifier and Type | Field and Description |
---|---|
I18NString |
Alert.alertDescriptionText |
I18NString |
Alert.alertHeaderText |
I18NString |
Alert.alertUrl |
Modifier and Type | Field and Description |
---|---|
I18NString |
BikeRentalStation.name |
Modifier and Type | Method and Description |
---|---|
I18NString |
NamedArea.getRawName() |
I18NString |
StreetEdge.getRawName()
Gets non-localized I18NString (Used when splitting edges)
|
Modifier and Type | Method and Description |
---|---|
void |
NamedArea.setName(I18NString name) |
void |
StreetEdge.setName(I18NString name) |
Constructor and Description |
---|
AreaEdge(IntersectionVertex startEndpoint,
IntersectionVertex endEndpoint,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permissions,
boolean back,
AreaEdgeList area) |
PartialStreetEdge(StreetEdge parentEdge,
StreetVertex v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
StreetEdge(StreetVertex v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permission,
boolean back) |
StreetWithElevationEdge(StreetVertex v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length,
StreetTraversalPermission permission,
boolean back) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
StreetVertex v1,
TemporarySplitterVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
StreetVertex v1,
TemporaryStreetLocation v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
TemporarySplitterVertex v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
TemporaryStreetLocation v1,
StreetVertex v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
TemporaryPartialStreetEdge(StreetEdge parentEdge,
TemporaryStreetLocation v1,
TemporaryStreetLocation v2,
com.vividsolutions.jts.geom.LineString geometry,
I18NString name,
double length) |
Constructor and Description |
---|
Vertex(Graph g,
String label,
double x,
double y,
I18NString name) |
Modifier and Type | Method and Description |
---|---|
static TemporaryStreetLocation |
StreetVertexIndexServiceImpl.createTemporaryStreetLocation(Graph graph,
String label,
I18NString name,
Iterable<StreetEdge> edges,
com.vividsolutions.jts.geom.Coordinate nearestPoint,
boolean endVertex)
Creates a TemporaryStreetLocation on the given street (set of PlainStreetEdges).
|
Constructor and Description |
---|
StreetLocation(String id,
com.vividsolutions.jts.geom.Coordinate nearestPoint,
I18NString name) |
TemporaryStreetLocation(String id,
com.vividsolutions.jts.geom.Coordinate nearestPoint,
I18NString name,
boolean endVertex) |
Modifier and Type | Method and Description |
---|---|
I18NString |
StreetVertex.getIntersectionName(Locale locale)
Creates intersection name out of all outgoing names
This can be:
- name of the street if it is only 1
- unnamedStreed (localized in requested language) if it doesn't have a name
- corner of 0 and 1 (localized corner of zero and first street in the corner)
|
Constructor and Description |
---|
IntersectionVertex(Graph g,
String label,
double x,
double y,
I18NString name) |
OsmVertex(Graph g,
String label,
double x,
double y,
long nodeId,
I18NString name) |
ParkAndRideVertex(Graph g,
String label,
String id,
double x,
double y,
I18NString name) |
StreetVertex(Graph g,
String label,
com.vividsolutions.jts.geom.Coordinate coord,
I18NString streetName) |
StreetVertex(Graph g,
String label,
double x,
double y,
I18NString streetName) |
Modifier and Type | Class and Description |
---|---|
class |
LocalizedString
This is used to localize strings for which localization are known beforehand.
|
class |
NonLocalizedString
This is to support strings which can't be localized.
|
class |
TranslatedString
This is for translated strings for which translations are read from OSM or GTFS alerts.
|
Modifier and Type | Method and Description |
---|---|
static I18NString |
TranslatedString.getI18NString(Map<String,String> translations)
Gets an interned I18NString.
|
Copyright © 2018. All rights reserved.