A B C E F G H I L M O P R S T V W 
All Classes All Packages

A

AbstractGeometry<P extends Positions> - Class in com.github.filosganga.geogson.model
Abstract implementation of Geometry providing generic methods.
AbstractPositions<T extends Positions> - Class in com.github.filosganga.geogson.model.positions
Abstract implementation of Positions.
AbstractPositions.PositionsBuilder - Interface in com.github.filosganga.geogson.model.positions
 
addAreaPosition(AreaPositions) - Method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.Builder
 
addAreaPositions(Iterable<AreaPositions>) - Method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.Builder
 
addChild(Positions) - Method in interface com.github.filosganga.geogson.model.positions.AbstractPositions.PositionsBuilder
 
addChild(Positions) - Method in class com.github.filosganga.geogson.model.positions.AreaPositions.Builder
 
addChild(Positions) - Method in class com.github.filosganga.geogson.model.positions.LinearPositions.Builder
 
addChild(Positions) - Method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.Builder
 
addCodec(Codec<? extends T, ? extends S>) - Method in class com.github.filosganga.geogson.codec.CodecRegistry
 
addLinearPosition(LinearPositions) - Method in class com.github.filosganga.geogson.model.positions.AreaPositions.Builder
 
addLinearPositions(Iterable<LinearPositions>) - Method in class com.github.filosganga.geogson.model.positions.AreaPositions.Builder
 
addSinglePosition(SinglePosition) - Method in class com.github.filosganga.geogson.model.positions.LinearPositions.Builder
 
addSinglePositions(Iterable<SinglePosition>) - Method in class com.github.filosganga.geogson.model.positions.LinearPositions.Builder
 
alt() - Method in class com.github.filosganga.geogson.model.Point
The z-axis coordinate in map units (degree, kilometer, meter, mile, foot and inch).
alt() - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 
areAllChildrenClosed() - Method in class com.github.filosganga.geogson.model.positions.AreaPositions
 
AreaPositions - Class in com.github.filosganga.geogson.model.positions
a Positions instance to represent an area Geometry.
AreaPositions.Builder - Class in com.github.filosganga.geogson.model.positions
 

B

build() - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
build() - Method in interface com.github.filosganga.geogson.model.positions.AbstractPositions.PositionsBuilder
 
build() - Method in class com.github.filosganga.geogson.model.positions.AreaPositions.Builder
 
build() - Method in class com.github.filosganga.geogson.model.positions.LinearPositions.Builder
 
build() - Method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.Builder
 
builder() - Static method in class com.github.filosganga.geogson.model.Feature
 
builder() - Static method in class com.github.filosganga.geogson.model.positions.AreaPositions
 
builder() - Static method in class com.github.filosganga.geogson.model.positions.LinearPositions
 
builder() - Static method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions
 
builder(Feature) - Static method in class com.github.filosganga.geogson.model.Feature
 
builder(AreaPositions) - Static method in class com.github.filosganga.geogson.model.positions.AreaPositions
 
builder(LinearPositions) - Static method in class com.github.filosganga.geogson.model.positions.LinearPositions
 
builder(MultiDimensionalPositions) - Static method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions
 
Builder() - Constructor for class com.github.filosganga.geogson.model.positions.AreaPositions.Builder
 
Builder() - Constructor for class com.github.filosganga.geogson.model.positions.LinearPositions.Builder
 
Builder() - Constructor for class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions.Builder
 
builderOf(Positions) - Static method in interface com.github.filosganga.geogson.model.positions.AbstractPositions.PositionsBuilder
 

C

checkArgument(T, Function<T, Boolean>, Object) - Static method in class com.github.filosganga.geogson.util.Preconditions
 
checkNotNull(T) - Static method in class com.github.filosganga.geogson.util.Preconditions
 
checkNotNull(T, Object) - Static method in class com.github.filosganga.geogson.util.Preconditions
 
children - Variable in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
children() - Method in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
children() - Method in interface com.github.filosganga.geogson.model.positions.Positions
Return this position children Positions.
Codec<S,​T extends Geometry<?>> - Interface in com.github.filosganga.geogson.codec
It converts to and from Geometry.
CodecRegistry<T,​S extends Geometry<?>> - Class in com.github.filosganga.geogson.codec
A registry of codecs used as façade to convert to and from different geometry systems.
CodecRegistry() - Constructor for class com.github.filosganga.geogson.codec.CodecRegistry
 
CodecRegistry(Iterable<Codec<? extends T, ? extends S>>) - Constructor for class com.github.filosganga.geogson.codec.CodecRegistry
 
