Package io.jmix.maps.datatype
Class LineStringDatatype
java.lang.Object
io.jmix.maps.datatype.LineStringDatatype
- All Implemented Interfaces:
- Datatype<org.locationtech.jts.geom.LineString>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConverts value to String.Converts value to String taking into account local formats.org.locationtech.jts.geom.LineStringParses value from Stringorg.locationtech.jts.geom.LineStringParses value from String taking into account local formatsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.core.metamodel.datatype.DatatypegetId, getJavaClass
- 
Constructor Details- 
LineStringDatatypepublic LineStringDatatype()
 
- 
- 
Method Details- 
formatDescription copied from interface:DatatypeConverts value to String. Returns an empty string for null value.
- 
formatDescription copied from interface:DatatypeConverts value to String taking into account local formats. Returns an empty string for null value.
- 
parse@Nullable public org.locationtech.jts.geom.LineString parse(@Nullable String value) throws ParseException Description copied from interface:DatatypeParses value from String- Specified by:
- parsein interface- Datatype<org.locationtech.jts.geom.LineString>
- Throws:
- ParseException
 
- 
parse@Nullable public org.locationtech.jts.geom.LineString parse(@Nullable String value, Locale locale) throws ParseException Description copied from interface:DatatypeParses value from String taking into account local formats- Specified by:
- parsein interface- Datatype<org.locationtech.jts.geom.LineString>
- Throws:
- ParseException
 
 
-