Uses of Class
jaxx.runtime.swing.editor.gis.DmsCoordinate
| Package | Description |
|---|---|
| jaxx.runtime.swing.editor.gis |
-
Uses of DmsCoordinate in jaxx.runtime.swing.editor.gis
Subclasses of DmsCoordinate in jaxx.runtime.swing.editor.gis Modifier and Type Class Description classDmsCoordinateEditorModelCreated on 10/16/13.Methods in jaxx.runtime.swing.editor.gis that return DmsCoordinate Modifier and Type Method Description DmsCoordinateDmsCoordinate. addTrailingZero()static DmsCoordinateDmsCoordinate. empty()DmsCoordinateDmsCoordinate. removeTrailingZero()static DmsCoordinateDmsCoordinate. valueOf(boolean sign, java.lang.Integer d, java.lang.Integer m, java.lang.Integer s)Methode statique de fabrique de position a partir d'une valeur du format degre-minute-seconde.static DmsCoordinateDmsCoordinate. valueOf(java.lang.Float decimal)Methode statique de fabrique de position a partir d'une valeur du format decimal.static DmsCoordinateDmsCoordinate. valueOf(DmsCoordinate decimal)Methode statique de fabrique de position a partir d'un autreDmsCoordinate.Methods in jaxx.runtime.swing.editor.gis that return types with arguments of type DmsCoordinate Modifier and Type Method Description java.lang.Class<DmsCoordinate>DmsCoordinateConverter. getType()Methods in jaxx.runtime.swing.editor.gis with parameters of type DmsCoordinate Modifier and Type Method Description voidDmsCoordinateEditor. setValue(DmsCoordinate value)voidDmsCoordinateEditorHandler. setValue(DmsCoordinate value, boolean pushToModel)voidDmsCoordinateEditorModel. setValue(DmsCoordinate value)static DmsCoordinateDmsCoordinate. valueOf(DmsCoordinate decimal)Methode statique de fabrique de position a partir d'un autreDmsCoordinate.