public final class PointsFromTextConverter extends AbstractGeometryFromTextConverter implements MultiGeometriesProvider
SYS_PROP_DECIMAL_SEP| Constructor and Description |
|---|
PointsFromTextConverter() |
| 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)
DOCUMENT ME!
|
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.FormatHintpublic int rate(String from, String... params)
rate in interface de.cismet.commons.converter.Converter.MatchRating<String>rate in class AbstractRatingConverter<String,com.vividsolutions.jts.geom.Geometry>from - DOCUMENT ME!params - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.