org.deegree.tools.crs.georeferencing.application
Class ParameterStore
java.lang.Object
org.deegree.tools.crs.georeferencing.application.ParameterStore
public class ParameterStore
- extends Object
Helper class to store the parameters from the commandLine.
- Version:
- $Revision: 29642 $, $Date: 2011-02-11 13:59:33 +0100 (Fri, 11 Feb 2011) $
- Author:
- Steffen Thomas, last edited by: $Author: lbuesching $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterStore
public ParameterStore(URL mapURL,
ICRS CRS,
String format,
String layers,
Envelope bbox,
int qor)
getMapURL
public URL getMapURL()
getCRS
public ICRS getCRS()
getFormat
public String getFormat()
getLayers
public String getLayers()
getBbox
public Envelope getBbox()
getBboxAsArray
public double[] getBboxAsArray()
getBboxAsPoint3d
public List<javax.vecmath.Point3d> getBboxAsPoint3d()
getQor
public int getQor()
Copyright © 2011. All Rights Reserved.