Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(Feature) - Method in interface com.geodesk.feature.Filter
-
Checks whether the given feature should be included in the query results.
- accept(Feature, Geometry) - Method in interface com.geodesk.feature.Filter
-
Checks whether the given feature should be included in the query results.
- acceptedTypes() - Method in interface com.geodesk.feature.Filter
- add(Feature) - Method in class com.geodesk.util.MapMaker
- add(Bounds) - Method in class com.geodesk.util.MapMaker
-
Adds a
Marker
for the given bounding box. - add(Iterable<? extends Feature>) - Method in class com.geodesk.util.MapMaker
- add(Geometry) - Method in class com.geodesk.util.MapMaker
- addTo(Collection<Feature>) - Method in interface com.geodesk.feature.Features
-
Adds all features in this collection to the given collection.
- area() - Method in interface com.geodesk.feature.Feature
-
Measures the area of a feature.
- area() - Method in interface com.geodesk.geom.Bounds
- area(Geometry) - Static method in class com.geodesk.geom.Mercator
-
Calculates the area of the given geometry (in square meters).
- atLonLat(double, double) - Static method in class com.geodesk.geom.Box
-
Creates a
Box
that covers a single point. - attribution(String) - Method in class com.geodesk.util.MapMaker
-
Sets the attribution displayed on the map.
- atXY(int, int) - Static method in class com.geodesk.geom.Box
-
Creates a
Box
that covers a single point.
B
- belongsTo(Feature) - Method in interface com.geodesk.feature.Feature
- belongsToRelation() - Method in interface com.geodesk.feature.Feature
-
Checks whether this Feature is a member of a Relation.
- booleanValue(String) - Method in interface com.geodesk.feature.Feature
- bounds() - Method in interface com.geodesk.feature.Feature
-
Retrieves the bounding box of the feature.
- bounds() - Method in interface com.geodesk.feature.Filter
-
The maximum bounding box in which acceptable candidates can be found.
- bounds() - Method in class com.geodesk.util.Marker
- Bounds - Interface in com.geodesk.geom
- Box - Class in com.geodesk.geom
-
An axis-aligned bounding box.
- Box() - Constructor for class com.geodesk.geom.Box
-
Creates a null Box.
- Box(int, int) - Constructor for class com.geodesk.geom.Box
- Box(int, int, int, int) - Constructor for class com.geodesk.geom.Box
- Box(Bounds) - Constructor for class com.geodesk.geom.Box
- buffer(int) - Method in class com.geodesk.geom.Box
-
Expands or contracts all sides of this bounding box by a specified number of imps.
- bufferMeters(double) - Method in class com.geodesk.geom.Box
-
Expands or contracts all sides of this bounding box by a specified number of meters.
C
- castRay(int[], double, double) - Static method in class com.geodesk.geom.XY
-
Fast but non-robust method to check how many times a line from a point intersects the given segments, using the ray-casting algorithm.
- centerX() - Method in interface com.geodesk.geom.Bounds
- centerY() - Method in interface com.geodesk.geom.Bounds
- close() - Method in class com.geodesk.feature.FeatureLibrary
-
Closes the library and releases its resources.
- color(String) - Method in class com.geodesk.util.Marker
-
Specifies the color of this Marker.
- com.geodesk.feature - package com.geodesk.feature
- com.geodesk.geom - package com.geodesk.geom
- com.geodesk.util - package com.geodesk.util
- compare(long, long) - Static method in class com.geodesk.feature.FeatureId
- connectedTo(Feature) - Method in interface com.geodesk.feature.Features
-
Returns all features that have at least one common node with the given
Feature
. - connectedTo(Geometry) - Method in interface com.geodesk.feature.Features
-
Returns all features that have at least one common vertex with the given
Geometry
. - containing(Feature) - Method in interface com.geodesk.feature.Features
-
Returns all features that contain the given feature.
- containing(Geometry) - Method in interface com.geodesk.feature.Features
-
Returns all features that contain the given
Geometry
. - containing(PreparedGeometry) - Method in interface com.geodesk.feature.Features
-
Returns all features that contain the given
PreparedGeometry
. - containingLonLat(double, double) - Method in interface com.geodesk.feature.Features
-
Returns all features that contain the given coordinate expressed at longitude and latitude
- containingXY(int, int) - Method in interface com.geodesk.feature.Features
-
Returns all features that contain the given Mercator-projected coordinate
- contains(int[], int, int) - Static method in class com.geodesk.geom.XY
- contains(int, int) - Method in interface com.geodesk.geom.Bounds
- contains(Bounds) - Method in interface com.geodesk.geom.Bounds
- contains(Object) - Method in interface com.geodesk.feature.Features
-
Checks whether this collection contains the given object.
- contains(Object) - Method in class com.geodesk.feature.FeatureLibrary
- CoordinateTransformer - Class in com.geodesk.util
- CoordinateTransformer(int) - Constructor for class com.geodesk.util.CoordinateTransformer
- CoordinateTransformer.FromMercator - Class in com.geodesk.util
- CoordinateTransformer.ToMercator - Class in com.geodesk.util
- count() - Method in interface com.geodesk.feature.Features
-
Returns the number of features in this collection.
- coveredBy(Feature) - Method in interface com.geodesk.feature.Features
- coveredBy(Geometry) - Method in interface com.geodesk.feature.Features
- coveredBy(PreparedGeometry) - Method in interface com.geodesk.feature.Features
- createLineString(Feature) - Method in class com.geodesk.util.GeometryBuilder
- createMultiLineString(Relation) - Method in class com.geodesk.util.GeometryBuilder
- createPointFromLonLat(double, double) - Method in class com.geodesk.util.GeometryBuilder
- crossesAntimeridian() - Method in class com.geodesk.geom.Box
-
Returns
true
if this bounding box straddles the Antimeridian. - crossing(Feature) - Method in interface com.geodesk.feature.Features
- crossing(Geometry) - Method in interface com.geodesk.feature.Features
- crossing(PreparedGeometry) - Method in interface com.geodesk.feature.Features
D
- defaultTooltip() - Method in class com.geodesk.util.Marker
- deltaFromMeters(double, double) - Static method in class com.geodesk.geom.Mercator
-
Calculates the equivalent number of imps that are equal to the given distance in meters at a planar-projected latitude.
- disjoint(Feature) - Method in interface com.geodesk.feature.Features
- disjoint(Geometry) - Method in interface com.geodesk.feature.Features
- disjoint(PreparedGeometry) - Method in interface com.geodesk.feature.Features
- distance(double, double, double, double) - Static method in class com.geodesk.geom.Mercator
-
Calculates the Euclidean distance between two projected points.
- distance(Coordinate, Coordinate) - Static method in class com.geodesk.geom.Mercator
- distance(Geometry, Geometry) - Static method in class com.geodesk.geom.Mercator
- doubleValue(String) - Method in interface com.geodesk.feature.Feature
-
Returns the value of the given key as a
double
.
E
- EAST - Enum constant in enum class com.geodesk.geom.Heading
- eastFactor() - Method in enum class com.geodesk.geom.Heading
- envelope(double, double, double, double) - Static method in class com.geodesk.geom.Mercator
- equals(Object) - Method in class com.geodesk.geom.Box
- expandEnvelope(Envelope, double) - Static method in class com.geodesk.geom.Mercator
- expandToInclude(int[]) - Method in class com.geodesk.geom.Box
- expandToInclude(int, int) - Method in class com.geodesk.geom.Box
-
Checks if this bounding box includes the given coordinate, and expands it if necessary.
- expandToInclude(int, int, int, int) - Method in class com.geodesk.geom.Box
-
Checks if this bounding box includes another bounding box, and expands it if necessary.
- expandToInclude(Bounds) - Method in class com.geodesk.geom.Box
-
Checks if this bounding box includes another bounding box, and expands it if necessary.
F
- Feature - Interface in com.geodesk.feature
-
A geographic feature.
- FeatureId - Class in com.geodesk.feature
-
Methods for creating IDs that are unique across feature types.
- FeatureId() - Constructor for class com.geodesk.feature.FeatureId
- FeatureLibrary - Class in com.geodesk.feature
-
A Geographic Object Library containing features.
- FeatureLibrary(String) - Constructor for class com.geodesk.feature.FeatureLibrary
-
Creates a
FeatureLibrary
instance associated with an existing GOL file. - FeatureLibrary(String, String) - Constructor for class com.geodesk.feature.FeatureLibrary
-
Creates a
FeatureLibrary
instance associated with the given GOL file; if the file does not exist, an empty library will be created. - FeatureLibrary(Path) - Constructor for class com.geodesk.feature.FeatureLibrary
-
Creates a
FeatureLibrary
instance associated with an existing GOL file. - FeatureLibrary(Path, String) - Constructor for class com.geodesk.feature.FeatureLibrary
-
Creates a
FeatureLibrary
instance associated with the given GOL file; if the file does not exist, an empty library will be created. - Features - Interface in com.geodesk.feature
-
A collection of features.
- FeatureType - Enum Class in com.geodesk.feature
-
An enum representing the three feature types:
NODE
,WAY
andRELATION
. - Filter - Interface in com.geodesk.feature
-
An interface for classes that select the features to be returned by a query.
- filterForTile(int, Polygon) - Method in interface com.geodesk.feature.Filter
-
Returns the Filter that should be used for the given tile.
- first() - Method in interface com.geodesk.feature.Features
-
Returns the first feature in the collection.
- from(String) - Static method in enum class com.geodesk.feature.FeatureType
- fromDegrees(double) - Static method in enum class com.geodesk.geom.Heading
-
Returns the Heading closest to the given compass heading in degrees (0 = north, 90 = east, etc.)
- fromEnvelope(Envelope) - Static method in class com.geodesk.geom.Box
- FromMercator(int) - Constructor for class com.geodesk.util.CoordinateTransformer.FromMercator
- fromString(String) - Static method in class com.geodesk.feature.FeatureId
- fromWSEN(String) - Static method in class com.geodesk.geom.Box
-
Creates a Box from a string that specifies four coordinates (west, south, east, north), in degrees longitude/latitude.
G
- GeometryBuilder - Class in com.geodesk.util
- GeometryBuilder() - Constructor for class com.geodesk.util.GeometryBuilder
- geometryFactory() - Method in class com.geodesk.feature.FeatureLibrary
H
- hashCode() - Method in class com.geodesk.geom.Box
- hasTag(String) - Method in interface com.geodesk.feature.Feature
-
Checks whether this feature has a tag with the given key.
- hasTag(String, String) - Method in interface com.geodesk.feature.Feature
-
Checks whether this feature has a tag with the given key and value.
- Heading - Enum Class in com.geodesk.geom
-
Compass headings.
- height() - Method in interface com.geodesk.geom.Bounds
I
- id() - Method in interface com.geodesk.feature.Feature
-
Returns the OSM ID of the feature.
- id() - Method in enum class com.geodesk.geom.Heading
- id(long) - Static method in class com.geodesk.feature.FeatureId
- impsAroundXY(int, int, int) - Static method in class com.geodesk.geom.Box
-
Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.
- in(Bounds) - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only features whose bounding box intersects the given
Bounds
. - in(Bounds) - Method in class com.geodesk.feature.FeatureLibrary
- instance - Static variable in class com.geodesk.util.GeometryBuilder
- intersecting(Feature) - Method in interface com.geodesk.feature.Features
- intersecting(Geometry) - Method in interface com.geodesk.feature.Features
- intersecting(PreparedGeometry) - Method in interface com.geodesk.feature.Features
- intersection(Bounds) - Method in class com.geodesk.geom.Box
-
Creates a new bounding box that is the result of the intersection between this bounding box and another.
- intersection(Bounds, Bounds) - Static method in class com.geodesk.geom.Box
- intersects(Bounds) - Method in interface com.geodesk.geom.Bounds
- intValue() - Method in interface com.geodesk.feature.Tags
- intValue(String) - Method in interface com.geodesk.feature.Feature
-
Returns the value of a tag as an
int
. - isArea() - Method in interface com.geodesk.feature.Feature
-
Checks whether this Feature represents an area.
- isClosed(int[]) - Static method in class com.geodesk.geom.XY
-
Checks whether a given set of coordinates represents a linear ring.
- isEmpty() - Method in interface com.geodesk.feature.Features
-
Returns
true
if this collection contains no features. - isEmpty() - Method in interface com.geodesk.feature.Tags
- isNode() - Method in interface com.geodesk.feature.Feature
-
Checks if this Feature is an OSM node.
- isNode(long) - Static method in class com.geodesk.feature.FeatureId
- isNull() - Method in class com.geodesk.geom.Box
-
Returns
true
if this bounding box is empty. - isNull(Bounds) - Static method in class com.geodesk.geom.Box
- isPlaceholder() - Method in interface com.geodesk.feature.Feature
-
Checks whether this feature is a placeholder.
- isRelation() - Method in interface com.geodesk.feature.Feature
-
Checks if this Feature is an OSM relation.
- isRelation(long) - Static method in class com.geodesk.feature.FeatureId
- isVisible() - Method in class com.geodesk.util.Marker
- isWay() - Method in interface com.geodesk.feature.Feature
-
Checks if this Feature is an OSM way.
- isWay(long) - Static method in class com.geodesk.feature.FeatureId
- iterator() - Method in class com.geodesk.feature.FeatureLibrary
J
- JavaScript - Class in com.geodesk.util
-
Methods to generate JavaScript.
- JavaScript() - Constructor for class com.geodesk.util.JavaScript
K
L
- lat() - Method in interface com.geodesk.feature.Feature
-
Returns the latitude of this feature.
- latFromY(double) - Static method in class com.geodesk.geom.Mercator
-
Converts a projected latitude to WGS84.
- latPrecision7fromY(double) - Static method in class com.geodesk.geom.Mercator
- length() - Method in interface com.geodesk.feature.Feature
-
Measures the length of this feature.
- lon() - Method in interface com.geodesk.feature.Feature
-
Returns the longitude of this feature.
- lonFromX(double) - Static method in class com.geodesk.geom.Mercator
-
Converts a projected longitude to WGS84.
- lonPrecision7fromX(double) - Static method in class com.geodesk.geom.Mercator
M
- map - Variable in class com.geodesk.util.Marker
- MapMaker - Class in com.geodesk.util
-
A class for generating a Leaflet-based interactive map.
- MapMaker() - Constructor for class com.geodesk.util.MapMaker
- Marker - Class in com.geodesk.util
-
A marker on a Leaflet-based interactive map.
- Marker() - Constructor for class com.geodesk.util.Marker
- maxMetersFrom(double, Feature) - Method in interface com.geodesk.feature.Features
-
Returns all features that lie within a given distance from another
Feature
. - maxMetersFrom(double, Geometry) - Method in interface com.geodesk.feature.Features
-
Returns all features that lie within a given distance from a
Geometry
. - maxMetersFromLonLat(double, double, double) - Method in interface com.geodesk.feature.Features
-
Returns all features whose closest point lies within a given radius.
- maxMetersFromXY(double, int, int) - Method in interface com.geodesk.feature.Features
-
Returns all features whose closest point lies within a given radius.
- maxX() - Method in interface com.geodesk.geom.Bounds
- maxX() - Method in class com.geodesk.geom.Box
- maxY() - Method in interface com.geodesk.geom.Bounds
- maxY() - Method in class com.geodesk.geom.Box
- members() - Method in interface com.geodesk.feature.Feature
-
Returns the members of this
Relation
. - members(String) - Method in interface com.geodesk.feature.Feature
-
Returns the members of this
Relation
that match the given query. - membersOf(Feature) - Method in interface com.geodesk.feature.Features
-
Returns the features that are nodes of the given way, or members of the given relation.
- membersOf(Feature) - Method in class com.geodesk.feature.FeatureLibrary
- Mercator - Class in com.geodesk.geom
-
Methods for working with Mercator-projected coordinates.
- metersAround(double, Bounds) - Static method in class com.geodesk.geom.Box
-
Creates a bounding box whose sides are extended by a specific distance relative to another bounding box.
- metersAroundLonLat(double, double, double) - Static method in class com.geodesk.geom.Box
-
Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.
- metersAroundXY(double, int, int) - Static method in class com.geodesk.geom.Box
-
Creates a bounding box whose sides extend by a specific distance relative to a coordinate pair.
- metersAtY(int) - Static method in class com.geodesk.geom.Mercator
- minX() - Method in interface com.geodesk.geom.Bounds
- minX() - Method in class com.geodesk.geom.Box
- minY() - Method in interface com.geodesk.geom.Bounds
- minY() - Method in class com.geodesk.geom.Box
N
- next() - Method in interface com.geodesk.feature.Tags
- Node - Interface in com.geodesk.feature
-
A
Feature
that represents a single point. - NODE - Enum constant in enum class com.geodesk.feature.FeatureType
- nodes() - Method in interface com.geodesk.feature.Feature
-
Returns the way's nodes.
- nodes() - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only nodes.
- nodes() - Method in class com.geodesk.feature.FeatureLibrary
- nodes(String) - Method in interface com.geodesk.feature.Feature
-
Returns the way's nodes that match the given query.
- nodes(String) - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only nodes matching the given query.
- nodes(String) - Method in class com.geodesk.feature.FeatureLibrary
- nodesOf(Feature) - Method in interface com.geodesk.feature.Features
-
Returns a sub-view that contains only the features that are nodes of the given way.
- nodesOf(Feature) - Method in class com.geodesk.feature.FeatureLibrary
- NORTH - Enum constant in enum class com.geodesk.geom.Heading
- NORTHEAST - Enum constant in enum class com.geodesk.geom.Heading
- northFactor() - Method in enum class com.geodesk.geom.Heading
- NORTHWEST - Enum constant in enum class com.geodesk.geom.Heading
O
- of(int, int) - Static method in class com.geodesk.geom.XY
-
Creates a `long` coordinate based on the given X and Y.
- of(int, long) - Static method in class com.geodesk.feature.FeatureId
- of(long[]) - Static method in class com.geodesk.geom.XY
-
Returns an array of
long
coordinates as an array of x/y coordinate pairs. - of(FeatureType, long) - Static method in class com.geodesk.feature.FeatureId
- of(Coordinate) - Static method in class com.geodesk.geom.XY
-
Creates a
long
coordinate based on the given JTSCoordinate
. - of(Geometry) - Static method in class com.geodesk.geom.Box
-
Creates the tightest
Box
that encloses the given JTSGeometry
. - of(LineSegment) - Static method in class com.geodesk.geom.Box
-
Creates the tightest
Box
that encloses the givenLineSegment
. - ofNode(long) - Static method in class com.geodesk.feature.FeatureId
- ofRelation(long) - Static method in class com.geodesk.feature.FeatureId
- ofWay(long) - Static method in class com.geodesk.feature.FeatureId
- ofWorld() - Static method in class com.geodesk.geom.Box
-
Creates a bounding box that covers the entire world.
- ofWSEN(double, double, double, double) - Static method in class com.geodesk.geom.Box
- ofXYWidthHeight(int, int, int, int) - Static method in class com.geodesk.geom.Box
- ofXYXY(int, int, int, int) - Static method in class com.geodesk.geom.Box
- option(String, Object) - Method in class com.geodesk.util.Marker
-
Speficies a single option for this Marker.
- options - Variable in class com.geodesk.util.Marker
- options(Map<String, Object>) - Method in class com.geodesk.util.Marker
-
Specifies options for this Marker.
- overlapping(Feature) - Method in interface com.geodesk.feature.Features
- overlapping(Geometry) - Method in interface com.geodesk.feature.Features
- overlapping(PreparedGeometry) - Method in interface com.geodesk.feature.Features
P
- parents() - Method in interface com.geodesk.feature.Feature
-
Returns all ways and relations to which this Feature belongs.
- parents(String) - Method in interface com.geodesk.feature.Feature
-
Returns all ways and relations to which this Feature belongs that match the given query.
- parentsOf(Feature) - Method in interface com.geodesk.feature.Features
-
Returns the features that are parent elements of the given feature (ways and/or relations).
- parentsOf(Feature) - Method in class com.geodesk.feature.FeatureLibrary
- project(double, double) - Static method in enum class com.geodesk.geom.Heading
-
Determines the
Coordinate
that lies a given distance from the center of the plane, in a givenHeading
- project(double, double, Coordinate) - Static method in enum class com.geodesk.geom.Heading
- project(Geometry) - Static method in class com.geodesk.geom.Mercator
-
Converts the WGS84 (longitude/latitude) coordinates of a
Geometry
into Mercator projection. - projectedLine(GeometryFactory, double, double, Coordinate) - Static method in enum class com.geodesk.geom.Heading
R
- Relation - Interface in com.geodesk.feature
-
A
Feature
that represents a grouping of related features or a complex polygon. - RELATION - Enum constant in enum class com.geodesk.feature.FeatureType
- relations() - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only relations.
- relations() - Method in class com.geodesk.feature.FeatureLibrary
- relations(String) - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only relations matching the given query.
- relations(String) - Method in class com.geodesk.feature.FeatureLibrary
- reversed() - Method in enum class com.geodesk.geom.Heading
-
Returns the opposite
Heading
. - role() - Method in interface com.geodesk.feature.Feature
-
If this Feature was returned by a call to
Feature.members()
(or its variants) of a Relation, returns this Feature's role in that Relation.
S
- save(String) - Method in class com.geodesk.util.MapMaker
-
Generates a self-contained HTML file that displays the interactive map and all its markers.
- scale(double) - Static method in class com.geodesk.geom.Mercator
- select(Features) - Method in interface com.geodesk.feature.Features
-
Returns the features present in both this collection and
other
. - select(Features) - Method in class com.geodesk.feature.FeatureLibrary
- select(Filter) - Method in interface com.geodesk.feature.Features
- select(Filter) - Method in class com.geodesk.feature.FeatureLibrary
- select(String) - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that only contains features matching the given query.
- select(String) - Method in class com.geodesk.feature.FeatureLibrary
- setNull() - Method in class com.geodesk.geom.Box
- size() - Method in interface com.geodesk.feature.Tags
- smaller(Bounds, Bounds) - Static method in class com.geodesk.geom.Box
- sort(long[]) - Static method in class com.geodesk.feature.FeatureId
- SOUTH - Enum constant in enum class com.geodesk.geom.Heading
- SOUTHEAST - Enum constant in enum class com.geodesk.geom.Heading
- SOUTHWEST - Enum constant in enum class com.geodesk.geom.Heading
- strategy() - Method in interface com.geodesk.feature.Filter
-
Returns zero or more bit flags specified in
FilterStrategy
that help the Query Engine optimize the performance of this Filter. - stringValue() - Method in interface com.geodesk.feature.Tags
- stringValue(String) - Method in interface com.geodesk.feature.Feature
-
Returns the value of a tag as a
String
.
T
- tag(String) - Method in interface com.geodesk.feature.Feature
-
Returns the string value of the given key.
- tags() - Method in interface com.geodesk.feature.Feature
-
Returns the tags of this feature.
- Tags - Interface in com.geodesk.feature
-
A
Consumable
that can be used to iterate a feature's tags. - tiles(String) - Method in class com.geodesk.util.MapMaker
-
Sets the URL template for the source of map tiles.
- toArray() - Method in interface com.geodesk.feature.Features
-
Creates an array containing all features in this collection.
- toArray(Feature[]) - Method in interface com.geodesk.feature.Features
- toCoordinate(long) - Static method in class com.geodesk.geom.XY
-
Turns a
long
coordinate into a JTSCoordinate
. - toCoordinates(long[]) - Static method in class com.geodesk.geom.XY
- toDegrees() - Method in enum class com.geodesk.geom.Heading
-
Heading
in degrees. - toEnvelope() - Method in class com.geodesk.geom.Box
-
Creates a JTS
Envelope
with the same dimensions as this bounding box. - toGeometry() - Method in interface com.geodesk.feature.Feature
-
Creates a JTS
Geometry
object for this feature. - toGeometry(GeometryFactory) - Method in class com.geodesk.geom.Box
- toList() - Method in interface com.geodesk.feature.Features
-
Creates a
List
containing all features in this collection. - toMap() - Method in interface com.geodesk.feature.Tags
- ToMercator() - Constructor for class com.geodesk.util.CoordinateTransformer.ToMercator
- tooltip(String) - Method in class com.geodesk.util.Marker
-
Sets the content to be displayed whenever the cursor is hovered over this Marker.
- toString() - Method in class com.geodesk.geom.Box
- toString() - Method in enum class com.geodesk.geom.Heading
- toString(double) - Method in class com.geodesk.util.CoordinateTransformer
- toString(long) - Static method in class com.geodesk.feature.FeatureId
- toString(FeatureType) - Static method in enum class com.geodesk.feature.FeatureType
- touching(Feature) - Method in interface com.geodesk.feature.Features
- touching(Geometry) - Method in interface com.geodesk.feature.Features
- touching(PreparedGeometry) - Method in interface com.geodesk.feature.Features
- toXY() - Method in interface com.geodesk.feature.Feature
-
Returns the way's coordinates as an array of integers.
- transformX(double) - Method in class com.geodesk.util.CoordinateTransformer.FromMercator
- transformX(double) - Method in class com.geodesk.util.CoordinateTransformer.ToMercator
- transformX(double) - Method in class com.geodesk.util.CoordinateTransformer
- transformY(double) - Method in class com.geodesk.util.CoordinateTransformer.FromMercator
- transformY(double) - Method in class com.geodesk.util.CoordinateTransformer.ToMercator
- transformY(double) - Method in class com.geodesk.util.CoordinateTransformer
- translate(int, int) - Method in class com.geodesk.geom.Box
-
Moves the bounding box horizontally and vertically by the specified number of units.
- turnedBy(double) - Method in enum class com.geodesk.geom.Heading
- turnedBy(double, double) - Static method in enum class com.geodesk.geom.Heading
- type() - Method in interface com.geodesk.feature.Feature
-
Returns the feature's type.
- type(long) - Static method in class com.geodesk.feature.FeatureId
- typeCode(long) - Static method in class com.geodesk.feature.FeatureId
- types() - Method in class com.geodesk.feature.FeatureLibrary
- typeToString(long) - Static method in class com.geodesk.feature.FeatureId
U
- url(String) - Method in class com.geodesk.util.Marker
-
Sets the URL which is navigated when the user clicks on this Marker.
V
- value() - Method in interface com.geodesk.feature.Tags
- valueOf(String) - Static method in enum class com.geodesk.feature.FeatureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.geodesk.geom.Heading
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.geodesk.feature.FeatureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.geodesk.geom.Heading
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- Way - Interface in com.geodesk.feature
-
A
Feature
that represents a linestring, linear ring, or a simple polygon. - WAY - Enum constant in enum class com.geodesk.feature.FeatureType
- ways() - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only ways.
- ways() - Method in class com.geodesk.feature.FeatureLibrary
- ways(String) - Method in interface com.geodesk.feature.Features
-
Returns a view of this collection that contains only ways matching the given query.
- ways(String) - Method in class com.geodesk.feature.FeatureLibrary
- WEST - Enum constant in enum class com.geodesk.geom.Heading
- width() - Method in interface com.geodesk.geom.Bounds
- within(Feature) - Method in interface com.geodesk.feature.Features
- within(Geometry) - Method in interface com.geodesk.feature.Features
- within(PreparedGeometry) - Method in interface com.geodesk.feature.Features
- write(Appendable) - Method in class com.geodesk.util.MapMaker
- write(Appendable) - Method in class com.geodesk.util.Marker
- writeArray(Appendable, Object) - Static method in class com.geodesk.util.JavaScript
- writeCoordinates(Appendable, CoordinateSequence) - Method in class com.geodesk.util.Marker
- writeMap(Appendable, Map<?, ?>) - Static method in class com.geodesk.util.JavaScript
- writePoint(Appendable, double, double) - Method in class com.geodesk.util.Marker
- writeString(Appendable, String) - Static method in class com.geodesk.util.JavaScript
- writeStub(Appendable) - Method in class com.geodesk.util.Marker
- writeValue(Appendable, Object) - Static method in class com.geodesk.util.JavaScript
- writeX(Appendable, double) - Method in class com.geodesk.util.CoordinateTransformer
- writeY(Appendable, double) - Method in class com.geodesk.util.CoordinateTransformer
X
- x() - Method in interface com.geodesk.feature.Feature
-
Returns the X coordinate of this feature.
- x(long) - Static method in class com.geodesk.geom.XY
-
Returns the X coordinate of the given
long
coordinate. - xFromLon(double) - Static method in class com.geodesk.geom.Mercator
-
Converts a longitude to imps.
- xFromLon100nd(int) - Static method in class com.geodesk.geom.Mercator
-
Converts a longitude to imps.
- XY - Class in com.geodesk.geom
-
Methods for working with coordinates that are represented as a single
long
value.
Y
- y() - Method in interface com.geodesk.feature.Feature
-
Returns the Y coordinate of this feature.
- y(long) - Static method in class com.geodesk.geom.XY
-
Returns the Y coordinate of the given
long
coordinate. - yFromLat(double) - Static method in class com.geodesk.geom.Mercator
-
Converts a latitude to imps.
- yFromLat100nd(int) - Static method in class com.geodesk.geom.Mercator
-
Converts a latitude to imps.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form