public class SweVector extends SweAbstractDataComponent
| Constructor and Description |
|---|
SweVector() |
SweVector(List<? extends SweCoordinate<? extends Number>> coordinates) |
SweVector(SweCoordinate<? extends Number>... coordinates) |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
SweVector |
copy() |
SweAbstractDataComponent |
copyValueTo(SweAbstractDataComponent copy)
Copies all values from this
SweAbstractDataComponent to the
passed |
boolean |
equals(Object obj) |
List<? extends SweCoordinate<? extends Number>> |
getCoordinates() |
SweConstants.SweDataComponentType |
getDataComponentType() |
String |
getLocalFrame() |
String |
getReferenceFrame() |
int |
hashCode() |
boolean |
isSetCoordinates() |
boolean |
isSetLocalFrame() |
boolean |
isSetReferenceFrame() |
SweVector |
setCoordinates(List<? extends SweCoordinate<? extends Number>> coordinates) |
void |
setLocalFrame(String localFrame) |
void |
setReferenceFrame(String referenceFrame) |
String |
toString() |
addName, addName, addName, getDefaultElementEncoding, getDefinition, getDescription, getIdentifier, getLabel, getName, getNames, getXml, isSetDefinition, isSetDescription, isSetIdentifier, isSetLabel, isSetName, isSetNames, isSetXml, setDefaultElementEncoding, setDefinition, setDescription, setIdentifier, setLabel, setName, setName, setName, setXmlclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSetDefaultElementEncodingpublic SweVector(List<? extends SweCoordinate<? extends Number>> coordinates)
@SafeVarargs public SweVector(SweCoordinate<? extends Number>... coordinates)
public SweVector()
public List<? extends SweCoordinate<? extends Number>> getCoordinates()
public SweVector setCoordinates(List<? extends SweCoordinate<? extends Number>> coordinates)
public boolean isSetCoordinates()
public int hashCode()
hashCode in class SweAbstractDataComponentpublic boolean equals(Object obj)
equals in class SweAbstractDataComponentpublic SweConstants.SweDataComponentType getDataComponentType()
getDataComponentType in class SweAbstractDataComponentpublic void setReferenceFrame(String referenceFrame)
public String getReferenceFrame()
public boolean isSetReferenceFrame()
public void setLocalFrame(String localFrame)
public String getLocalFrame()
public boolean isSetLocalFrame()
public <T,X extends Throwable> T accept(SweDataComponentVisitor<T,X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic <X extends Throwable> void accept(VoidSweDataComponentVisitor<X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic SweVector copy()
public SweAbstractDataComponent copyValueTo(SweAbstractDataComponent copy)
SweAbstractDataComponentSweAbstractDataComponent to the
passedcopyValueTo in class SweAbstractDataComponentcopy - SweAbstractDataComponent to copy values toCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.