Ejemplo n.º 1
0
 /**
  * Indicates whether the record is a shape type containing Z values.
  *
  * @return true if the record is a type containing Z values.
  */
 protected boolean isZType() {
   return Shapefile.isZType(this.getShapeType());
 }