Package org.geolatte.geom.crs
Class CrsParameter
- java.lang.Object
-
- org.geolatte.geom.crs.CrsParameter
-
public class CrsParameter extends Object
A parameter in theProjectionof aProjectedCoordinateReferenceSystem.- Author:
- Karel Maesen, Geovise BVBA creation-date: 8/2/11
-
-
Constructor Summary
Constructors Constructor Description CrsParameter(String name, double value)Constructs an instance with the given parameter name and value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Returns the name of this parameterdoublegetValue()Returns value of this parameter.inthashCode()static Map<String,CrsParameter>toMap(List<CrsParameter> params)StringtoString()
-
-
-
Constructor Detail
-
CrsParameter
public CrsParameter(String name, double value)
Constructs an instance with the given parameter name and value.- Parameters:
name- parameter namevalue- parameter value
-
-
Method Detail
-
toMap
public static Map<String,CrsParameter> toMap(List<CrsParameter> params)
-
getName
public String getName()
Returns the name of this parameter- Returns:
-
getValue
public double getValue()
Returns value of this parameter.- Returns:
-
-