Interface EntityGeoPointAttributeEdit
- All Known Subinterfaces:
CreateEntityGeoPointAttributeForm
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAltitude
(String altitude) void
setAltitudeUnitOfMeasureTypeName
(String altitudeUnitOfMeasureTypeName) void
setElevation
(String elevation) void
setElevationUnitOfMeasureTypeName
(String elevationUnitOfMeasureTypeName) void
setLatitude
(String latitude) void
setLongitude
(String longitude) Methods inherited from interface com.echothree.util.common.form.BaseForm
get, get, getFormName, getLimits, getOptions, getPreferredClobMimeTypeName, getTransferProperties, reset, set, set, setFormName, setLimits, setOptions, setPreferredClobMimeTypeName, setTransferProperties, toString
-
Method Details
-
getLatitude
-
setLatitude
-
getLongitude
-
setLongitude
-
getElevation
-
setElevation
-
getElevationUnitOfMeasureTypeName
-
setElevationUnitOfMeasureTypeName
-
getAltitude
-
setAltitude
-
getAltitudeUnitOfMeasureTypeName
-
setAltitudeUnitOfMeasureTypeName
-