hashCode property

int hashCode
override

Gets a hash code for the Geometry.

@return an integer value suitable for use as a hashcode

Implementation

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