habitat_domain_patch๏ƒ

It includes information about versioning, patch priority, affected animal species, and the geometric shape of the patch.

Main Properties๏ƒ

Properties:

Name

Type

Description

version

string

Patch version.

patch

object

Object defining the content and parameters of the domain patch.

Object patch๏ƒ

Properties:

Name

Type

Description

priority

integer

Patch priority. Minimum value: 1.

source

object

Defines the animal species affected by the patch.

shape

object

Defines the geometric shape of the patch.

Object source๏ƒ

Properties:

Name

Type

Description

affectedAnimalSpecies

array

List of animal species affected by the patch.

Each element of this array is an object with:

Name

Type

Description

name

string

Name of the affected species.

affectedInstars

array[integer]

List of affected instars (developmental stages). Each integer must be โ‰ฅ 1.

Object shape๏ƒ

Properties:

Name

Type

Description

type

string (enum)

Geometric shape type. Possible values: - Homogeneous - Gaussian - Spherical - Cubic - RandomGaussian

cubicParams

object

Parameters specific to cubic-shaped patches.

sphericalParams

object

Parameters specific to spherical patches.

homogeneousParams

object

Parameters specific to homogeneous patches.

gaussianParams

object

Parameters specific to Gaussian-shaped patches.

randomGaussianParams

object

Parameters specific to random Gaussian patches.

Object cubicParams๏ƒ

Properties:

Name

Type

Description

bottomLeftCorner

array[number]

Coordinates of the bottom-left corner.

topRightCorner

array[number]

Coordinates of the top-right corner.

Object sphericalParams๏ƒ

Properties:

Name

Type

Description

center

array[number]

Center coordinates of the sphere.

radius

number

Radius of the sphere. Minimum value: 0.0.

Object homogeneousParams๏ƒ

Currently does not contain any specific properties.

Object gaussianParams๏ƒ

Currently does not contain any specific properties.

Object randomGaussianParams๏ƒ

Currently does not contain any specific properties.

Hierarchical Summary๏ƒ

habitat_domain_patch
โ”œโ”€โ”€ version: string
โ””โ”€โ”€ patch: object
    โ”œโ”€โ”€ priority: integer โ‰ฅ 1
    โ”œโ”€โ”€ source:
    โ”‚   โ””โ”€โ”€ affectedAnimalSpecies[]:
    โ”‚       โ”œโ”€โ”€ name: string
    โ”‚       โ””โ”€โ”€ affectedInstars[]: integer โ‰ฅ 1
    โ””โ”€โ”€ shape:
        โ”œโ”€โ”€ type: enum [Homogeneous, Gaussian, Spherical, Cubic, RandomGaussian]
        โ”œโ”€โ”€ cubicParams:
        โ”‚   โ”œโ”€โ”€ bottomLeftCorner: array[number]
        โ”‚   โ””โ”€โ”€ topRightCorner: array[number]
        โ”œโ”€โ”€ sphericalParams:
        โ”‚   โ”œโ”€โ”€ center: array[number]
        โ”‚   โ””โ”€โ”€ radius: number โ‰ฅ 0.0
        โ”œโ”€โ”€ homogeneousParams: {}
        โ”œโ”€โ”€ gaussianParams: {}
        โ””โ”€โ”€ randomGaussianParams: {}