getType method

int getType()

Gets the type of packed coordinate sequence this factory builds, either {@linkplain PackedCoordinateSequenceFactory#FLOAT} or {@linkplain PackedCoordinateSequenceFactory#DOUBLE}

@return the type of packed array built

Implementation

int getType() {
  return type;
}