Package org.tinfour.utils.loaders
Class CoordinatePair
- java.lang.Object
-
- org.tinfour.utils.loaders.CoordinatePair
-
public class CoordinatePair extends Object
A simple container for holding the results of a coordinate transform. All elements have public access and can be written or read at will. This class provides no guarantees or safety or protection. It's sole purpose is to provide an efficient mechanism for transferring data.
-
-
Constructor Summary
Constructors Constructor Description CoordinatePair()Standard constructor.
-