com.github.filosganga.geogson.codec - package com.github.filosganga.geogson.codec
 
com.github.filosganga.geogson.gson - package com.github.filosganga.geogson.gson
 
com.github.filosganga.geogson.model - package com.github.filosganga.geogson.model
 
com.github.filosganga.geogson.model.positions - package com.github.filosganga.geogson.model.positions
 
com.github.filosganga.geogson.util - package com.github.filosganga.geogson.util
 
create(Gson, TypeToken<T>) - Method in class com.github.filosganga.geogson.gson.GeometryAdapterFactory
 

E

equals(Object) - Method in class com.github.filosganga.geogson.model.AbstractGeometry
 
equals(Object) - Method in class com.github.filosganga.geogson.model.Feature
 
equals(Object) - Method in class com.github.filosganga.geogson.model.FeatureCollection
 
equals(Object) - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
equals(Object) - Method in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
equals(Object) - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 

F

Feature - Class in com.github.filosganga.geogson.model
Feature is a collection of properties and a geometry Feature can contain properties with arbitrary json as the value.
FEATURE_TYPE - Static variable in class com.github.filosganga.geogson.gson.FeatureAdapter
 
Feature.Builder - Class in com.github.filosganga.geogson.model
 
FeatureAdapter - Class in com.github.filosganga.geogson.gson
The Gson TypeAdapter to serialize/de-serialize Feature instances.
FeatureAdapter(Gson) - Constructor for class com.github.filosganga.geogson.gson.FeatureAdapter
 
FeatureCollection - Class in com.github.filosganga.geogson.model
FeatureCollection contains a list of Feature instances GeoJson reference @see http://geojson.org/geojson-spec.html#feature-collection-objects.
FeatureCollection(List<Feature>) - Constructor for class com.github.filosganga.geogson.model.FeatureCollection
 
FeatureCollectionAdapter - Class in com.github.filosganga.geogson.gson
The Gson TypeAdapter to serialize/de-serialize FeatureCollection instances.
FeatureCollectionAdapter(Gson) - Constructor for class com.github.filosganga.geogson.gson.FeatureCollectionAdapter
 
features() - Method in class com.github.filosganga.geogson.model.FeatureCollection
 
forValue(String) - Static method in enum com.github.filosganga.geogson.model.Geometry.Type
 
from(double, double) - Static method in class com.github.filosganga.geogson.model.Point
Create a Point from the given coordinates.
from(double, double, double) - Static method in class com.github.filosganga.geogson.model.Point
Create a Point from the given coordinates.
fromGeometry(S) - Method in class com.github.filosganga.geogson.codec.CodecRegistry
 
fromGeometry(T) - Method in interface com.github.filosganga.geogson.codec.Codec
Converts the given T instance to S.

G

geometry() - Method in class com.github.filosganga.geogson.model.Feature
The Geometry of this Feature.
Geometry<P extends Positions> - Interface in com.github.filosganga.geogson.model
A Geometry is a definition of a shape (A collection of coordinates).
GEOMETRY_COLLECTION - com.github.filosganga.geogson.model.Geometry.Type
 
GEOMETRY_COORDINATES_KEY - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
GEOMETRY_GEOMETRIES_KEY - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
GEOMETRY_NAME - Static variable in class com.github.filosganga.geogson.gson.FeatureAdapter
 
GEOMETRY_TYPE_KEY - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
Geometry.Type - Enum in com.github.filosganga.geogson.model
Define the type of the Geometry.
GeometryAdapter - Class in com.github.filosganga.geogson.gson
 
GeometryAdapter(Gson) - Constructor for class com.github.filosganga.geogson.gson.GeometryAdapter
 
GeometryAdapterFactory - Class in com.github.filosganga.geogson.gson
The Gson TypeAdapterFactory responsible to serialize/de-serialize all the Geometry, Feature and FeatureCollection instances.
GeometryAdapterFactory() - Constructor for class com.github.filosganga.geogson.gson.GeometryAdapterFactory
 
GeometryCollection - Class in com.github.filosganga.geogson.model
Collection of Geometry holding an Iterable being a Geometry.
getGeometries() - Method in class com.github.filosganga.geogson.model.GeometryCollection
getValue() - Method in enum com.github.filosganga.geogson.model.Geometry.Type
 

H

hashCode() - Method in class com.github.filosganga.geogson.model.AbstractGeometry
 
hashCode() - Method in class com.github.filosganga.geogson.model.Feature
 
hashCode() - Method in class com.github.filosganga.geogson.model.FeatureCollection
 
hashCode() - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
hashCode() - Method in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
hashCode() - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 
holes() - Method in class com.github.filosganga.geogson.model.Polygon
Returns the holes LinearRings.

