Skip to main content

LocationPoint

@fovea/annotation-tool


@fovea/annotation-tool / models/types / LocationPoint

Interface: LocationPoint

Defined in: src/models/types.ts:468

Extends

Properties

coordinates

coordinates: object

Defined in: src/models/types.ts:470

altitude?

optional altitude: number

latitude?

optional latitude: number

longitude?

optional longitude: number

x?

optional x: number

y?

optional y: number

z?

optional z: number


coordinateSystem?

optional coordinateSystem: "GPS" | "cartesian" | "relative"

Defined in: src/models/types.ts:465

Inherited from

Location.coordinateSystem


createdAt

createdAt: string

Defined in: src/models/types.ts:421

Inherited from

Location.createdAt


description

description: GlossItem[]

Defined in: src/models/types.ts:410

Inherited from

Location.description


id

id: string

Defined in: src/models/types.ts:408

Inherited from

Location.id


importedAt?

optional importedAt: string

Defined in: src/models/types.ts:414

Inherited from

Location.importedAt


importedFrom?

optional importedFrom: "wikidata" | "persona"

Defined in: src/models/types.ts:413

Inherited from

Location.importedFrom


locationType

locationType: "point"

Defined in: src/models/types.ts:469

Overrides

Location.locationType


metadata

metadata: object

Defined in: src/models/types.ts:416

alternateNames?

optional alternateNames: string[]

externalIds?

optional externalIds: Record<string, string>

properties?

optional properties: Record<string, any>

Inherited from

Location.metadata


name

name: string

Defined in: src/models/types.ts:409

Inherited from

Location.name


typeAssignments

typeAssignments: EntityTypeAssignment[]

Defined in: src/models/types.ts:415

Inherited from

Location.typeAssignments


updatedAt

updatedAt: string

Defined in: src/models/types.ts:422

Inherited from

Location.updatedAt


wikidataId?

optional wikidataId: string

Defined in: src/models/types.ts:411

Inherited from

Location.wikidataId


wikidataUrl?

optional wikidataUrl: string

Defined in: src/models/types.ts:412

Inherited from

Location.wikidataUrl