API / geotoolkit / contour / faults / ContourFault / ContourFault
faults.ContourFault.ContourFault
Stores points (in model coordinates) and other data for fault.
Constructors
| [new ContourFault(px, py, closed)](/solutions/geotoolkit/apis/classes/geotoolkit.contour.faults.contourfault.contourfault.md#new contourfault(px, py, closed)) | [new ContourFault(px, py, pl, pr, closed)](/solutions/geotoolkit/apis/classes/geotoolkit.contour.faults.contourfault.contourfault.md#new contourfault(px, py, pl, pr, closed)) |
|---|
Constructors
• new ContourFault(px, py, closed)
| Name | Type |
|---|---|
px | Float64Array |
py | Float64Array |
closed | boolean |
• new ContourFault(px, py, pl, pr, closed)
| Name | Type |
|---|---|
px | Float64Array |
py | Float64Array |
pl | Float64Array |
pr | Float64Array |
closed | boolean |
Methods
▸ getClassName(): string
string
▸ getClosed(): boolean
Returns true if fault is closed or false if fault is open.
boolean
closed The closed or open status
▸ getIsImplicit(): boolean
Gets the fault implicit status
boolean
isImplicit Whether the fault is implicit
▸ getLeft(): Float64Array
Gets a copy left values.
Float64Array
left The left values;
▸ getRight(): Float64Array
Gets a copy left values.
Float64Array
right The right values;
▸ getSize(): number
Gets the fault size
number
size The fault size
▸ getX(): Float64Array
Gets a copy of the X values.
Float64Array
x The X values;
▸ getY(): Float64Array
Gets a copy of the Y values.
Float64Array
y The Y values;
▸ Static getClassName(): string
string