public final class GeometriesFromGPXConverter extends AbstractGeometryFromTextConverter implements MultiGeometriesProvider
SYS_PROP_DECIMAL_SEP| Constructor and Description |
|---|
GeometriesFromGPXConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
convertForward(String from,
String... params)
Converts a given instance
FROM to a Geometry. |
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, 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 com.vividsolutions.jts.geom.Geometry convertForward(String from, String... params) throws de.cismet.commons.converter.ConversionException
AbstractGeometryFromTextConverterFROM 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>convertForward in class AbstractGeometryFromTextConverterfrom - 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 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.