public class Latitude extends PositionComponent
Constructor and Description |
---|
Latitude(double value,
String unit) |
Latitude(TableElement tableElement,
String pattern) |
Modifier and Type | Method and Description |
---|---|
Latitude |
forThis(Cell featureOfInterestPosition)
returns the corresponding position component for a feature of interest cell
|
MissingComponentPanel |
getMissingComponentPanel(Combination c)
returns a panel to complete the component
in case it is missing
|
static Latitude |
parse(String s)
Tries to convert a given String into a valid Latitude object
|
String |
toString() |
getParsedUnit, getPattern, getTableElement, getUnit, getValue, mark, setPattern, setTableElement, setUnit, setValue
public Latitude(TableElement tableElement, String pattern)
public Latitude(double value, String unit)
public String toString()
toString
in class PositionComponent
public MissingComponentPanel getMissingComponentPanel(Combination c)
Component
getMissingComponentPanel
in class Component
public static Latitude parse(String s)
public Latitude forThis(Cell featureOfInterestPosition)
PositionComponent
forThis
in class PositionComponent
Copyright © 2011–2019 52°North. All rights reserved.