ilog.views.maps.projection
Class IlvLatitudeEditor

java.lang.Object
  extended by ilog.views.maps.projection.IlvCoordinateEditor
      extended by ilog.views.maps.projection.IlvLatitudeEditor
All Implemented Interfaces:
PropertyEditor

public class IlvLatitudeEditor
extends IlvCoordinateEditor

IlvLatitudeEditor is a class used to edit latitude values in degrees, minutes and seconds.

Since:
JViews 8.1

Field Summary
 
Fields inherited from class ilog.views.maps.projection.IlvCoordinateEditor
current
 
Constructor Summary
IlvLatitudeEditor()
          Creates a new IlvLatitudeEditor instance.
 
Method Summary
 String getAsText()
          Returns the value of the editor as text.
 
Methods inherited from class ilog.views.maps.projection.IlvCoordinateEditor
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlvLatitudeEditor

public IlvLatitudeEditor()
Creates a new IlvLatitudeEditor instance.

Method Detail

getAsText

public String getAsText()
Returns the value of the editor as text.

Returns:
The coordinate coded by calling IlvProjectionUtil.RadianToDMS(double, boolean) with the lat field and true as parameters.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.