public abstract class Coord extends Object implements Cloneable
Coord2D, Coord3D| Modifier | Constructor and Description |
|---|---|
protected |
Coord(BaseSRF assocSRF,
Coord_ClassType type)
Constructor setting the associated SRF and the concrete class type
|
| Modifier and Type | Method and Description |
|---|---|
Coord_ClassType |
getClassType()
Returns the class type of this coordinate.
|
BaseSRF |
getSRF()
Returns the SRF this coordassocSRFinate belongs to.
|
abstract double[] |
getValues()
Returns an array containing the coordinate component values.
|
abstract boolean |
isEqual(Coord coord)
Returns TRUE if the coordinate component values are "equal"
|
Coord |
makeClone()
Returns the copy of this coordinate object instance.
|
abstract String |
toString()
Returns the string with coordinate component labels and values
|
protected Coord(BaseSRF assocSRF, Coord_ClassType type)
public BaseSRF getSRF()
public abstract double[] getValues()
public Coord_ClassType getClassType()
public Coord makeClone() throws SrmException
SrmExceptionpublic abstract boolean isEqual(Coord coord)
Copyright © 2013 SEDRIS. All Rights Reserved.