Package | Description |
---|---|
ezvcard.util |
Contains miscellaneous utility classes.
|
Modifier and Type | Method and Description |
---|---|
GeoUri.Builder |
GeoUri.Builder.coordA(Double coordA)
Sets the first coordinate (latitude).
|
GeoUri.Builder |
GeoUri.Builder.coordB(Double coordB)
Sets the second coordinate (longitude).
|
GeoUri.Builder |
GeoUri.Builder.coordC(Double coordC)
Sets the third coordinate (altitude).
|
GeoUri.Builder |
GeoUri.Builder.crs(String crs)
Sets the coordinate reference system.
|
GeoUri.Builder |
GeoUri.Builder.parameter(String name,
String value)
Adds a parameter.
|
GeoUri.Builder |
GeoUri.Builder.uncertainty(Double uncertainty)
Sets the uncertainty (how accurate the coordinates are).
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.