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