A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

T

TABS_PANEL_HEIGHT - Static variable in class es.prodevelop.gvsig.mobile.gui.tab.TabbedPanel
 
TBActionButton - class es.prodevelop.gvsig.mobile.gui.tool.TBActionButton.
A tool bar button without state.
TBActionButton(IToolContainer, String, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBActionButton
Creates an instance of a TBActionButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBActionButton(IToolContainer, String, String, String, MouseListener, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBActionButton
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBActionButton(IToolContainer, Image, Image, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBActionButton
Creates an instance of a TBActionButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBActionButton(String, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBActionButton
Creates an instance of a TBActionButton button by calling to the superclass constructor given the icons and the listener of the events for this new instance
TBButton - class es.prodevelop.gvsig.mobile.gui.tool.TBButton.
Abstract class for toolbar Buttons.
TBButton(IToolContainer, String, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBButton
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface, the icons, the help text and the listener of the events for this new instance
TBButton(IToolContainer, String, String, String, MouseListener, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBButton
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface, the icons, the help text and the listener of the events for this new instance and the position of the new button in the container
TBButton(IToolContainer, Image, Image, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBButton
Constructs a new instance of this class given the owner where it should be placed (which must be a ToolBar, the icons Images, the help text and the listener of the events for this new instance
TBButton(String, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBButton
Constructs a new instance of this class not given yet the owner where it should be placed, but given the icons , the help text and the listener of the events for this new instance
TBComboButton - class es.prodevelop.gvsig.mobile.gui.tool.TBComboButton.
A button that is aimed to be placed in a tool bar, with the ability to contain several buttons inside.
TBComboButton(ToolBar, TBButton, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBComboButton
Creates an instance of a TBComboButton button by calling to the superclass constructor given the owner where it should be placed (which must be a ToolBar), the default button (which must be a TBButton and the listener of the events for this new instance
TBDropDownButton - class es.prodevelop.gvsig.mobile.gui.tool.TBDropDownButton.
Class which shows a drop down arrow to allow the user to click on it and get a drop-down menu with all the buttons included in the combo button list plus a short text description
TBDropDownButton(IToolContainer, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBDropDownButton
Class constructor.
TBEmptyButton - class es.prodevelop.gvsig.mobile.gui.tool.TBEmptyButton.
An empty button (space) placed in a Tool Bar which does nothing
TBEmptyButton(ToolBar, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBEmptyButton
 
TBHelpButton - class es.prodevelop.gvsig.mobile.gui.tool.TBHelpButton.
Help button placed at the end of a Tool Bar which shows a help menu with a list of the buttons placed in the toolbar
TBHelpButton(ToolBar, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBHelpButton
Creates an instance of TBHelpButton given the owner (ToolBar), the icons and theMouseListener
TBMenu - class es.prodevelop.gvsig.mobile.gui.tool.TBMenu.
A TBMenu is a rectangle which is shown to get mor Class that represents a drop-down menu in a toolbar.
TBMenu(IToolContainer, int, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBMenu
Creates an instance of TBMenu in a Window from a position (usually the bottom-left corner of a combo button after checking that there's enough space in the screen)
TBSelectableButton - class es.prodevelop.gvsig.mobile.gui.tool.TBSelectableButton.
A tool bar button with state.
TBSelectableButton(IToolContainer, String, String, String, Behavior, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSelectableButton
Creates an instance of a TBSelectableButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSelectableButton(IToolContainer, String, String, String, Behavior, MouseListener, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSelectableButton
Creates an instance of a TBSelectableButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSelectableButton(IToolContainer, Image, Image, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSelectableButton
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSelectableButton(String, String, String, Behavior, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSelectableButton
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the icons and the listener of the events for this new instance
TBSwitcherButton - class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton.
This button have 2 states, activated or deactivaded changing with turnOn() and turnOff() This state is not affected by other buttons in toolbar
TBSwitcherButton(IToolContainer, String, String, String, Behavior, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSwitcherButton(IToolContainer, String, String, String, Behavior, MouseListener, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSwitcherButton(IToolContainer, Image, Image, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSwitcherButton(IToolContainer, String, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Creates an instance of a TBSwitcherButton button by calling to the superclass constructor given the owner where it should be placed (which must accomplish a IToolContainer interface,e.g.
TBSwitcherButton(String, String, String, Behavior, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Creates an instance of a TBSelecteable button by calling to the superclass constructor given the icons and the listener of the events for this new instance
TBWidget - class es.prodevelop.gvsig.mobile.gui.tool.TBWidget.
Abstract class for toolbar elements.
TBWidget(IToolContainer, String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBWidget
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface), the icons and the listener of the events for this new instance
TBWidget(String, String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBWidget
Constructs a new instance of this class given the icons and the listener of the events for this new instance
TBWidget(IToolContainer, Image, Image, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.TBWidget
Constructs a new instance of this class given the owner where it should be placed (which must accomplish a IToolContainer interface), the icons Images and the listener of the events for this new instance
TB_COMBO_BUTTON_WIDTH - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
The default width of the combo button in a tool bar including active button + drop down - The value is 32
TB_GPS_ACTIVITY - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_CONNECT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_DISPLAY_COORDINATES - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_DISPLAY_POSITION - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_SETUP - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_START_TRACKLOG - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_GPS_WAYPOINT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_IDENTIFY - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_MEASURE_AREA - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_MEASURE_COORDINATES - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_MEASURE_DISTANCE - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_SEARCH_ATRRIBUTES - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_SELECT_POINT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_INFO_SELECT_RECTANGLE - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_ADD_ECW - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_ADD_IMAGE - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_ADD_LAYER - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_ADD_SHP - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_ADD_WMS - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_EXPORT_SCREEN - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_PROPERTIES - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_LAYERS_TOC - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_CLEAR_SELECTION - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_PAN - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_RECENTER - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_EXTENSION - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_IN - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_NEXT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_OUT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_PREVIOUS - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_RECT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_NAV_ZOOM_SELECTION - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_EXIT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_NEW - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_OPEN - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_PROPERTIES - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_SAVE - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_SAVE_AS - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TB_PROJECT_SETUP - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
gvSIGMobile toolbar button help text
TEXT - Static variable in interface es.prodevelop.gvsig.mobile.fmap.core.FShape
 
TILE_PROBLEM_403_COLOR - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_COLOR - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_FONT - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_MSG_403 - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_MSG_ERROR - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_MSG_NODATA - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_X_OFFSET - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TILE_PROBLEM_Y_OFFSET - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
TIME - Static variable in class es.prodevelop.gvsig.mobile.fmap.driver.raster.wms.CapabilitiesTags
 
TIME - Static variable in interface org.dinopolis.gpstool.gpsinput.GPSDataProcessor
 
TITLE - Static variable in class es.prodevelop.gvsig.mobile.fmap.driver.raster.wms.CapabilitiesTags
 
TOOLBAR_HEIGHT - Static variable in class es.prodevelop.gvsig.mobile.common.GvsigMobileGUIConstants
The height of a toolbar - The value is 24 (= DEFAULT_BUTTON_HEIGHT)
TOTAL_DIGITS - Static variable in class es.prodevelop.gvsig.mobile.fmap.driver.raster.wms.CapabilitiesTags
 
TOTAL_PORT_NUMBER - Static variable in class gnu.io.CommPortIdentifier
 
TOUCHES - Static variable in class es.prodevelop.gvsig.mobile.fmap.MapContext
 
TRACKLOG_TYPE_CSV - Static variable in class es.uv.robotica.gvsig.mobile.gps.tracklog.TracklogManager
Identifies a CSV tracklog type
TRACKLOG_TYPE_GPX - Static variable in class es.uv.robotica.gvsig.mobile.gps.tracklog.TracklogManager
Identifies a GPX tracklog type
TRANSPARENCY - Static variable in class es.prodevelop.gvsig.mobile.common.XmlProjectTags
 
TYPE - Static variable in class es.prodevelop.gvsig.mobile.common.XmlProjectTags
 
TYPE - Static variable in class es.prodevelop.gvsig.mobile.fmap.driver.raster.wms.CapabilitiesTags
 
TabLabel - class es.prodevelop.gvsig.mobile.gui.tab.TabLabel.
This class represenst one tab label in a TabbedDialog.
TabLabel(String, MouseListener) - Constructor for class es.prodevelop.gvsig.mobile.gui.tab.TabLabel
Constructor.
TabbedDialog - class es.prodevelop.gvsig.mobile.gui.tab.TabbedDialog.
This class implements a tabbed pane using the available AWT classes.
TabbedDialog(Frame, String) - Constructor for class es.prodevelop.gvsig.mobile.gui.tab.TabbedDialog
Constructor.
TabbedPanel - class es.prodevelop.gvsig.mobile.gui.tab.TabbedPanel.
This class is used inside the TabbedDialog to contain the tabs.
TabbedPanel(int, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tab.TabbedPanel
COnstructor.
TabbedPanelTopPanel - class es.prodevelop.gvsig.mobile.gui.tab.TabbedPanelTopPanel.
This class contains the tabs in a TabbedDialog, simply a row of labels (TabLabel) which listen to mouse events.
TabbedPanelTopPanel(int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tab.TabbedPanelTopPanel
Constructor
TextUtils - class es.prodevelop.gvsig.mobile.common.TextUtils.
Used to hold some text useful constants/utilities.
TextUtils() - Constructor for class es.prodevelop.gvsig.mobile.common.TextUtils
 
TocButton - class es.prodevelop.gvsig.mobile.gui.dialog.control.TocButton.
This class represents a button that will show only an icon and listen to mouse events.
TocButton(String, int, boolean, boolean) - Constructor for class es.prodevelop.gvsig.mobile.gui.dialog.control.TocButton
COnstructor.
TocButton(String, boolean) - Constructor for class es.prodevelop.gvsig.mobile.gui.dialog.control.TocButton
Constructor
TocButton(String, String, int, boolean, boolean) - Constructor for class es.prodevelop.gvsig.mobile.gui.dialog.control.TocButton
Constructor.
ToolBar - class es.prodevelop.gvsig.mobile.gui.tool.ToolBar.
Element of the GUI which represents a container of buttons displayed for allowing the user to access specific actions.
ToolBar(MainWindow, ToolBarGroupButton, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.ToolBar
Creates a new instance of a ToolBar given the window to be included in, a ToolBarGroupButton representing the new Tool Bar, the index order of this new ToolBar among all existing ToolBars, and the name of this toolbar
ToolBarGroupButton - class es.prodevelop.gvsig.mobile.gui.tool.ToolBarGroupButton.
This class represents one of the buttons that show on the left side of the main window.
ToolBarGroupButton(String, String, MainWindow, int) - Constructor for class es.prodevelop.gvsig.mobile.gui.tool.ToolBarGroupButton
Constructor.
ToolListener - interface es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces.ToolListener.
Tool listener are the ones which perform the operations on the map (MapCOntrol).
TracklogManager - class es.uv.robotica.gvsig.mobile.gps.tracklog.TracklogManager.
A static class which manages the access to a tracklog for storing trackpoints
TracklogManager() - Constructor for class es.uv.robotica.gvsig.mobile.gps.tracklog.TracklogManager
 
Tracklogger - interface es.uv.robotica.gvsig.mobile.gps.tracklog.Tracklogger.
Interface which generalizes the access to classes that store a tracklog like a GPX tracklog or a CSV tracklog
Trackpoint - class es.uv.robotica.gvsig.mobile.gps.tracklog.Trackpoint.
Holds information about a trackpoint
Trackpoint(double, double, double, Date) - Constructor for class es.uv.robotica.gvsig.mobile.gps.tracklog.Trackpoint
Constructor
TranslationDatabase - class org.gvsig.i18n.utils.TranslationDatabase.
 
TranslationDatabase(ConfigOptions) - Constructor for class org.gvsig.i18n.utils.TranslationDatabase
 
TransparentCanvas - class es.prodevelop.gvsig.mobile.gui.canvas.TransparentCanvas.
This is a second light canvas where measurement geometries (distance, area) are drawn.
TransparentCanvas(ViewPort) - Constructor for class es.prodevelop.gvsig.mobile.gui.canvas.TransparentCanvas
Constructor.
terminate() - Method in class es.prodevelop.gvsig.mobile.gui.tool.util.Animator
Forces the complete cancellation of the refresh process.
test() - Static method in class es.prodevelop.gvsig.mobile.fmap.driver.raster.ecw.EcwReader
Test method.
tif - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
tiff - Static variable in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
time() - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
 
time - Variable in class es.uv.robotica.gvsig.mobile.gps.tracklog.Trackpoint
Creation/modification timestamp for element.
toJTSGeometry() - Method in class es.prodevelop.gvsig.mobile.fmap.core.FMultiPoint2D
 
toJTSGeometry() - Method in class es.prodevelop.gvsig.mobile.fmap.core.FNullGeometry
 
toMapDistance(int) - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
Devuelve la distancia real a partir de la distancia en pixels.
toMapPoint(int, int) - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
Devuelve un punto real a partir de una coordenada X e Y en pixels.
toMapPoint(Point2D) - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
Devuelve un punto real a partir de un punto en pixels.
toMapRectangle(Rectangle2D) - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
 
toRectangle2D() - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.Extent
 
toShape(Geometry) - Static method in class es.prodevelop.gvsig.mobile.fmap.symbol.FConverter
Convierte una Geometry de JTS a GeneralPathX.
toString() - Method in class es.prodevelop.gvsig.mobile.fmap.driver.vect.dbf.DbaseFileHeaderNIO
Get a simple representation of this header.
toString() - Method in class es.prodevelop.gvsig.mobile.fmap.layer.FLyrVect
 
toString() - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.Extent
 
toString() - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
Devuelve el String con datos del ViewPort.
toString() - Method in class gnu.io.CommPort
Returns a String representation of this communications port.
toString() - Method in class org.dinopolis.gpstool.gpsinput.GPSPosition
 
toString() - Method in class org.dinopolis.gpstool.gpsinput.SatelliteInfo
Returns a string representation of this object.
toString() - Method in class org.dinopolis.gpstool.gpsinput.nmea.NMEA0183Sentence
Returns the string representation of this NMEA sentence.
toWKB() - Method in class es.prodevelop.gvsig.mobile.fmap.core.FNullGeometry
 
toXML(String, String) - Method in class es.prodevelop.gvsig.mobile.fmap.MapContext
Gets the complete XML description of this mapcontext.
toXML(String, String) - Method in interface es.prodevelop.gvsig.mobile.fmap.layer.FLayer
 
toXML(String, String) - Method in class es.prodevelop.gvsig.mobile.fmap.layer.FLayerFileVectorial
 
toXML(String, String) - Method in class es.prodevelop.gvsig.mobile.fmap.layer.FLayerGenericRaster
 
toXML(String, String) - Method in class es.prodevelop.gvsig.mobile.fmap.layer.FLyrVect
 
toXML(String) - Method in interface es.prodevelop.gvsig.mobile.fmap.util.Persistible
Gets a description of this object as a XML string
toXML(String, boolean) - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
Gets XML text description of booelan value
toXML(String, int) - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
Gets XML text description of a int value
toXML(String, double) - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
Gets XML text description of a double value
toXML(String, Object) - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
Gets XML text description of an object
toXML(String) - Method in class es.prodevelop.gvsig.mobile.fmap.viewport.ViewPort
 
toXML(String) - Method in class es.prodevelop.gvsig.mobile.project.Project
Gets the XML item that describes this project.
topBar() - Method in class es.prodevelop.gvsig.mobile.gui.bar.StatusBar
 
touch() - Static method in class es.prodevelop.gvsig.mobile.common.ProcessUtils
Utility empty method to force the load of the library.
touch() - Static method in class es.prodevelop.gvsig.mobile.fmap.driver.raster.ecw.EcwReader
Utility method to force the load of the associated DLL.
touch() - Static method in class es.prodevelop.gvsig.mobile.fmap.driver.vect.shp.ShpReader
Utility method to force the load of the DLL library
touch() - Static method in class es.prodevelop.gvsig.mobile.fmap.util.Utils
Utility methos to force the execution of the static section
tracklogSuffix - Static variable in class es.prodevelop.gvsig.mobile.settings.AppSettings
The default suffix used by the application for tracklog files (GPS functionality)
transEd50Wgs84(double, double) - Static method in class es.prodevelop.geodetic.utils.conversion.ConversionCoords
This method makes the coordinates transformation between the ED50 elipsoide to WGS84.
transWgs84Ed50(double, double) - Static method in class es.prodevelop.geodetic.utils.conversion.ConversionCoords
This method makes the coordinates transformation between the WGS84 elipsoide to ED50.
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FArc2D
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FCircle2D
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FEllipse2D
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FGeometry
Aplica la transformación a la geometría de la matriz de transformación que se pasa como parámetro.
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FMultiPoint2D
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FNullGeometry
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FPoint2D
Aplica la transformación de la matriz de transformación que se pasa como parámetro.
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.FPolyline2D
 
transform(AffineTransform) - Method in interface es.prodevelop.gvsig.mobile.fmap.core.FShape
 
transform(AffineTransform) - Method in class es.prodevelop.gvsig.mobile.fmap.core.GeneralPathX
Transforms the geometry of this path using the specified AffineTransform.
transform(AffineTransform) - Method in interface es.prodevelop.gvsig.mobile.fmap.core.IGeometry
 
transformToInts(GeneralPathX, AffineTransform) - Static method in class es.prodevelop.gvsig.mobile.fmap.symbol.FConverter
 
transformToInts(IGeometry, AffineTransform) - Static method in class es.prodevelop.gvsig.mobile.fmap.symbol.FConverter
 
turnOff() - Method in class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Sets switcher Off
turnOn() - Method in class es.prodevelop.gvsig.mobile.gui.tool.TBSwitcherButton
Sets switcher On
typeToString(int) - Static method in class es.prodevelop.gvsig.mobile.fmap.driver.FieldDescription
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z