java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.DefaultWktWriter
All Implemented Interfaces:
WktWriter

final class DefaultWktWriter extends Object implements WktWriter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.locationtech.spatial4j.io.ShapeWriter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultWktWriter(org.locationtech.spatial4j.context.SpatialContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    toWkt(org.locationtech.spatial4j.shape.Shape shape)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wktWriter

      private final org.locationtech.spatial4j.io.ShapeWriter wktWriter
  • Constructor Details

    • DefaultWktWriter

      public DefaultWktWriter(org.locationtech.spatial4j.context.SpatialContext context)
  • Method Details