IsthmusBase

ostrat.prid.phex.HSetter.IsthmusBase
trait IsthmusBase

Needs removing. Base trait Isthmus. Generally this will be used for Isthmuses, but it can be used for any HCen and HSep terrain that fits the geometry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Isthmus

Members list

Value members

Abstract methods

The number of the first vertex to be indented.

The number of the first vertex to be indented.

Attributes

def sepTerrs1: SST

The terrain of the HSeps, next to the index vertex, typically a type of water.

The terrain of the HSeps, next to the index vertex, typically a type of water.

Attributes

def sepTerrs2: SST

The terrain of the HSeps, next to the opposite vertex typically a type of water.

The terrain of the HSeps, next to the opposite vertex typically a type of water.

Attributes

def terr: TT

The terrain of the main tile, typically a type of land.

The terrain of the main tile, typically a type of land.

Attributes

Concrete methods

The number of the first vertex to be indented.

The number of the first vertex to be indented.

Attributes

def run(row: Int, c: Int): Unit

Sets the HCen terrain. Sets the two opposite HCorners and sets the four HSep terrains adjacent to the pulled in vertices. The HSep terrains can be different on either HSep of the isthmus. For eample it could be sea on one HSep and fresh water lake on the other.

Sets the HCen terrain. Sets the two opposite HCorners and sets the four HSep terrains adjacent to the pulled in vertices. The HSep terrains can be different on either HSep of the isthmus. For eample it could be sea on one HSep and fresh water lake on the other.

Attributes