Uses of Interface
com.luciad.format.geojson.ILcdGeoJsonShapeEncoder
Packages that use ILcdGeoJsonShapeEncoder
Package
Description
This package contains vector data GeoJson encoding and decoding utilities.
-
Uses of ILcdGeoJsonShapeEncoder in com.luciad.format.geojson
Methods in com.luciad.format.geojson that return ILcdGeoJsonShapeEncoderModifier and TypeMethodDescriptionTLcdGeoJsonModelEncoder.getCustomShapeEncoder()
Returns the custom shape encoder that is used by this model encoder, ornull
if no shape encoder was set.Methods in com.luciad.format.geojson with parameters of type ILcdGeoJsonShapeEncoderModifier and TypeMethodDescriptionvoid
TLcdGeoJsonModelEncoder.setCustomShapeEncoder
(ILcdGeoJsonShapeEncoder aCustomShapeEncoder) Sets a custom GeoJSON shape encoder on this model encoder.