| Package | Description |
|---|---|
| org.tinfour.utils.loaders |
Defines interfaces and provides utilities for loading data
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGeographicTransform
Provides a rudimentary implementation of a geographic transform.
|
| Modifier and Type | Method and Description |
|---|---|
ICoordinateTransform |
VertexReaderText.getCoordinateTransform()
Gets the coordinate transform associated with this instance.
|
ICoordinateTransform |
IVertexReader.getCoordinateTransform()
Gets the coordinate transform associated with this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VertexReaderText.setCoordinateTransform(ICoordinateTransform transform)
Sets a coordinate transform to be used for mapping values from the source
file to vertex coordinates.
|
void |
IVertexReader.setCoordinateTransform(ICoordinateTransform transform)
Sets a coordinate transform to be used for mapping values from the source
file to vertex coordinates.
|
Copyright © 2019. All rights reserved.