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 with type parameters of type BinaryCodec Modifier and Type Field Description Class<? extends BinaryCodec>
SpatialContextFactory. binaryCodecClass
Methods in org.locationtech.spatial4j.context that return BinaryCodec Modifier and Type Method Description BinaryCodec
SpatialContext. getBinaryCodec()
BinaryCodec
SpatialContextFactory. 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 class
JtsBinaryCodec
Writes shapes in WKB, if it isn't otherwise supported by the superclass.
-