I

id() - Method in class com.github.filosganga.geogson.model.Feature
The id of the Feature.
ID_NAME - Static variable in class com.github.filosganga.geogson.gson.FeatureAdapter
 
isClosed() - Method in class com.github.filosganga.geogson.model.LineString
Return if this LineString: - Is composed by at least 4 points - The first and the last Point are the same.
isClosed() - Method in class com.github.filosganga.geogson.model.positions.LinearPositions
Returns if this LinearPosition: - Is composed by at least 4 points - The first and the last are the same.

L

lat() - Method in class com.github.filosganga.geogson.model.Point
The y-axis coordinate in map units (degree, kilometer, meter, mile, foot and inch).
lat() - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 
LINE_STRING - com.github.filosganga.geogson.model.Geometry.Type
 
LINEAR_RING - com.github.filosganga.geogson.model.Geometry.Type
 
LinearGeometry - Class in com.github.filosganga.geogson.model
An abstract Geometry that is composed by a sequence of points.
LinearPositions - Class in com.github.filosganga.geogson.model.positions
A Positions implementation for linear geometries.
LinearPositions.Builder - Class in com.github.filosganga.geogson.model.positions
 
LinearRing - Class in com.github.filosganga.geogson.model
A closed LineString.
LinearRing(LinearPositions) - Constructor for class com.github.filosganga.geogson.model.LinearRing
 
linearRings() - Method in class com.github.filosganga.geogson.model.Polygon
Returns the LinearRings composing this Polygon.
LineString - Class in com.github.filosganga.geogson.model
Specialization of LinearGeometry composed at least by 2 points.
LineString(LinearPositions) - Constructor for class com.github.filosganga.geogson.model.LineString
 
lineStrings() - Method in class com.github.filosganga.geogson.model.MultiLineString
Returns the LineString Iterable contained by this MultiLineString.
lon() - Method in class com.github.filosganga.geogson.model.Point
The x-axis coordinate in map units (degree, kilometer, meter, mile, foot and inch).
lon() - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 

M

merge(Positions) - Method in class com.github.filosganga.geogson.model.positions.AreaPositions
Merge this Positions with another one.
merge(Positions) - Method in class com.github.filosganga.geogson.model.positions.LinearPositions
Merge this LinearPositions with another one.
merge(Positions) - Method in class com.github.filosganga.geogson.model.positions.MultiDimensionalPositions
Merge this Positions with another one.
merge(Positions) - Method in interface com.github.filosganga.geogson.model.positions.Positions
Merge this Position with another one returning a new Position resulting of this merge.
merge(Positions) - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
Merge this SinglePosition with another Positions instance.
MSG_GEOMETRIES_JSON_INVALID_TEMPLATE - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_GEOMETRY_JSON_INVALID_TEMPLATE - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_MISSING_KEY_COORDINATES - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_MISSING_KEY_GEOMETRIES - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_MISSING_KEY_GEOMETRY_TYPE - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_NOT_VALID_GEOMETRY_COLLECTION - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MSG_WRONG_GEOMETRY_TYPE_TEMPLATE - Static variable in class com.github.filosganga.geogson.gson.GeometryAdapter
 
MULTI_LINE_STRING - com.github.filosganga.geogson.model.Geometry.Type
 
MULTI_POINT - com.github.filosganga.geogson.model.Geometry.Type
 
MULTI_POLYGON - com.github.filosganga.geogson.model.Geometry.Type
 
MultiDimensionalPositions - Class in com.github.filosganga.geogson.model.positions
It represent a collection of AreaPositions used to represent composed Are geometries like the MultiPolygon.
MultiDimensionalPositions.Builder - Class in com.github.filosganga.geogson.model.positions
 
MultiLineString - Class in com.github.filosganga.geogson.model
Geometry composed by a collection of LineString.
MultiLineString(AreaPositions) - Constructor for class com.github.filosganga.geogson.model.MultiLineString
 
MultiPoint - Class in com.github.filosganga.geogson.model
Geometry composed by a sequence of Point.
MultiPoint(LinearPositions) - Constructor for class com.github.filosganga.geogson.model.MultiPoint
 
MultiPolygon - Class in com.github.filosganga.geogson.model
A Geometry composed by a collection of Polygon.
MultiPolygon(MultiDimensionalPositions) - Constructor for class com.github.filosganga.geogson.model.MultiPolygon
 

O

of(Feature...) - Static method in class com.github.filosganga.geogson.model.FeatureCollection
 
