Uses of Interface
com.github.filosganga.geogson.codec.Codec
-
Packages that use Codec Package Description com.github.filosganga.geogson.codec -
-
Uses of Codec in com.github.filosganga.geogson.codec
Classes in com.github.filosganga.geogson.codec that implement Codec Modifier and Type Class Description classCodecRegistry<T,S extends Geometry<?>>A registry of codecs used as façade to convert to and from different geometry systems.Methods in com.github.filosganga.geogson.codec with parameters of type Codec Modifier and Type Method Description voidCodecRegistry. addCodec(Codec<? extends T,? extends S> codec)Constructor parameters in com.github.filosganga.geogson.codec with type arguments of type Codec Constructor Description CodecRegistry(Iterable<Codec<? extends T,? extends S>> codecs)
-