Package | Description |
---|---|
org.tinfour.utils |
Provides both high-level and general utilities for using the Tinfour packages.
|
Modifier and Type | Method and Description |
---|---|
GridSpecification.CellPosition |
GridSpecification.getCellPosition() |
static GridSpecification.CellPosition |
GridSpecification.CellPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridSpecification.CellPosition[] |
GridSpecification.CellPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GridSpecification(GridSpecification.CellPosition cellPosition,
double cellSize,
double xmin,
double xmax,
double ymin,
double ymax)
Constructs an instance based on a specified set of bounds with the
requirement that the grid coordinates are integral multiples of the
cellSize.
|
Copyright © 2021. All rights reserved.