JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
H
I
L
M
O
P
S
T
V
A
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
Feature
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
FeatureCollection
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
GeoJsonObject
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
GeometryCollection
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
LineString
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
MultiLineString
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
MultiPoint
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
MultiPolygon
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
Point
accept(GeoJsonObjectVisitor<T>)
- Method in class org.geojson.
Polygon
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
CrsType
- Enum in
org.geojson.jackson
D
deserialize(JsonParser, DeserializationContext)
- Method in class org.geojson.jackson.
LngLatAltDeserializer
deserializeArray(JsonParser, DeserializationContext)
- Method in class org.geojson.jackson.
LngLatAltDeserializer
E
equals(Object)
- Method in class org.geojson.
Crs
equals(Object)
- Method in class org.geojson.
Feature
equals(Object)
- Method in class org.geojson.
FeatureCollection
equals(Object)
- Method in class org.geojson.
GeoJsonObject
equals(Object)
- Method in class org.geojson.
Geometry
equals(Object)
- Method in class org.geojson.
GeometryCollection
equals(Object)
- Method in class org.geojson.
LngLatAlt
equals(Object)
- Method in class org.geojson.
Point
F
fastDoubleToString(double, int)
- Static method in class org.geojson.jackson.
LngLatAltSerializer
The following must convert double to String in a much more efficient way then Double.toString()
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
GeoJsonObjectVisitor
<
T
> - Interface in
org.geojson
Visitor to handle all different types of
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.
GeoJsonObject
getProperty(String)
- Method in class org.geojson.
GeoJsonObject
getType()
- Method in class org.geojson.
Crs
H
hasAltitude()
- Method in class org.geojson.
LngLatAlt
hashCode()
- Method in class org.geojson.
Crs
hashCode()
- Method in class org.geojson.
Feature
hashCode()
- Method in class org.geojson.
FeatureCollection
hashCode()
- Method in class org.geojson.
GeoJsonObject
hashCode()
- Method in class org.geojson.
Geometry
hashCode()
- Method in class org.geojson.
GeometryCollection
hashCode()
- Method in class org.geojson.
LngLatAlt
hashCode()
- Method in class org.geojson.
Point
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
POW10
- Static variable in class org.geojson.jackson.
LngLatAltSerializer
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.
GeoJsonObject
setProperty(String, Object)
- Method in class org.geojson.
GeoJsonObject
setType(CrsType)
- Method in class org.geojson.
Crs
T
toString()
- Method in class org.geojson.
Crs
toString()
- Method in class org.geojson.
Feature
toString()
- Method in class org.geojson.
FeatureCollection
toString()
- Method in class org.geojson.
GeoJsonObject
toString()
- Method in class org.geojson.
Geometry
toString()
- Method in class org.geojson.
GeometryCollection
toString()
- Method in class org.geojson.
LineString
toString()
- Method in class org.geojson.
LngLatAlt
toString()
- Method in class org.geojson.
MultiLineString
toString()
- Method in class org.geojson.
MultiPoint
toString()
- Method in class org.geojson.
MultiPolygon
toString()
- Method in class org.geojson.
Point
toString()
- Method in class org.geojson.
Polygon
V
valueOf(String)
- Static method in enum org.geojson.jackson.
CrsType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.geojson.jackson.
CrsType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(GeometryCollection)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(FeatureCollection)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(Point)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(Feature)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(MultiLineString)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(Polygon)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(MultiPolygon)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(MultiPoint)
- Method in interface org.geojson.
GeoJsonObjectVisitor
visit(LineString)
- Method in interface org.geojson.
GeoJsonObjectVisitor
A
C
D
E
F
G
H
I
L
M
O
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All rights reserved.