Package io.jmix.maps.datatype
Class PointDatatype
java.lang.Object
io.jmix.maps.datatype.PointDatatype
- All Implemented Interfaces:
- Datatype<org.locationtech.jts.geom.Point>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConverts value to String.Converts value to String taking into account local formats.org.locationtech.jts.geom.PointParses value from Stringorg.locationtech.jts.geom.PointParses 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- 
PointDatatypepublic PointDatatype()
 
- 
- 
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.
- 
parseDescription copied from interface:DatatypeParses value from String
- 
parseDescription copied from interface:DatatypeParses value from String taking into account local formats
 
-