T - Value typepublic class SweCoordinate<T extends Number> extends Object implements Copyable<SweCoordinate<T>>
| Constructor and Description |
|---|
SweCoordinate(String name,
SweAbstractSimpleType<T> value)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
SweCoordinate<T> |
copy() |
String |
getName() |
SweAbstractSimpleType<T> |
getValue() |
void |
setName(String name) |
void |
setValue(SweAbstractSimpleType<T> value) |
String |
toString() |
public SweCoordinate(String name, SweAbstractSimpleType<T> value)
name - Coordinate namevalue - Coordinate valuepublic String getName()
public void setName(String name)
name - the name to setpublic SweAbstractSimpleType<T> getValue()
public void setValue(SweAbstractSimpleType<T> value)
value - the value to setpublic SweCoordinate<T> copy()
copy in interface Copyable<SweCoordinate<T extends Number>>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.