setSrid method

void setSrid(
  1. int srid
)

Implementation

void setSrid(int srid) {
  this.srid = srid;
}