API / geotoolkit3d / transformation / IndexCoordinates / IndexCoordinates
transformation.IndexCoordinates.IndexCoordinates
Type Aliases
Type Aliases
Ƭ FromJSONIndex: Object
The json
| Name | Type | Description |
|---|---|---|
i0? | number | The starting 'i' index value |
icount? | number | The 'i' index count |
istep? | number | The 'i' index step |
j0? | number | The starting 'j' index value |
jcount? | number | The 'j' index count |
jstep? | number | The 'j' index step |
samplecount? | number | The 'z' index count |
samplerate? | number | The 'z' index step |
z0? | number | The starting 'z' index value |
z1? | number | The last 'z' index value |