of(Geometry<?>) - Static method in class com.github.filosganga.geogson.model.Feature
Build a Feature with the given Geometry.
of(Geometry<?>...) - Static method in class com.github.filosganga.geogson.model.GeometryCollection
 
of(LinearRing, LinearRing...) - Static method in class com.github.filosganga.geogson.model.Polygon
Creates a Polygon from the given perimeter and holes.
of(LinearRing, Iterable<LinearRing>) - Static method in class com.github.filosganga.geogson.model.Polygon
Creates a Polygon from the given perimeter and holes.
of(LinearRing, Stream<LinearRing>) - Static method in class com.github.filosganga.geogson.model.Polygon
Creates a Polygon from the given perimeter and holes.
of(LineString...) - Static method in class com.github.filosganga.geogson.model.MultiLineString
Creates a MultiLineString from the given LineStrings.
of(Point...) - Static method in class com.github.filosganga.geogson.model.LinearRing
Create a LinearRing from the given points.
of(Point...) - Static method in class com.github.filosganga.geogson.model.LineString
Creates a LineString from the given points.
of(Point...) - Static method in class com.github.filosganga.geogson.model.MultiPoint
Creates a MultiPoint from the given points.
of(Polygon...) - Static method in class com.github.filosganga.geogson.model.MultiPolygon
Creates a MultiPolygon from the given Polygon sequence.
of(Iterable<Geometry<?>>) - Static method in class com.github.filosganga.geogson.model.GeometryCollection
 
of(Iterable<LineString>) - Static method in class com.github.filosganga.geogson.model.MultiLineString
Creates a MultiLineString from the given LineStrings.
of(Iterable<Point>) - Static method in class com.github.filosganga.geogson.model.LinearRing
Create a LinearRing from the given points.
of(Iterable<Point>) - Static method in class com.github.filosganga.geogson.model.LineString
Creates a LineString from the given points.
of(Iterable<Point>) - Static method in class com.github.filosganga.geogson.model.MultiPoint
Creates a MultiPoint from the given points.
of(Iterable<Polygon>) - Static method in class com.github.filosganga.geogson.model.MultiPolygon
Creates a MultiPolygon from the given Polygon sequence.
of(Stream<Geometry<?>>) - Static method in class com.github.filosganga.geogson.model.GeometryCollection
 
of(Stream<LineString>) - Static method in class com.github.filosganga.geogson.model.MultiLineString
Creates a MultiLineString from the given LineStrings.
of(Stream<Point>) - Static method in class com.github.filosganga.geogson.model.LinearRing
Create a LinearRing from the given points.
of(Stream<Point>) - Static method in class com.github.filosganga.geogson.model.LineString
Creates a LineString from the given points.
of(Stream<Point>) - Static method in class com.github.filosganga.geogson.model.MultiPoint
Creates a MultiPoint from the given points.
of(Stream<Polygon>) - Static method in class com.github.filosganga.geogson.model.MultiPolygon
Creates a MultiPolygon from the given Polygon stream.

P

perimeter() - Method in class com.github.filosganga.geogson.model.Polygon
Returns the perimeter LinearRing.
Point - Class in com.github.filosganga.geogson.model
A Point is identified by a lon,lat and alt coordinate..
Point(SinglePosition) - Constructor for class com.github.filosganga.geogson.model.Point
 
POINT - com.github.filosganga.geogson.model.Geometry.Type
 
points() - Method in class com.github.filosganga.geogson.model.LinearGeometry
Returns the points composing this Geometry.
Polygon - Class in com.github.filosganga.geogson.model
A Geometry composed by a sequence of LinearRings (or closed LineStrings).
Polygon(AreaPositions) - Constructor for class com.github.filosganga.geogson.model.Polygon
 
POLYGON - com.github.filosganga.geogson.model.Geometry.Type
 
polygons() - Method in class com.github.filosganga.geogson.model.MultiPolygon
Returns the Iterable of Polygon composing this MultiPolygon.
positions() - Method in class com.github.filosganga.geogson.model.AbstractGeometry
Returns the underlying Positions instance.
positions() - Method in interface com.github.filosganga.geogson.model.Geometry
Returns the Position underlying instance.
positions() - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
Positions - Interface in com.github.filosganga.geogson.model.positions
The Positions represent the set of coordinates.
PositionsAdapter - Class in com.github.filosganga.geogson.gson
The Gson TypeAdapter to serialize/de-serialize all the Positions instances.
PositionsAdapter() - Constructor for class com.github.filosganga.geogson.gson.PositionsAdapter
 
Preconditions - Class in com.github.filosganga.geogson.util
 
Preconditions() - Constructor for class com.github.filosganga.geogson.util.Preconditions
 
