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

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

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

A converter for Shapes.

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

Constructor Summary
ShapeConverter()
           
 
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

ShapeConverter

public ShapeConverter()
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.