|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opengis.cs.CS_ProjectionParameter
A named projection parameter value.
The linear units of parameters' values match the linear units of the
containing projected coordinate system. The angular units of parameter
values match the angular units of the geographic coordinate system that
the projected coordinate system is based on. (Notice that this is
different from CT_Parameter
, where the units
are always meters and degrees.)
Field Summary | |
java.lang.String |
name
The parameter name. |
private static long |
serialVersionUID
Use serialVersionUID from first
draft for interoperability with CSS 1.00. |
double |
value
The parameter value. |
Constructor Summary | |
CS_ProjectionParameter()
Construct an empty parameter. |
|
CS_ProjectionParameter(java.lang.String name,
double value)
Construct a named parameter. |
Method Summary | |
java.lang.Object |
clone()
Returns a copy of this parameter. |
boolean |
equals(java.lang.Object object)
Compares the specified object with this parameter for equality. |
int |
hashCode()
Returns a hash value for this parameter. |
java.lang.String |
toString()
Returns a string représentation of this parameter. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
serialVersionUID
from first
draft for interoperability with CSS 1.00.
public java.lang.String name
public double value
Constructor Detail |
public CS_ProjectionParameter()
name
and value
.
public CS_ProjectionParameter(java.lang.String name, double value)
name
- The parameter name.value
- The parameter value.Method Detail |
public int hashCode()
public java.lang.Object clone()
public boolean equals(java.lang.Object object)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |