public final class Coordinates
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Coords.Builder |
builder() |
static Coords |
fromPropertyMap(PropertyMap pmap)
Constructs a Coords instance from a PropertyMap.
|
public static Coords.Builder builder()
public static Coords fromPropertyMap(PropertyMap pmap) throws java.io.IOException
pmap
- PropertyMap inputjava.io.IOException
- can happen with file IO.