Class GoldAssayVoxelModel
java.lang.Object
org.episteme.natural.earth.geology.GoldAssayVoxelModel
- All Implemented Interfaces:
VoxelModel
A VoxelModel simulating a mineral deposit (e.g., Gold Assay) for Geoscience visualization.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GoldAssayVoxelModel
public GoldAssayVoxelModel()
-
-
Method Details
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceVoxelModel- Returns:
- Number of voxels in X dimension
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceVoxelModel- Returns:
- Number of voxels in Y dimension
-
getDepth
public int getDepth()- Specified by:
getDepthin interfaceVoxelModel- Returns:
- Number of voxels in Z dimension
-
getValue
- Specified by:
getValuein interfaceVoxelModel- Returns:
- The scientific scalar value at integer coordinates.
-
getName
- Specified by:
getNamein interfaceVoxelModel- Returns:
- Friendly name for the dataset
-
getUnit
- Specified by:
getUnitin interfaceVoxelModel- Returns:
- Friendly description of the unit or data type
-