JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
I
L
M
O
P
S
A
add(Feature)
- Method in class org.geojson.
FeatureCollection
add(T)
- Method in class org.geojson.
Geometry
add(GeoJsonObject)
- Method in class org.geojson.
GeometryCollection
add(Polygon)
- Method in class org.geojson.
MultiPolygon
addAll(Collection<Feature>)
- Method in class org.geojson.
FeatureCollection
addInteriorRing(List<LngLatAlt>)
- Method in class org.geojson.
Polygon
addInteriorRing(LngLatAlt...)
- Method in class org.geojson.
Polygon
C
coordinates
- Variable in class org.geojson.
Geometry
Crs
- Class in
org.geojson
Crs()
- Constructor for class org.geojson.
Crs
D
deserialize(JsonParser, DeserializationContext)
- Method in class org.geojson.jackson.
LngLatAltDeserializer
deserializeArray(JsonParser, DeserializationContext)
- Method in class org.geojson.jackson.
LngLatAltDeserializer
F
Feature
- Class in
org.geojson
Feature()
- Constructor for class org.geojson.
Feature
FeatureCollection
- Class in
org.geojson
FeatureCollection()
- Constructor for class org.geojson.
FeatureCollection
G
GeoJsonObject
- Class in
org.geojson
GeoJsonObject()
- Constructor for class org.geojson.
GeoJsonObject
Geometry
<
T
> - Class in
org.geojson
Geometry()
- Constructor for class org.geojson.
Geometry
Geometry(T...)
- Constructor for class org.geojson.
Geometry
GeometryCollection
- Class in
org.geojson
GeometryCollection()
- Constructor for class org.geojson.
GeometryCollection
getAltitude()
- Method in class org.geojson.
LngLatAlt
getBbox()
- Method in class org.geojson.
GeoJsonObject
getCoordinates()
- Method in class org.geojson.
Geometry
getCoordinates()
- Method in class org.geojson.
Point
getCrs()
- Method in class org.geojson.
GeoJsonObject
getExteriorRing()
- Method in class org.geojson.
Polygon
getFeatures()
- Method in class org.geojson.
FeatureCollection
getGeometries()
- Method in class org.geojson.
GeometryCollection
getGeometry()
- Method in class org.geojson.
Feature
getId()
- Method in class org.geojson.
Feature
getInteriorRing(int)
- Method in class org.geojson.
Polygon
getInteriorRings()
- Method in class org.geojson.
Polygon
getLatitude()
- Method in class org.geojson.
LngLatAlt
getLongitude()
- Method in class org.geojson.
LngLatAlt
getProperties()
- Method in class org.geojson.
Crs
getProperties()
- Method in class org.geojson.
Feature
getProperty(String)
- Method in class org.geojson.
Feature
getType()
- Method in class org.geojson.
Crs
H
hasAltitude()
- Method in class org.geojson.
LngLatAlt
I
iterator()
- Method in class org.geojson.
FeatureCollection
iterator()
- Method in class org.geojson.
GeometryCollection
L
LineString
- Class in
org.geojson
LineString()
- Constructor for class org.geojson.
LineString
LineString(LngLatAlt...)
- Constructor for class org.geojson.
LineString
LngLatAlt
- Class in
org.geojson
LngLatAlt()
- Constructor for class org.geojson.
LngLatAlt
LngLatAlt(double, double)
- Constructor for class org.geojson.
LngLatAlt
LngLatAlt(double, double, double)
- Constructor for class org.geojson.
LngLatAlt
LngLatAltDeserializer
- Class in
org.geojson.jackson
LngLatAltDeserializer()
- Constructor for class org.geojson.jackson.
LngLatAltDeserializer
LngLatAltSerializer
- Class in
org.geojson.jackson
LngLatAltSerializer()
- Constructor for class org.geojson.jackson.
LngLatAltSerializer
M
MultiLineString
- Class in
org.geojson
MultiLineString()
- Constructor for class org.geojson.
MultiLineString
MultiLineString(List<LngLatAlt>)
- Constructor for class org.geojson.
MultiLineString
MultiPoint
- Class in
org.geojson
MultiPoint()
- Constructor for class org.geojson.
MultiPoint
MultiPoint(LngLatAlt...)
- Constructor for class org.geojson.
MultiPoint
MultiPolygon
- Class in
org.geojson
MultiPolygon()
- Constructor for class org.geojson.
MultiPolygon
MultiPolygon(Polygon)
- Constructor for class org.geojson.
MultiPolygon
O
org.geojson
- package org.geojson
org.geojson.jackson
- package org.geojson.jackson
P
Point
- Class in
org.geojson
Point()
- Constructor for class org.geojson.
Point
Point(LngLatAlt)
- Constructor for class org.geojson.
Point
Point(double, double)
- Constructor for class org.geojson.
Point
Point(double, double, double)
- Constructor for class org.geojson.
Point
Polygon
- Class in
org.geojson
Polygon()
- Constructor for class org.geojson.
Polygon
Polygon(List<LngLatAlt>)
- Constructor for class org.geojson.
Polygon
Polygon(LngLatAlt...)
- Constructor for class org.geojson.
Polygon
S
serialize(LngLatAlt, JsonGenerator, SerializerProvider)
- Method in class org.geojson.jackson.
LngLatAltSerializer
setAltitude(double)
- Method in class org.geojson.
LngLatAlt
setBbox(double[])
- Method in class org.geojson.
GeoJsonObject
setCoordinates(List<T>)
- Method in class org.geojson.
Geometry
setCoordinates(LngLatAlt)
- Method in class org.geojson.
Point
setCrs(Crs)
- Method in class org.geojson.
GeoJsonObject
setExteriorRing(List<LngLatAlt>)
- Method in class org.geojson.
Polygon
setFeatures(List<Feature>)
- Method in class org.geojson.
FeatureCollection
setGeometries(List<GeoJsonObject>)
- Method in class org.geojson.
GeometryCollection
setGeometry(GeoJsonObject)
- Method in class org.geojson.
Feature
setId(String)
- Method in class org.geojson.
Feature
setLatitude(double)
- Method in class org.geojson.
LngLatAlt
setLongitude(double)
- Method in class org.geojson.
LngLatAlt
setProperties(Map<String, Object>)
- Method in class org.geojson.
Crs
setProperties(Map<String, Object>)
- Method in class org.geojson.
Feature
setProperty(String, Object)
- Method in class org.geojson.
Feature
A
C
D
F
G
H
I
L
M
O
P
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013. All Rights Reserved.