public final class PolygonFromTextConverter extends AbstractGeometryFromTextConverter
SYS_PROP_DECIMAL_SEP| Constructor and Description |
|---|
PolygonFromTextConverter() |
| 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()
public String getFormatDisplayName()
public String getFormatHtmlName()
public 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()
public 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–2025 cismet GmbH. All rights reserved.