LocationExtent
@fovea/server / models/types / LocationExtent
Interface: LocationExtent
Defined in: src/models/types.ts:309
Extends
Properties
boundary
boundary:
object
[]
Defined in: src/models/types.ts:311
altitude?
optional
altitude:number
latitude?
optional
latitude:number
longitude?
optional
longitude:number
x?
optional
x:number
y?
optional
y:number
z?
optional
z:number
boundingBox?
optional
boundingBox:object
Defined in: src/models/types.ts:319
maxAltitude?
optional
maxAltitude:number
maxLatitude?
optional
maxLatitude:number
maxLongitude?
optional
maxLongitude:number
minAltitude?
optional
minAltitude:number
minLatitude?
optional
minLatitude:number
minLongitude?
optional
minLongitude:number
coordinateSystem?
optional
coordinateSystem:"GPS"
|"cartesian"
|"relative"
Defined in: src/models/types.ts:294
Inherited from
createdAt
createdAt:
string
Defined in: src/models/types.ts:254
Inherited from
description
description:
GlossItem
[]
Defined in: src/models/types.ts:247
Inherited from
id
id:
string
Defined in: src/models/types.ts:245
Inherited from
locationType
locationType:
"extent"
Defined in: src/models/types.ts:310
Overrides
metadata
metadata:
object
Defined in: src/models/types.ts:249
alternateNames?
optional
alternateNames:string
[]
externalIds?
optional
externalIds:Record
<string
,string
>
properties?
optional
properties:Record
<string
,unknown
>
Inherited from
name
name:
string
Defined in: src/models/types.ts:246
Inherited from
typeAssignments
typeAssignments:
EntityTypeAssignment
[]
Defined in: src/models/types.ts:248
Inherited from
updatedAt
updatedAt:
string
Defined in: src/models/types.ts:255