Uses of Class
jaxx.runtime.swing.editor.gis.DmsCoordinate
-
Packages that use 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, Integer d, Integer m, Integer s)Methode statique de fabrique de position a partir d'une valeur du format degre-minute-seconde.static DmsCoordinateDmsCoordinate. valueOf(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 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.
-