public class GeoType extends AbstractType<GeoType> implements DataType, FormatSupport, Converter<GeoPoint>
| 构造器和说明 |
|---|
GeoType() |
| 限定符和类型 | 方法和说明 |
|---|---|
GeoPoint |
convert(Object value) |
Map<String,Object> |
convertToMap(Object value) |
String |
format(Object value)
对值进行格式化
|
String |
getId()
唯一标识别
|
String |
getName()
名称
|
GeoType |
latProperty(String property) |
GeoType |
lonProperty(String property) |
ValidateResult |
validate(Object value)
验证是否合法
|
description, expand, expand, expand, expandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpands, getTypegetDescription, getExpand, setDescription, setExpands, setNamepublic ValidateResult validate(Object value)
DataTypepublic String format(Object value)
FormatSupportformat 在接口中 FormatSupportvalue - 值Copyright © 2019–2022. All rights reserved.