hashCode property

int hashCode
inherited

Gets a hash code for the Geometry.

@return an integer value suitable for use as a hashcode

Implementation

int get hashCode {
  return getEnvelopeInternal().hashCode;
}