org.esa.beam.util.converters
Class JtsGeometryConverter
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JtsGeometryConverter
public JtsGeometryConverter()
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.