예제 #1
0
 /**
  * Makes this <code>Envelope</code> a "null" envelope, that is, the envelope of the empty
  * geometry.
  */
 @Override
 public void setToNull() {
   super.setToNull();
   minz = 0;
   maxz = -1;
 }