| Package | Description |
|---|---|
| org.geojson | |
| org.geojson.jackson |
| Modifier and Type | Method and Description |
|---|---|
LngLatAlt |
Point.getCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
List<LngLatAlt> |
Polygon.getExteriorRing() |
List<LngLatAlt> |
Polygon.getInteriorRing(int index) |
List<List<LngLatAlt>> |
Polygon.getInteriorRings() |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.addInteriorRing(LngLatAlt... points) |
void |
Point.setCoordinates(LngLatAlt coordinates) |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.addInteriorRing(List<LngLatAlt> points) |
void |
Polygon.setExteriorRing(List<LngLatAlt> points) |
| Constructor and Description |
|---|
LineString(LngLatAlt... points) |
MultiPoint(LngLatAlt... points) |
Point(LngLatAlt coordinates) |
Polygon(LngLatAlt... polygon) |
| Constructor and Description |
|---|
MultiLineString(List<LngLatAlt> line) |
Polygon(List<LngLatAlt> polygon) |
| Modifier and Type | Method and Description |
|---|---|
LngLatAlt |
LngLatAltDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected LngLatAlt |
LngLatAltDeserializer.deserializeArray(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
LngLatAltSerializer.serialize(LngLatAlt value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2018. All rights reserved.