public final class BoundingBoxFromTextConverter extends AbstractGeometryFromTextConverter implements de.cismet.commons.converter.Converter.MatchRating<String>
SYS_PROP_DECIMAL_SEP| Constructor and Description |
|---|
BoundingBoxFromTextConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected com.vividsolutions.jts.geom.Geometry |
createGeometry(com.vividsolutions.jts.geom.Coordinate[] coordinates,
com.vividsolutions.jts.geom.GeometryFactory geomFactory)
Creates a geometry from the given coordinate array and geometry factory.
|
String |
getFormatDescription() |
String |
getFormatDisplayName() |
Object |
getFormatExample() |
String |
getFormatHtmlDescription() |
String |
getFormatHtmlName() |
String |
getFormatName() |
int |
rate(String from,
String... params) |
convertBackward, convertForward, getDecimalFormat, getDecimalSeparator, getTokenRegex, getTokenSeparatorsprotected com.vividsolutions.jts.geom.Geometry createGeometry(com.vividsolutions.jts.geom.Coordinate[] coordinates,
com.vividsolutions.jts.geom.GeometryFactory geomFactory)
throws de.cismet.commons.converter.ConversionException
AbstractGeometryFromTextConverternull.createGeometry in class AbstractGeometryFromTextConvertercoordinates - the coordinates to create a geometry fromgeomFactory - the geometry factory that may be used to create the geometryde.cismet.commons.converter.ConversionException - if any error occurs during creation of the geometrypublic 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.FormatHintgetFormatDescription in class AbstractGeometryFromTextConverterpublic String getFormatHtmlDescription()
getFormatHtmlDescription in interface de.cismet.commons.converter.FormatHintgetFormatHtmlDescription in class AbstractGeometryFromTextConverterpublic Object getFormatExample()
getFormatExample in interface de.cismet.commons.converter.FormatHintCopyright © 2012–2025 cismet GmbH. All rights reserved.