/**
  * Indicates whether the record is a shape type capable of containing optional measure values.
  * Does not indicate whether the record actually contains measure values.
  *
  * @return true if the record may contain measure values.
  */
 protected boolean isMeasureType() {
   return Shapefile.isMeasureType(this.getShapeType());
 }