Uses of Interface
com.github.filosganga.geogson.model.Geometry
-
Packages that use Geometry Package Description com.github.filosganga.geogson.codec com.github.filosganga.geogson.gson com.github.filosganga.geogson.model -
-
Uses of Geometry in com.github.filosganga.geogson.codec
Classes in com.github.filosganga.geogson.codec with type parameters of type Geometry Modifier and Type Interface Description interfaceCodec<S,T extends Geometry<?>>It converts to and fromGeometry.classCodecRegistry<T,S extends Geometry<?>>A registry of codecs used as façade to convert to and from different geometry systems. -
Uses of Geometry in com.github.filosganga.geogson.gson
Methods in com.github.filosganga.geogson.gson that return Geometry Modifier and Type Method Description Geometry<?>GeometryAdapter. read(com.google.gson.stream.JsonReader in)Methods in com.github.filosganga.geogson.gson with parameters of type Geometry Modifier and Type Method Description voidGeometryAdapter. write(com.google.gson.stream.JsonWriter out, Geometry value) -
Uses of Geometry in com.github.filosganga.geogson.model
Classes in com.github.filosganga.geogson.model that implement Geometry Modifier and Type Class Description classAbstractGeometry<P extends Positions>Abstract implementation ofGeometryproviding generic methods.classGeometryCollectionclassLinearGeometryAn abstract Geometry that is composed by a sequence of points.classLinearRingA closedLineString.classLineStringSpecialization of LinearGeometry composed at least by 2 points.classMultiLineStringGeometry composed by a collection ofLineString.classMultiPointGeometry composed by a sequence ofPoint.classMultiPolygonclassPointA Point is identified by a lon,lat and alt coordinate..classPolygonA Geometry composed by a sequence ofLinearRings (or closedLineStrings).Methods in com.github.filosganga.geogson.model that return Geometry Modifier and Type Method Description Geometry<?>Feature. geometry()The Geometry of this Feature.Methods in com.github.filosganga.geogson.model that return types with arguments of type Geometry Modifier and Type Method Description List<Geometry<?>>GeometryCollection. getGeometries()Methods in com.github.filosganga.geogson.model with parameters of type Geometry Modifier and Type Method Description static FeatureFeature. of(Geometry<?> geometry)static GeometryCollectionGeometryCollection. of(Geometry<?>... geometries)Feature.BuilderFeature.Builder. withGeometry(Geometry<?> geometry)Method parameters in com.github.filosganga.geogson.model with type arguments of type Geometry Modifier and Type Method Description static GeometryCollectionGeometryCollection. of(Iterable<Geometry<?>> geometries)static GeometryCollectionGeometryCollection. of(Stream<Geometry<?>> geometries)
-