| Package | Description |
|---|---|
| org.wikidata.query.rdf.common |
| Modifier and Type | Field and Description |
|---|---|
static WikibasePoint.CoordinateOrder |
WikibasePoint.DEFAULT_ORDER
Default coordinate order in the system.
|
| Modifier and Type | Method and Description |
|---|---|
WikibasePoint.CoordinateOrder |
WikibasePoint.CoordinateOrder.getOther()
Other option.
|
static WikibasePoint.CoordinateOrder |
WikibasePoint.CoordinateOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikibasePoint.CoordinateOrder[] |
WikibasePoint.CoordinateOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WikibasePoint.toOrder(WikibasePoint.CoordinateOrder order)
String representation in given coordinate order.
|
| Constructor and Description |
|---|
WikibasePoint(String[] components,
String globe,
WikibasePoint.CoordinateOrder order)
Create point from array of strings.
|
WikibasePoint(String[] components,
WikibasePoint.CoordinateOrder order) |
WikibasePoint(String literalString,
WikibasePoint.CoordinateOrder coordOrder)
Create point from WKT literal.
|
Copyright © 2017. All rights reserved.