ilog.views.maps.projection
Class IlvLongitudeEditor

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

public class IlvLongitudeEditor
extends IlvCoordinateEditor

IlvLongitudeEditor is a class used to edit longitude values in degrees, minutes and seconds.

Since:
JViews 8.1

Field Summary
 
Fields inherited from class ilog.views.maps.projection.IlvCoordinateEditor
current
 
Constructor Summary
IlvLongitudeEditor()
          Creates a new IlvLongitudeEditor instance.
 
Method Summary
 String getAsText()
          Returns the value of the editor as a 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

IlvLongitudeEditor

public IlvLongitudeEditor()
Creates a new IlvLongitudeEditor instance.

Method Detail

getAsText

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

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


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