Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MetadataEditorComponent

Hierarchy

  • MetadataEditorComponent

Implements

  • OnInit

Index

Constructors

constructor

Properties

Private DATE_FORMAT

DATE_FORMAT: string = "YYYY-MM-DD"

_distributionCiDate

_distributionCiDate: Date = new Date()

basicProfile

basicProfile: ProfileJs

Private categoriesService

categoriesService: CategoriesService

Private collectionsService

collectionsService: CollectionsService

currentTab

currentTab: number = 0

error

error: string = ""

loading

loading: boolean = false

metadata

metadata: GeoMetadata

metadataKeywordString

metadataKeywordString: String

Private notificationService

notificationService: NotificationService

onlineResourceLinkageTypeahead

onlineResourceLinkageTypeahead: Observable<Array<OwcLink>>

Private portalApiUrl

portalApiUrl: string

Private router

router: Router

sacCategories

sacCategories: IDashboardCategory[] = []

tabs

tabs: any[] = [{ title: 'What?', active: true },{ title: 'SAC Category', active: false },{ title: 'Where?', active: false },{ title: 'When?', active: false },{ title: 'Who?', active: false },{ title: 'Distribution', active: false }]

typeaheadLoading

typeaheadLoading: boolean

typeaheadNoResults

typeaheadNoResults: boolean

Private workbenchService

workbenchService: WorkbenchService

Methods

bboxChanged

  • bboxChanged($event: any): void

changeTypeaheadLoading

  • changeTypeaheadLoading(e: boolean): void

changeTypeaheadNoResults

  • changeTypeaheadNoResults(e: boolean): void

citationCiDateValid

Private loadValidValues

  • loadValidValues(topic: string): void

ngOnInit

  • ngOnInit(): void

onCitationDateSelectionDone

  • onCitationDateSelectionDone(e: any): void

openNextTab

  • openNextTab(): void

openPreviousTab

  • openPreviousTab(): void

sacCategoriesCheckboxClicked

  • sacCategoriesCheckboxClicked(event: any, indexParent: number, indexChild: number): void

submitForm

  • submitForm(): void

typeaheadOnSelect

  • typeaheadOnSelect(e: TypeaheadMatch): void

Object literals

validValues

validValues: object

ciDateType

ciDateType: undefined[] = []

formatVersion

formatVersion: undefined[] = []

hierarchyLevelName

hierarchyLevelName: undefined[] = []

pointOfContact

pointOfContact: undefined[] = []

referenceSystem

referenceSystem: undefined[] = []

scale

scale: undefined[] = []

smartCategory

smartCategory: undefined[] = []

topicCategory

topicCategory: undefined[] = []

useLimitation

useLimitation: undefined[] = []

Generated using TypeDoc