public class EPSGCode extends Component
Constructor and Description |
---|
EPSGCode(int value) |
EPSGCode(TableElement tableElement,
String pattern) |
Modifier and Type | Method and Description |
---|---|
EPSGCode |
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
|
String |
getPattern() |
TableElement |
getTableElement() |
int |
getValue() |
void |
mark()
colors this particular component
|
static EPSGCode |
parse(String s)
converts a given String into an EPSG code object
|
void |
setPattern(String pattern) |
void |
setTableElement(TableElement tableElement) |
void |
setValue(int value) |
String |
toString() |
public EPSGCode(TableElement tableElement, String pattern)
public EPSGCode(int value)
public void setValue(int value)
public int getValue()
public void setTableElement(TableElement tableElement)
public TableElement getTableElement()
public EPSGCode forThis(Cell featureOfInterestPosition)
public void mark()
public void setPattern(String pattern)
public String getPattern()
public MissingComponentPanel getMissingComponentPanel(Combination c)
Component
getMissingComponentPanel
in class Component
Copyright © 2011–2019 52°North. All rights reserved.