Modifier and Type | Method and Description |
---|---|
List<Component> |
PositionController.getMissingComponents() |
List<Component> |
DateAndTimeController.getMissingComponents() |
Modifier and Type | Method and Description |
---|---|
void |
PositionController.setMissingComponents(List<Component> components) |
void |
DateAndTimeController.setMissingComponents(List<Component> components) |
Modifier and Type | Method and Description |
---|---|
List<Component> |
Step5aModel.getMissingDateAndTimeComponents()
returns the components which were missing for this step
|
List<Component> |
Step6aModel.getMissingDateAndTimeComponents()
returns the components which were missing for this step
(= all date&time components)
|
List<Component> |
Step5cModel.getMissingPositionComponents()
returns the components which were missing for this step
|
List<Component> |
Step6cModel.getMissingPositionComponents()
returns the components which were missing for this step
(= all position components)
|
Modifier and Type | Method and Description |
---|---|
void |
Step5aModel.setMissingDateAndTimeComponents(List<Component> missingDateAndTimeComponents)
saves the components which are missing for this step
|
void |
Step6aModel.setMissingDateAndTimeComponents(List<Component> missingDateAndTimeComponents)
saves the components which are missing for this step
(= all date&time components)
|
void |
Step5cModel.setMissingPositionComponents(List<Component> missingPositionComponents)
saves the components which are missing for this step
|
void |
Step6cModel.setMissingPositionComponents(List<Component> missingPositionComponents)
saves the components which are missing for this step
(= all position components)
|
Modifier and Type | Class and Description |
---|---|
class |
Date
aggregates year, month and day
|
class |
DateAndTimeComponent |
class |
Day |
class |
Hour |
class |
Minute |
class |
Month |
class |
Second |
class |
Time
aggregates hour, minute and second
|
class |
TimeZone
UTC offset
|
class |
Year |
Modifier and Type | Class and Description |
---|---|
class |
EPSGCode |
class |
Height |
class |
Latitude |
class |
Longitude |
class |
PositionComponent |
Modifier and Type | Class and Description |
---|---|
class |
FeatureOfInterest |
class |
ObservedProperty |
class |
Resource
In this project, a resource has a URI and a name.
|
class |
Sensor |
class |
UnitOfMeasurement |
Modifier and Type | Method and Description |
---|---|
abstract Component |
MissingComponentPanel.getMissingComponent()
Returns the missing component
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MissingComponentPanel.setMissingComponent(Component c)
Initialises the missing component
|
Modifier and Type | Method and Description |
---|---|
Component |
MissingSecondPanel.getMissingComponent() |
Component |
MissingDayPanel.getMissingComponent() |
Component |
MissingMonthPanel.getMissingComponent() |
Component |
MissingMinutePanel.getMissingComponent() |
Component |
MissingYearPanel.getMissingComponent() |
Component |
MissingHourPanel.getMissingComponent() |
Component |
MissingTimePanel.getMissingComponent() |
Component |
MissingTimeZonePanel.getMissingComponent() |
Component |
MissingDatePanel.getMissingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
MissingSecondPanel.setMissingComponent(Component c) |
void |
MissingDayPanel.setMissingComponent(Component c) |
void |
MissingMonthPanel.setMissingComponent(Component c) |
void |
MissingMinutePanel.setMissingComponent(Component c) |
void |
MissingYearPanel.setMissingComponent(Component c) |
void |
MissingHourPanel.setMissingComponent(Component c) |
void |
MissingTimePanel.setMissingComponent(Component c) |
void |
MissingTimeZonePanel.setMissingComponent(Component c) |
void |
MissingDatePanel.setMissingComponent(Component c) |
Modifier and Type | Method and Description |
---|---|
Component |
MissingEPSGCodePanel.getMissingComponent() |
Component |
MissingHeightPanel.getMissingComponent() |
Component |
MissingLatitudePanel.getMissingComponent() |
Component |
MissingLongitudePanel.getMissingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
MissingEPSGCodePanel.setMissingComponent(Component c) |
void |
MissingHeightPanel.setMissingComponent(Component c) |
void |
MissingLatitudePanel.setMissingComponent(Component c) |
void |
MissingLongitudePanel.setMissingComponent(Component c) |
Modifier and Type | Method and Description |
---|---|
Component |
MissingResourcePanel.getMissingComponent() |
Modifier and Type | Method and Description |
---|---|
void |
MissingResourcePanel.setMissingComponent(Component c) |
Copyright © 2011–2019 52°North. All rights reserved.