properties() - Method in class com.github.filosganga.geogson.model.Feature
The properties of this Feature.
PROPERTIES_NAME - Static variable in class com.github.filosganga.geogson.gson.FeatureAdapter
 

R

read(JsonReader) - Method in class com.github.filosganga.geogson.gson.FeatureAdapter
 
read(JsonReader) - Method in class com.github.filosganga.geogson.gson.FeatureCollectionAdapter
 
read(JsonReader) - Method in class com.github.filosganga.geogson.gson.GeometryAdapter
 
read(JsonReader) - Method in class com.github.filosganga.geogson.gson.PositionsAdapter
 

S

SinglePosition - Class in com.github.filosganga.geogson.model.positions
A Positions instance for a single point.
SinglePosition(double, double, double) - Constructor for class com.github.filosganga.geogson.model.positions.SinglePosition
 
size() - Method in class com.github.filosganga.geogson.model.AbstractGeometry
Returns the underlying Positions size.
size() - Method in class com.github.filosganga.geogson.model.FeatureCollection
 
size() - Method in interface com.github.filosganga.geogson.model.Geometry
Returns the size of this Geometry.
size() - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
size() - Method in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
size() - Method in interface com.github.filosganga.geogson.model.positions.Positions
The size of this positions.

T

toGeometry(S) - Method in interface com.github.filosganga.geogson.codec.Codec
Converts the given S instance to T.
toGeometry(T) - Method in class com.github.filosganga.geogson.codec.CodecRegistry
 
toLinearRing() - Method in class com.github.filosganga.geogson.model.LinearGeometry
Convert to a LinearRing.
toLineString() - Method in class com.github.filosganga.geogson.model.LinearGeometry
Converts to a LineString.
toMultiLineString() - Method in class com.github.filosganga.geogson.model.MultiLineString
Converts to a MultiLineString.
toMultiPoint() - Method in class com.github.filosganga.geogson.model.LinearGeometry
Converts to a MultiPoint.
toPolygon() - Method in class com.github.filosganga.geogson.model.MultiLineString
Converts to a Polygon.
toString() - Method in class com.github.filosganga.geogson.model.AbstractGeometry
 
toString() - Method in class com.github.filosganga.geogson.model.Feature
 
toString() - Method in class com.github.filosganga.geogson.model.FeatureCollection
 
toString() - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
toString() - Method in class com.github.filosganga.geogson.model.positions.AbstractPositions
 
toString() - Method in class com.github.filosganga.geogson.model.positions.SinglePosition
 
type() - Method in interface com.github.filosganga.geogson.model.Geometry
Returns the Geometry type.
type() - Method in class com.github.filosganga.geogson.model.GeometryCollection
 
type() - Method in class com.github.filosganga.geogson.model.LinearRing
 
type() - Method in class com.github.filosganga.geogson.model.LineString
 
type() - Method in class com.github.filosganga.geogson.model.MultiLineString
 
type() - Method in class com.github.filosganga.geogson.model.MultiPoint
 
type() - Method in class com.github.filosganga.geogson.model.MultiPolygon
 
type() - Method in class com.github.filosganga.geogson.model.Point
 
type() - Method in class com.github.filosganga.geogson.model.Polygon
 
TYPE_NAME - Static variable in class com.github.filosganga.geogson.gson.FeatureAdapter
 

V

valueOf(String) - Static method in enum com.github.filosganga.geogson.model.Geometry.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.filosganga.geogson.model.Geometry.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAlt(double) - Method in class com.github.filosganga.geogson.model.Point
Returns a new Point instance with the given z-axis value.
withGeometry(Geometry<?>) - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
withId(String) - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
withId(Optional<String>) - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
withLat(double) - Method in class com.github.filosganga.geogson.model.Point
Returns a new Point instance with the given x-axis value.
withLon(double) - Method in class com.github.filosganga.geogson.model.Point
Returns a new Point instance with the given x-axis value.
withProperties(Map<String, JsonElement>) - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
withProperty(String, JsonElement) - Method in class com.github.filosganga.geogson.model.Feature.Builder
 
write(JsonWriter, Feature) - Method in class com.github.filosganga.geogson.gson.FeatureAdapter
 
write(JsonWriter, FeatureCollection) - Method in class com.github.filosganga.geogson.gson.FeatureCollectionAdapter
 
write(JsonWriter, Geometry) - Method in class com.github.filosganga.geogson.gson.GeometryAdapter
 
write(JsonWriter, Positions) - Method in class com.github.filosganga.geogson.gson.PositionsAdapter
 
A B C E F G H I L M O P R S T V W 
All Classes All Packages