getSRID method

int getSRID()

Gets the SRID value defined for this factory.

@return the factory SRID value

Implementation

int getSRID() {
  return _SRID;
}