Uses of Class
org.locationtech.spatial4j.io.BinaryCodec
-
Packages that use BinaryCodec Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.io.jts -
-
Uses of BinaryCodec in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context declared as BinaryCodec Modifier and Type Field Description private BinaryCodecSpatialContext. binaryCodecFields in org.locationtech.spatial4j.context with type parameters of type BinaryCodec Modifier and Type Field Description java.lang.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.
-