public static interface SectorGeometry.GeographicTextureCoordinateComputer
Modifier and Type | Method and Description |
---|---|
double[] |
compute(Angle latitude,
Angle longitude)
Computes a texture coordinate for a specified location.
|
double[] compute(Angle latitude, Angle longitude)
latitude
- the location's latitude.longitude
- the location's longitude.