Uses of Class
com.spatial4j.core.io.BinaryCodec
-
Packages that use BinaryCodec Package Description com.spatial4j.core.context SpatialContext implementations are the facade to the Spatial4j API.com.spatial4j.core.io.jts -
-
Uses of BinaryCodec in com.spatial4j.core.context
Fields in com.spatial4j.core.context with type parameters of type BinaryCodec Modifier and Type Field Description Class<? extends BinaryCodec>SpatialContextFactory. binaryCodecClassMethods in com.spatial4j.core.context that return BinaryCodec Modifier and Type Method Description BinaryCodecSpatialContext. getBinaryCodec()BinaryCodecSpatialContextFactory. makeBinaryCodec(SpatialContext ctx) -
Uses of BinaryCodec in com.spatial4j.core.io.jts
Subclasses of BinaryCodec in com.spatial4j.core.io.jts Modifier and Type Class Description classJtsBinaryCodecWrites shapes in WKB, if it isn't otherwise supported by the superclass.
-