Uses of Interface
com.github.filosganga.geogson.model.positions.Positions
-
Packages that use Positions Package Description com.github.filosganga.geogson.gson com.github.filosganga.geogson.model com.github.filosganga.geogson.model.positions -
-
Uses of Positions in com.github.filosganga.geogson.gson
Methods in com.github.filosganga.geogson.gson that return Positions Modifier and Type Method Description PositionsPositionsAdapter. read(com.google.gson.stream.JsonReader in)Methods in com.github.filosganga.geogson.gson with parameters of type Positions Modifier and Type Method Description voidPositionsAdapter. write(com.google.gson.stream.JsonWriter out, Positions value) -
Uses of Positions in com.github.filosganga.geogson.model
Classes in com.github.filosganga.geogson.model with type parameters of type Positions Modifier and Type Class Description classAbstractGeometry<P extends Positions>Abstract implementation ofGeometryproviding generic methods.interfaceGeometry<P extends Positions>A Geometry is a definition of a shape (A collection of coordinates).Methods in com.github.filosganga.geogson.model that return Positions Modifier and Type Method Description PositionsGeometryCollection. positions() -
Uses of Positions in com.github.filosganga.geogson.model.positions
Classes in com.github.filosganga.geogson.model.positions with type parameters of type Positions Modifier and Type Class Description classAbstractPositions<T extends Positions>Abstract implementation ofPositions.Classes in com.github.filosganga.geogson.model.positions that implement Positions Modifier and Type Class Description classAbstractPositions<T extends Positions>Abstract implementation ofPositions.classAreaPositionsaPositionsinstance to represent an area Geometry.classLinearPositionsAPositionsimplementation for linear geometries.classMultiDimensionalPositionsIt represent a collection ofAreaPositionsused to represent composed Are geometries like theMultiPolygon.classSinglePositionAPositionsinstance for a single point.Methods in com.github.filosganga.geogson.model.positions that return Positions Modifier and Type Method Description PositionsAbstractPositions.PositionsBuilder. build()PositionsAreaPositions. merge(Positions other)Merge this Positions with another one.PositionsLinearPositions. merge(Positions other)Merge this LinearPositions with another one.PositionsMultiDimensionalPositions. merge(Positions other)Merge this Positions with another one.PositionsPositions. merge(Positions other)Merge this Position with another one returning a new Position resulting of this merge.PositionsSinglePosition. merge(Positions other)Merge this SinglePosition with anotherPositionsinstance.Methods in com.github.filosganga.geogson.model.positions that return types with arguments of type Positions Modifier and Type Method Description List<? extends Positions>Positions. children()Return this position children Positions.Methods in com.github.filosganga.geogson.model.positions with parameters of type Positions Modifier and Type Method Description AbstractPositions.PositionsBuilderAbstractPositions.PositionsBuilder. addChild(Positions p)AbstractPositions.PositionsBuilderAreaPositions.Builder. addChild(Positions p)AbstractPositions.PositionsBuilderLinearPositions.Builder. addChild(Positions p)MultiDimensionalPositions.BuilderMultiDimensionalPositions.Builder. addChild(Positions p)static AbstractPositions.PositionsBuilderAbstractPositions.PositionsBuilder. builderOf(Positions p)PositionsAreaPositions. merge(Positions other)Merge this Positions with another one.PositionsLinearPositions. merge(Positions other)Merge this LinearPositions with another one.PositionsMultiDimensionalPositions. merge(Positions other)Merge this Positions with another one.PositionsPositions. merge(Positions other)Merge this Position with another one returning a new Position resulting of this merge.PositionsSinglePosition. merge(Positions other)Merge this SinglePosition with anotherPositionsinstance.
-