public class CoordinateDimension
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getMax() |
double |
getMin() |
java.lang.String |
getName() |
void |
setMax(double max) |
void |
setMin(double min) |
void |
setName(java.lang.String name) |
public void setMin(double min)
public double getMin()
public void setMax(double max)
public double getMax()
public java.lang.String getName()
public void setName(java.lang.String name) throws WcsException
WcsException