public interface IVerticalCoordinateTransform
Modifier and Type | Method and Description |
---|---|
double |
transform(int recordIndex,
double z)
Transform the vertical coordinate of a Shapefile.
|
double transform(int recordIndex, double z)
recordIndex
- the record index from the Shapefile (records are
numbered from 1 to N). Implementations may also be implemented
a fixed value if that is what is required for the application.z
- the vertical coordinate from the shapefile (may be
undefined or set to a meaningless value)Copyright © 2021. All rights reserved.