public final class GeomFromWkbAsHexTextConverter extends AbstractRatingConverter<String,com.vividsolutions.jts.geom.Geometry> implements TextToGeometryConverter
| Constructor and Description |
|---|
GeomFromWkbAsHexTextConverter()
Creates a new GeomFromWkbAsHexTextConverter object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convertBackward(com.vividsolutions.jts.geom.Geometry to,
String... params)
Converts a given instance of
Geometry back to the origin format FROM. |
com.vividsolutions.jts.geom.Geometry |
convertForward(String from,
String... params)
Converts a given instance
FROM to a Geometry. |
String |
getFormatDescription() |
String |
getFormatDisplayName() |
Object |
getFormatExample() |
String |
getFormatHtmlDescription() |
String |
getFormatHtmlName() |
String |
getFormatName() |
ratepublic GeomFromWkbAsHexTextConverter()
public com.vividsolutions.jts.geom.Geometry convertForward(String from, String... params) throws de.cismet.commons.converter.ConversionException
FROM to a Geometry. The first parameter must be the EPSG
code, e.g. EPSG:4326.convertForward in interface GeometryConverter<String>convertForward in interface de.cismet.commons.converter.Converter<String,com.vividsolutions.jts.geom.Geometry>from - the originating object that shall be converted to a Geometryparams - first parameter must be the EPSG codeGeometry which was create from the FROM instancede.cismet.commons.converter.ConversionException - if any error occurs during conversionpublic String convertBackward(com.vividsolutions.jts.geom.Geometry to, String... params) throws de.cismet.commons.converter.ConversionException
GeometryConverterGeometry back to the origin format FROM. The first
parameter must be the EPSG code, e.g. EPSG:4326.convertBackward in interface GeometryConverter<String>convertBackward in interface de.cismet.commons.converter.Converter<String,com.vividsolutions.jts.geom.Geometry>to - the geometry that shall be converted back to an instance of FROMparams - no parameters neededFROM which was create from the Geometry instancede.cismet.commons.converter.ConversionException - if any error occurs during conversionpublic String getFormatName()
getFormatName in interface de.cismet.commons.converter.FormatHintpublic String getFormatDisplayName()
getFormatDisplayName in interface de.cismet.commons.converter.FormatHintpublic String getFormatHtmlName()
getFormatHtmlName in interface de.cismet.commons.converter.FormatHintpublic String getFormatDescription()
getFormatDescription in interface de.cismet.commons.converter.FormatHintpublic String getFormatHtmlDescription()
getFormatHtmlDescription in interface de.cismet.commons.converter.FormatHintpublic Object getFormatExample()
getFormatExample in interface de.cismet.commons.converter.FormatHintCopyright © 2012–2026 cismet GmbH. All rights reserved.