Preparing search index...
The search index is not available
gi-nx
gi-nx
data
GiraffeState
Class GiraffeState
Index
Constructors
constructor
Properties
attr
listeners
Methods
add
Listener
get
listen
remove
All
Listeners
remove
Listener
set
Constructors
constructor
new
Giraffe
State
(
)
:
GiraffeState
Returns
GiraffeState
Properties
attr
attr
:
GiraffeStateAttr
= {}
listeners
listeners
:
Record
<
string
,
any
>
= {}
Methods
add
Listener
add
Listener
(
keys
,
listener
)
:
string
Parameters
keys
:
GiraffeStateEventKey
[]
listener
:
(
(
key
:
GiraffeStateEventKey
,
event
:
MessageEvent
<
any
>
)
=>
void
)
(
key
,
event
)
:
void
Parameters
key
:
GiraffeStateEventKey
event
:
MessageEvent
<
any
>
Returns
void
Returns
string
get
get
(
key
)
:
FeatureCollection
<
Geometry
,
{
[
name
:
string
]
:
any
;
}
>
Parameters
key
:
"selected"
Returns
FeatureCollection
<
Geometry
,
{
[
name
:
string
]
:
any
;
}
>
get
(
key
)
:
MapView
Parameters
key
:
"mapView"
Returns
MapView
get
(
key
)
:
MapContent
Parameters
key
:
"mapContent"
Returns
MapContent
get
(
key
)
:
FeatureCollection
<
{
coordinates
:
GeoCoordinate
[]
[]
|
Position
[]
[]
;
type
:
"Polygon"
;
}
,
{
acronymFloorSpaceRatio
?:
string
;
acronymGross
?:
string
;
acronymNet
?:
string
;
acronymSaleable
?:
string
;
color
?:
string
;
created_at
?:
string
;
crs
?:
string
;
currencySymbol
?:
string
;
defaultBoundary
?:
boolean
;
description
?:
string
;
grid
?:
Grid
;
id
:
string
;
name
:
string
;
org_id
?:
number
;
org_name
?:
string
;
siteArea
?:
number
;
units
?:
ProjectUnits
;
}
&
Record
<
string
,
any
>
>
Parameters
key
:
"projects"
Returns
FeatureCollection
<
{
coordinates
:
GeoCoordinate
[]
[]
|
Position
[]
[]
;
type
:
"Polygon"
;
}
,
{
acronymFloorSpaceRatio
?:
string
;
acronymGross
?:
string
;
acronymNet
?:
string
;
acronymSaleable
?:
string
;
color
?:
string
;
created_at
?:
string
;
crs
?:
string
;
currencySymbol
?:
string
;
defaultBoundary
?:
boolean
;
description
?:
string
;
grid
?:
Grid
;
id
:
string
;
name
:
string
;
org_id
?:
number
;
org_name
?:
string
;
siteArea
?:
number
;
units
?:
ProjectUnits
;
}
&
Record
<
string
,
any
>
>
get
(
key
)
:
FeatureCollection
<
PointGeometry
|
LineStringGeometry
|
PolygonGeometry
,
PreStackedLineStringProps
|
StackedPointProps
|
StackedPolygonProps
>
Parameters
key
:
"bakedSections"
Returns
FeatureCollection
<
PointGeometry
|
LineStringGeometry
|
PolygonGeometry
,
PreStackedLineStringProps
|
StackedPointProps
|
StackedPolygonProps
>
get
(
key
)
:
ProjectLayer
[]
Parameters
key
:
"projectLayers"
Returns
ProjectLayer
[]
get
(
key
)
:
FeatureCollection
<
|
PointGeometry
|
LineStringGeometry
|
MultiPointGeometry
|
PolygonGeometry
|
MultiLineStringGeometry
|
MultiPolygonGeometry
,
RawFeatureProps
>
Parameters
key
:
"rawSections"
Returns
FeatureCollection
<
|
PointGeometry
|
LineStringGeometry
|
MultiPointGeometry
|
PolygonGeometry
|
MultiLineStringGeometry
|
MultiPolygonGeometry
,
RawFeatureProps
>
get
(
key
)
:
Project
Parameters
key
:
"project"
Returns
Project
get
(
key
)
:
GeoCoordinate
Parameters
key
:
"projectOrigin"
Returns
GeoCoordinate
get
(
key
)
:
{
1
?:
GiraffeProjectApp
;
}
&
Record
<
string
,
OtherProjectApp
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
>
Parameters
key
:
"projectAppsByAppID"
Returns
{
1
?:
GiraffeProjectApp
;
}
&
Record
<
string
,
OtherProjectApp
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
>
get
(
key
)
:
LayerTree
Parameters
key
:
"layerTree"
Returns
LayerTree
get
(
key
)
:
GiraffeProjectApp
|
OtherProjectApp
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
Parameters
key
:
"selectedProjectApp"
Returns
GiraffeProjectApp
|
OtherProjectApp
<
Record
<
string
,
any
>
,
Record
<
string
,
any
>
>
get
(
key
)
:
Vista
[]
Parameters
key
:
"vistas"
Returns
Vista
[]
get
(
key
)
:
any
Parameters
key
:
GiraffeStateEventKey
Returns
any
listen
listen
(
)
:
void
Returns
void
remove
All
Listeners
remove
All
Listeners
(
)
:
void
Returns
void
remove
Listener
remove
Listener
(
listenerKey
)
:
void
Parameters
listenerKey
:
any
Returns
void
set
set
(
key
,
value
,
event
)
:
void
Parameters
key
:
any
value
:
any
event
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attr
listeners
Methods
add
Listener
get
listen
remove
All
Listeners
remove
Listener
set
gi-nx
Loading...