public class CrsParameter extends Object
Projection
of a ProjectedCoordinateReferenceSystem
.Constructor and Description |
---|
CrsParameter(String name,
double value)
Constructs an instance with the given parameter name and value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Returns the name of this parameter
|
double |
getValue()
Returns value of this parameter.
|
int |
hashCode() |
String |
toString() |
public CrsParameter(String name, double value)
name
- parameter namevalue
- parameter valuepublic String getName()
public double getValue()
Copyright © 2015 geolatte.org. All rights reserved.