Modifier and Type | Method and Description |
---|---|
List<MissingComponentPanel> |
PositionController.getMissingComponentPanels() |
List<MissingComponentPanel> |
DateAndTimeController.getMissingComponentPanels() |
Modifier and Type | Method and Description |
---|---|
abstract MissingComponentPanel |
Component.getMissingComponentPanel(Combination c)
returns a panel to complete the component
in case it is missing
|
Modifier and Type | Method and Description |
---|---|
MissingComponentPanel |
Minute.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Hour.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Second.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Year.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Month.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Date.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Day.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
TimeZone.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Time.getMissingComponentPanel(Combination c) |
Modifier and Type | Method and Description |
---|---|
MissingComponentPanel |
Height.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Latitude.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
Longitude.getMissingComponentPanel(Combination c) |
MissingComponentPanel |
EPSGCode.getMissingComponentPanel(Combination c) |
Modifier and Type | Method and Description |
---|---|
MissingComponentPanel |
Resource.getMissingComponentPanel(Combination c) |
Constructor and Description |
---|
Step5Panel(String description,
List<MissingComponentPanel> missingComponentPanels) |
Step6Panel(String description,
String featureOfInterestName,
String observedPropertyName,
List<MissingComponentPanel> missingComponentPanels) |
Modifier and Type | Class and Description |
---|---|
class |
MissingDateAndTimePanel
takes care of the associated date&time object
|
class |
MissingDatePanel
consists of a label and a JSpinner for year, month and day
|
class |
MissingDayPanel
consists of a label and a JSpinner for a single day
|
class |
MissingHourPanel
consists of a label and a JSpinner for a single hour
|
class |
MissingMinutePanel
consists of a label and a JSpinner for a single minute
|
class |
MissingMonthPanel
consists of a label and a JSpinner for a single month
|
class |
MissingSecondPanel
consists of a label and a JSpinner for a single second
|
class |
MissingTimePanel
consists of a label and a JSpinner for hour, minute and second
|
class |
MissingTimeZonePanel
consists of a label and a JSpinner for the UTC offset
|
class |
MissingYearPanel
consists of a label and a JSpinner for single years
|
Modifier and Type | Class and Description |
---|---|
class |
MissingEPSGCodePanel
consists of a combobox for the EPSG code and a combobox for the
name of the spatial reference system; both are linked with each other
|
class |
MissingHeightPanel
consists of a text field for the height and a combobox for the units
|
class |
MissingLatitudePanel
consists of a text field for the latitude and a combobox for the units
|
class |
MissingLongitudePanel
consists of a text field for the longitude and a combobox for the units
|
Modifier and Type | Class and Description |
---|---|
class |
MissingResourcePanel |
Copyright © 2011–2019 52°North. All rights reserved.