 | CVOXRescaleCellSizes Method |
Multiply all cell sizes by a fixed factor.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void RescaleCellSizes(
double scale
)
public void RescaleCellSizes(
double scale
)
Public Sub RescaleCellSizes (
scale As Double
)
Public Sub RescaleCellSizes (
scale As Double
)
public:
void RescaleCellSizes(
double scale
)
public:
void RescaleCellSizes(
double scale
)
member RescaleCellSizes :
scale : float -> unit
member RescaleCellSizes :
scale : float -> unit
Parameters
- scale
- Type: SystemDouble
Scaling factor (>0)
Remarks
This is useful, for instance for converting sizes in one
unit to sizes in another unit if changing the projection
and the projection's unit changes, since the voxel inherits
its projection's units.
See Also