Class GeoSPARQLDatatypeHandler

  • All Implemented Interfaces:
    DatatypeHandler

    public final class GeoSPARQLDatatypeHandler
    extends java.lang.Object
    implements DatatypeHandler

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRecognizedDatatype​(IRI datatypeUri)
      Checks if the given datatype IRI is recognized by this `DatatypeHandler`.
      java.lang.String key()
      A unique key for this datatype handler to identify it in the
      boolean verifyDatatype​(java.lang.String theValue, Datatype theDatatype)
      Verifies that the datatype is valid, including a check on the structure of the literal value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeoSPARQLDatatypeHandler

        public GeoSPARQLDatatypeHandler()