org.esa.beam.visat.actions.session
Class PointConverter

java.lang.Object
  extended by org.esa.beam.visat.actions.session.PointConverter
All Implemented Interfaces:
com.bc.ceres.binding.Converter

public class PointConverter
extends Object
implements com.bc.ceres.binding.Converter

A converter for Shapes.

Since:
BEAM 4.6
Version:
$Revision$ $Date$
Author:
Norman Fomferra

Constructor Summary
PointConverter()
           
 
Method Summary
 String format(Object value)
           
 Class getValueType()
           
 Object parse(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointConverter

public PointConverter()
Method Detail

getValueType

public Class getValueType()
Specified by:
getValueType in interface com.bc.ceres.binding.Converter

parse

public Object parse(String text)
             throws com.bc.ceres.binding.ConversionException
Specified by:
parse in interface com.bc.ceres.binding.Converter
Throws:
com.bc.ceres.binding.ConversionException

format

public String format(Object value)
Specified by:
format in interface com.bc.ceres.binding.Converter


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.