Class SDOGeometryTypeDescriptor

    • Constructor Summary

      Constructors 
      Constructor Description
      SDOGeometryTypeDescriptor​(org.geolatte.geom.codec.db.oracle.OracleJDBCTypeFactory typeFactory)
      Constructs a SqlTypeDescriptor for the Oracle SDOGeometry type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canBeRemapped()
      Is this descriptor available for remapping?
      <X> ValueBinder<X> getBinder​(JavaTypeDescriptor<X> javaTypeDescriptor)
      Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the passed descriptor.
      <X> ValueExtractor<X> getExtractor​(JavaTypeDescriptor<X> javaTypeDescriptor)
      Get the extractor (pulling out-going values from JDBC objects) capable of handling values of the type described by the passed descriptor.
      int getSqlType()
      Return the JDBC type-code for the column mapped by this type.
      java.lang.String getTypeName()
      Returns the Oracle type name for SDOGeometry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait