Uses of Interface
org.tinfour.utils.loaders.ICoordinateTransform
-
Packages that use ICoordinateTransform Package Description org.tinfour.utils.loaders Defines interfaces and provides utilities for loading data -
-
Uses of ICoordinateTransform in org.tinfour.utils.loaders
Classes in org.tinfour.utils.loaders that implement ICoordinateTransform Modifier and Type Class Description classSimpleGeographicTransformProvides a rudimentary implementation of a geographic transform.Methods in org.tinfour.utils.loaders that return ICoordinateTransform Modifier and Type Method Description ICoordinateTransformIVertexReader. getCoordinateTransform()Gets the coordinate transform associated with this instance.ICoordinateTransformVertexReaderText. getCoordinateTransform()Gets the coordinate transform associated with this instance.Methods in org.tinfour.utils.loaders with parameters of type ICoordinateTransform Modifier and Type Method Description voidIVertexReader. setCoordinateTransform(ICoordinateTransform transform)Sets a coordinate transform to be used for mapping values from the source file to vertex coordinates.voidVertexReaderText. setCoordinateTransform(ICoordinateTransform transform)Sets a coordinate transform to be used for mapping values from the source file to vertex coordinates.
-