org.esa.beam.util.converters
Class JtsGeometryConverter

java.lang.Object
  extended by org.esa.beam.util.converters.JtsGeometryConverter
All Implemented Interfaces:
com.bc.ceres.binding.Converter<com.vividsolutions.jts.geom.Geometry>

public class JtsGeometryConverter
extends Object
implements com.bc.ceres.binding.Converter<com.vividsolutions.jts.geom.Geometry>


Constructor Summary
JtsGeometryConverter()
           
 
Method Summary
 String format(com.vividsolutions.jts.geom.Geometry value)
           
 Class<? extends com.vividsolutions.jts.geom.Geometry> getValueType()
           
 com.vividsolutions.jts.geom.Geometry parse(String text)
           
static void registerConverter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtsGeometryConverter

public JtsGeometryConverter()
Method Detail

getValueType

public Class<? extends com.vividsolutions.jts.geom.Geometry> getValueType()
Specified by:
getValueType in interface com.bc.ceres.binding.Converter<com.vividsolutions.jts.geom.Geometry>

parse

public com.vividsolutions.jts.geom.Geometry parse(String text)
                                           throws com.bc.ceres.binding.ConversionException
Specified by:
parse in interface com.bc.ceres.binding.Converter<com.vividsolutions.jts.geom.Geometry>
Throws:
com.bc.ceres.binding.ConversionException

format

public String format(com.vividsolutions.jts.geom.Geometry value)
Specified by:
format in interface com.bc.ceres.binding.Converter<com.vividsolutions.jts.geom.Geometry>

registerConverter

public static void registerConverter()


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