API / geotoolkit3d / transformation / XYCoordinates / XYCoordinates
transformation.XYCoordinates.XYCoordinates
A XYCoordinates coordinates object.
This object holds the information about the XY coordinates of a seismic volume.
It is used to compute the Index-to-XY transformation and provides some utility function to retrieve the XY coordinates.
XYCoordinates
Constructors
Methods
▸ asBox3(): Box3
Returns the bounding box
Box3
The xyz coordinates as a box 3d
▸ asElevationBox3(): Box3
Returns the bounding box with z being elevation
Box3
The xyz coordinates as a box 3d
▸ fromJSONPoints(xy): XYCoordinates
Initialize XYCoordinates using given json.
Only 3 corners out of 4 are required.
| Name | Type | Description |
|---|---|---|
xy | PointsXY | json with points |
this
▸ fromJSONXY(xy): XYCoordinates
Create a Seismic XYCoordinates system using the given corners.
Only 3 corners out of 4 are required. Coordinates do not need to be in a specific order.
| Name | Type | Description |
|---|---|---|
xy | XY | The xy json |
this
▸ getClassName(): string
string
▸ isPointInside(point): boolean
Returns if the given point is inside the XY limits defined by the given 4 corners.
| Name | Type | Description |
|---|---|---|
point | Vector3 | the point to check if it is inside the box |
boolean
true if the point is inside the box
▸ Static getClassName(): string
string