Skip navigation links
TerraExplorer JavaTM
Library Ed. 2.0
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 _ 

A

AbstractPair<F,S> - Class in com.datagis.terraexplorer.util
The AbstractPair class provides a skeletal implementation of the Pair interface, to minimize the effort required to implement this interface.
AbstractPair() - Constructor for class com.datagis.terraexplorer.util.AbstractPair
 
actionListener - Variable in class com.datagis.terraexplorer.menu.MenuItem
The button model's ActionListener.
actionPerformed(int, Date, int) - Method in interface com.datagis.terraexplorer.ole.events.IContextMenuEvents
Invoked when a menu item was clicked.
add(Feature) - Method in class com.datagis.terraexplorer.data.Features
Adds the specified feature to this set if it is not already present (optional operation).
add(String, int) - Method in class com.datagis.terraexplorer.data.Layers
Adds a newly created layer with the specified name to the layers stack at the specified position.
add(String) - Method in class com.datagis.terraexplorer.data.Layers
Adds a newly created layer with the specified name to the layers stack at the specified position.
add(Layer) - Method in class com.datagis.terraexplorer.data.Layers
Adds the specified layer to this set if it is not already present (optional operation).
add(AbstractButton) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Adds the button to the group.
add(MenuItem) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Adds the menu item to the group.
add(Component) - Method in class com.datagis.terraexplorer.menu.Container
Appends the specified component to the end of this container.
add(Component, int) - Method in class com.datagis.terraexplorer.menu.Container
Adds the specified component to this container at the given position.
add(MenuItem) - Method in class com.datagis.terraexplorer.menu.Menu
Appends a menu item to the end of this menu.
add(Component) - Method in class com.datagis.terraexplorer.menu.Menu
Appends a component to the end of this menu.
add(Component, int) - Method in class com.datagis.terraexplorer.menu.Menu
Adds the specified component to this container at the given position.
add(String) - Method in class com.datagis.terraexplorer.menu.Menu
Creates a new menu item with the specified text and appends it to the end of this menu.
add(Action) - Method in class com.datagis.terraexplorer.menu.Menu
Creates a new menu item attached to the specified Action object and appends it to the end of this menu.
add(MenuItem) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Appends the specified menu item to the end of this menu.
add(String) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Creates a new menu item with the specified text and appends it to the end of this menu.
add(Action) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Appends a new menu item to the end of the menu which dispatches the specified Action object.
addActionListener(ActionListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Adds an ActionListener to this menu item.
addAll(Collection<? extends Feature>) - Method in class com.datagis.terraexplorer.data.Features
Adds all of the features in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends Layer>) - Method in class com.datagis.terraexplorer.data.Layers
Adds all of the layers in the specified collection to this set if they're not already present (optional operation).
addChangeListener(ChangeListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Adds a ChangeListener to this menu item.
addComEventListener(Class<E>, E) - Method in class com.datagis.com4j.ComEventObject
Adds the specified COM event listener to receive events for the specified event interface from the underlying COM event source.
addComponent(Component) - Method in class com.datagis.terraexplorer.menu.NativeContainer
Adds the specified component to the end of this container.
addComponent(Component) - Method in interface com.datagis.terraexplorer.menu.PeerContainer
Adds the specified component to the end of this container.
addContextMenuListener(ContextMenuListener) - Method in class com.datagis.terraexplorer.ContextMenu
Adds a ContextMenuListener to this context menu.
addDeviceListener(DeviceListener) - Method in class com.datagis.tdx.tdxinput.Device
Adds the specified device listener to receive native events from the underlying COM component.
addDisposableObject(Disposable) - Method in class com.datagis.terraexplorer.Application
Adds a Disposable object to an internal list of objects to be disposed, when this object gets disposed.
addItemListener(ItemListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Adds an ItemListener to this menu item.
addKeyboardListener(KeyboardListener) - Method in class com.datagis.tdx.tdxinput.Keyboard
Adds the specified keyboard listener to receive native events from the underlying COM component.
addLogListener(LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listener to receive native log events from the underlying COM components.
addLogListeners(Iterable<LogListener>) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listeners to receive native log events from the underlying COM components.
addLogListeners(LogListener[]) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listeners to receive native log events from the underlying COM components.
addLogListeners(LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listener to receive native log events from the underlying COM components.
addLogListeners(LogListener, LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listeners to receive native log events from the underlying COM components.
addLogListeners(LogListener, LogListener, LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listeners to receive native log events from the underlying COM components.
addLogListeners(LogListener, LogListener...) - Method in class com.datagis.terraexplorer.logging.Logger
Adds the specified log listeners to receive native log events from the underlying COM components.
addMenuItem(int, int, String, int, Object) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Adds a new menu item to the end of the menu identified by the parentMenuItemId.
addNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow
Adds the specified native window listener to receive window events from the underlying native window.
addNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Adds the specified native window listener to receive window events from the underlying native window.
addNativeWindowListener(NativeWindowListener) - Method in interface com.datagis.com4j.NativeWindow
Adds the specified native window listener to receive window events from the underlying native window.
addPopupTrigger(PopupTrigger) - Method in class com.datagis.terraexplorer.ContextMenu
Adds the specified PopupTrigger to this context menu.
addPopupTrigger(PopupTrigger) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Adds the specified PopupTrigger to the context menu.
addPopupTrigger(int, int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Adds a popup trigger consisting of the specified eventId and key to the context menu.
addProjectListener(ProjectListener) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Adds the specified project listener to receive project events from this project manager.
addProjectListener(ProjectListener) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.datagis.terraexplorer.menu.Component
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.datagis.terraexplorer.menu.Component
Adds a PropertyChangeListener to the listener list for a specific property.
addSensorListener(SensorListener) - Method in class com.datagis.tdx.tdxinput.Sensor
Adds the specified sensor listener to receive native events from the underlying COM component.
addSeparator() - Method in class com.datagis.terraexplorer.menu.Menu
Appends a new separator to the end of the menu.
addSeparator(boolean) - Method in class com.datagis.terraexplorer.menu.Menu
Appends a new separator at the end of the menu with the specified auto-collapsible behavior.
addSeparator() - Method in class com.datagis.terraexplorer.menu.PopupMenu
Appends a new separator at the end of the menu.
addSeparator(boolean) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Appends a new separator at the end of the menu with the specified auto-collapsible behavior.
addSeparator(int, int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Adds a new separator menu item to the end of the menu identified by the parentMenuItemId.
addSubMenuItem(int, String) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Adds a new submenu item to the end of the main context menu strip.
addTerraExplorerListener(TerraExplorerListener) - Method in class com.datagis.terraexplorer.TerraExplorer
Adds the specified TerraExplorer listener to receive events from the TerraExplorer engine.
addTimeZone(String, int) - Method in class com.datagis.terraexplorer.util.TimeZoneMapper
Adds a time zone mapping with the specified key and raw offset in milliseconds to the mapper.
addTrackingListener(TrackingListener) - Method in class com.datagis.terraexplorer.TrackingController
Adds the specified tracking listener to receive tracking events from this tracking controller.
AdjustViewDialogMode - Enum in com.datagis.terraexplorer
Specifies the availability and position of TerraExplorer's Adjust View dialog.
AltitudeMode - Enum in com.datagis.terraexplorer
Specifies the type of altitude displayed in the native TerraExplorer user interface.
AngleAxis - Class in com.datagis.tdx.tdxinput
The Vector3D class provides a representation for orientation in 3D space using an angle and an axis.
AngleAxis(IAngleAxis) - Constructor for class com.datagis.tdx.tdxinput.AngleAxis
Constructs a new AngleAxis object by using the COM object's proxy class specified.
Application - Class in com.datagis.terraexplorer
The Application class represents the main application class of TerraExplorerJ.
ApplicationInfo - Class in com.datagis.terraexplorer
The ApplicationInfo class provides some useful version and release information of the underlying native ActiveX component.
ApplicationInfo(IApplicationInfo) - Constructor for class com.datagis.terraexplorer.ApplicationInfo
Constructs a new ApplicationInfo object by using the COM object's proxy class specified.
apply() - Method in enum com.datagis.terraexplorer.CameraViewMode
Activates this camera view mode.
apply() - Method in enum com.datagis.terraexplorer.DynamicClouds
Activates or deactivates this animated clouds effect.
apply() - Method in enum com.datagis.terraexplorer.NamedZoomLevel
Applies this named zoom level.
apply() - Method in enum com.datagis.terraexplorer.SkyTexture
Activates or deactivates this sky texture.
assertLog(boolean, Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
If the assertion parameter is false, the specified message is logged with the ERROR level.
AtmosphericEffects - Class in com.datagis.terraexplorer
The AtmosphericEffects class provides methods to configure atmospheric effects, like fog, sky color or displaying sun and moon for the rendering engine.
AtmosphericEffects(ProjectManager) - Constructor for class com.datagis.terraexplorer.AtmosphericEffects
Initializes a newly created AtmosphericEffects instance with the specified reference to the ProjectManager instance.
autoCommit - Variable in class com.datagis.terraexplorer.data.Layer
Holds the current auto-commit mode for this Layer object.

B

base - Variable in class com.datagis.com4j.ComObject
Holds a reference to the native COM object's proxy class.
base - Variable in class com.datagis.terraexplorer.data.FeatureFactory
Holds a reference to this feature collection's native instance.
BMP() - Static method in class com.datagis.terraexplorer.SnapshotImageFormat
Specifies the Windows Bitmap (BMP) image file format.
BORDER_FIXED_SINGLE - Static variable in interface com.datagis.terraexplorer.ole.INativeWindow
Specifies a native window with a single border, that is not resizable.
BORDER_NONE - Static variable in interface com.datagis.terraexplorer.ole.INativeWindow
Specifies a native window with no native decorations.
BORDER_SIZABLE - Static variable in interface com.datagis.terraexplorer.ole.INativeWindow
Specifies a native window with a sizable border.
BorderStyle - Enum in com.datagis.terraexplorer
Specifies the border style used with the TerraExplorer 3D map window.
BUTTON1 - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
Indicates mouse button #1.
BUTTON2 - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
Indicates mouse button #2.
BUTTON3 - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
Indicates mouse button #3.
ButtonGroup - Class in com.datagis.terraexplorer.menu
This class is used to create a multiple-exclusion scope for a set of buttons.
ButtonGroup() - Constructor for class com.datagis.terraexplorer.menu.ButtonGroup
Creates a new ButtonGroup.
buttons - Variable in class com.datagis.terraexplorer.menu.ButtonGroup
The list of buttons participating in this group
ByteBufferImageInputStream - Class in com.datagis.terraexplorer.util
An implementation of ImageInputStream that gets its input from a File.
ByteBufferImageInputStream(String) - Constructor for class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Creates a ByteBufferImageInputStream from the specified file.
ByteBufferImageInputStream(File) - Constructor for class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Creates a ByteBufferImageInputStream from the specified file.

C

Camera - Class in com.datagis.terraexplorer
The Camera class provides methods to access the camera of the 3D map window.
Camera(ICamera) - Constructor for class com.datagis.terraexplorer.Camera
Constructs a new Camera object by using the COM object's proxy class specified.
CameraPosition - Class in com.datagis.terraexplorer
The CameraPosition class stores all values, that control the position and orientation of the camera in the 3D map window.
CameraPosition(double, double, double, double, double) - Constructor for class com.datagis.terraexplorer.CameraPosition
Initializes a newly created CameraPosition object with the values specified.
CameraViewMode - Enum in com.datagis.terraexplorer
Specifies the view mode of the Camera.
cancelContextMenuRequest() - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Cancels the current context menu request.
changeEvent - Variable in class com.datagis.terraexplorer.menu.MenuItem
Only one ChangeEvent is needed per button instance since the event's only state is the source property.
changeListener - Variable in class com.datagis.terraexplorer.menu.MenuItem
The button model's changeListener.
CheckBoxMenuItem - Class in com.datagis.terraexplorer.menu
This class represents a check box that can be included in a menu.
CheckBoxMenuItem() - Constructor for class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Creates an initially unselected check box menu item with no set text.
CheckBoxMenuItem(String) - Constructor for class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Creates an initially unselected check box menu item with the specified text.
CheckBoxMenuItem(Action) - Constructor for class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Creates an initially unselected check box menu item whose properties are taken from the specified Action.
CheckBoxMenuItem(String, boolean) - Constructor for class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Creates a check box menu item with the specified text and selection state.
ClassFactory - Class in com.datagis.tdx.tdxinput.ole
The ClassFactory class defines methods to create native COM objects, whose interfaces are declared in the 3Dconnexion TDxInput 1.0 Type Library.
ClassFactory - Class in com.datagis.terraexplorer.ole
The ClassFactory class defines methods to create native COM objects.
clear() - Method in class com.datagis.terraexplorer.data.Features
Removes all features from both this set and the 3D map.
clear() - Method in class com.datagis.terraexplorer.data.Layers
Removes all layers from both this set and the 3D map.
clear() - Method in class com.datagis.terraexplorer.data.LocalStorage
Removes all of the mappings from this LocalStorage.
clear() - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Removes all mappings from this map.
clearSelection() - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clone() - Method in class com.datagis.com4j.ComObject
Throws a CloneNotSupportedException exception.
clone() - Method in class com.datagis.terraexplorer.CameraPosition
Creates and returns a copy of this CameraPosition object.
clone() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns a fully independent clone of this feature factory.
clone() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
clone() - Method in class com.datagis.terraexplorer.data.Point3D
Creates and returns a copy of this Point3D instance.
clone() - Method in class com.datagis.terraexplorer.util.AbstractPair
Returns a shallow copy of this Pair instance.
clone() - Method in class com.datagis.terraexplorer.util.ImmutablePair
Returns a shallow copy of this Pair instance.
clone() - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns a copy of this IndexedHashMap instance.
clone() - Method in class com.datagis.terraexplorer.util.MutablePair
Returns a shallow copy of this Pair instance.
close() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Closes the stream.
COLLAPSIBLE_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.Separator
Identifies a change in the action.
com.datagis.com4j - package com.datagis.com4j
Provides the classes necessary to create pure Java classes based on native COM classes using the com4j framework.
com.datagis.tdx.tdxinput - package com.datagis.tdx.tdxinput
Provides the Java interfaces and classes of the 3Dconnexion TDxInput 1.0 Type Library.
com.datagis.tdx.tdxinput.ole - package com.datagis.tdx.tdxinput.ole
Provides the native COM compatible interfaces and the class factory of the 3Dconnexion TDxInput 1.0 Type Library.
com.datagis.tdx.tdxinput.ole.events - package com.datagis.tdx.tdxinput.ole.events
Provides the native COM compatible event interfaces of the 3Dconnexion TDxInput 1.0 Type Library.
com.datagis.terraexplorer - package com.datagis.terraexplorer
Provides all the main classes of the TerraExplorerJ library.
com.datagis.terraexplorer.commands - package com.datagis.terraexplorer.commands
Provides classes that are necessary for interacting with TerraExplorer's Ribbon Bar Commands.
com.datagis.terraexplorer.data - package com.datagis.terraexplorer.data
Provides classes that provide capabilities to maintain highly dynamic GIS data, which is visualized in the 3D environment of TerraExplorer.
com.datagis.terraexplorer.data.styles - package com.datagis.terraexplorer.data.styles
Provides classes and constants that provide the capability to specify the styling and behavior of features.
com.datagis.terraexplorer.logging - package com.datagis.terraexplorer.logging
Provides the classes necessary to enable logging of messages for the native COM components used in this library.
com.datagis.terraexplorer.menu - package com.datagis.terraexplorer.menu
Provides classes that are necessary for creating and managing TerraExplorer context menus.
com.datagis.terraexplorer.ole - package com.datagis.terraexplorer.ole
Provides the native COM compatible interfaces and the class factory.
com.datagis.terraexplorer.ole.events - package com.datagis.terraexplorer.ole.events
Provides the native COM compatible event interfaces.
com.datagis.terraexplorer.tracking - package com.datagis.terraexplorer.tracking
Provides classes that are necessary for using and controlling TerraExplorerJ's Feature Tracking capabilities.
com.datagis.terraexplorer.util - package com.datagis.terraexplorer.util
Provides helpful utility and helper classes needed by TerraExplorerJ.
com.datagis.terraexplorer.version - package com.datagis.terraexplorer.version
Provides classes and constants that provide version information for several components that are available in the TerraExplorerJ project.
comEnumValue() - Method in enum com.datagis.tdx.tdxinput.DeviceType
Returns the native COM enum's value of this enum constant.
comEnumValue() - Method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the bits pattern used with the line style specified by this enum constant.
comEnumValue() - Method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the actual COM enum value for this constant.
comEnumValue() - Method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the actual COM enum value for this constant.
comEnumValue() - Method in enum com.datagis.terraexplorer.tracking.TrackingMethod
Returns the actual COM enum value for this constant.
ComEventListener - Interface in com.datagis.com4j
A tagging interface that all COM event listener interfaces must implement.
comEventListeners() - Method in class com.datagis.com4j.ComEventObject
Returns the number of currently registered COM event listeners.
ComEventObject<T extends com4j.Com4jObject> - Class in com.datagis.com4j
The ComEventObject class adds support for registering for native COM events.
ComEventObject(T) - Constructor for class com.datagis.com4j.ComEventObject
Constructs a new ComEventObject descendant object by using the COM object's proxy class specified.
Command - Class in com.datagis.terraexplorer.commands
The Command class provides access to standard TerraExplorer Ribbon Bar Commands, providing information about their status and enables commands to be executed.
Command(ICommand) - Constructor for class com.datagis.terraexplorer.commands.Command
Constructs a new Command object by using the COM object's proxy class specified.
COMMAND_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.CommandMenuItem
Identifies a change in the action.
CommandButtonModel - Class in com.datagis.terraexplorer.menu
An implementation of the ButtonModel interface, suitable for CommandMenuItems.
CommandButtonModel() - Constructor for class com.datagis.terraexplorer.menu.CommandButtonModel
 
CommandMenuItem - Class in com.datagis.terraexplorer.menu
The CommandMenuItem class is an implementation of a menu item, that directly represents a TerraExplorer Ribbon Command.
CommandMenuItem() - Constructor for class com.datagis.terraexplorer.menu.CommandMenuItem
Creates a CommandMenuItem with no set text and command.
CommandMenuItem(String) - Constructor for class com.datagis.terraexplorer.menu.CommandMenuItem
Creates a CommandMenuItem with the specified text.
CommandMenuItem(TerraExplorerCommand) - Constructor for class com.datagis.terraexplorer.menu.CommandMenuItem
Creates a CommandMenuItem with the specified command.
CommandMenuItem(String, TerraExplorerCommand) - Constructor for class com.datagis.terraexplorer.menu.CommandMenuItem
Creates a CommandMenuItem with the specified text and command.
Commands - Class in com.datagis.terraexplorer.commands
The Commands class provides several enumerations, whose members represent TerraExplorer Ribbon Commands.
Commands() - Constructor for class com.datagis.terraexplorer.commands.Commands
 
Commands.Effects - Enum in com.datagis.terraexplorer.commands
The Effects enumeration contains the TerraExplorer Ribbon Commands, that are located on the Effects Ribbon Tab.
Commands.Navigation - Enum in com.datagis.terraexplorer.commands
The Navigation enumeration contains the TerraExplorer Ribbon Commands, that are located on the Navigation Ribbon Tab.
commit() - Method in class com.datagis.terraexplorer.data.Feature
Makes all changes made since the previous commit/rollback permanent and releases any transaction-related resources currently held by this Feature object.
commit() - Method in class com.datagis.terraexplorer.data.Layer
Makes all changes made since the previous commit/rollback permanent and releases any transaction-related resources currently held by this Layer object.
commit() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
ComObject<T extends com4j.Com4jObject> - Class in com.datagis.com4j
The ComObject class is the base class of all COM derived Java classes.
ComObject(T) - Constructor for class com.datagis.com4j.ComObject
Constructs a new ComObject descendant object by using the COM object's proxy class specified.
compareTo(Version) - Method in class com.datagis.terraexplorer.version.GenericVersion
Compares two Version objects numerically.
compareTo(Version) - Method in class com.datagis.terraexplorer.version.NativeVersion
Compares two Version objects numerically.
compareTo(Version) - Method in interface com.datagis.terraexplorer.version.Version
Compares two Version objects numerically.
Component - Class in com.datagis.terraexplorer.menu
The base class for both TerraExplorer menu items and separators.
Component() - Constructor for class com.datagis.terraexplorer.menu.Component
 
components - Variable in class com.datagis.terraexplorer.menu.Container
The components contained in this Container.
ConfigurableLogAdapter - Class in com.datagis.terraexplorer.logging
The ConfigurableLogAdapter class extends the LogAdapter class with some features to configure the logger name used in Java.
ConfigurableLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Constructs a new ConfigurableLogAdapter object, initialized with a default logger base name and briefed to drop the native assembly name.
ConfigurableLogAdapter(String, boolean) - Constructor for class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Constructs a new ConfigurableLogAdapter object by using the logger base name specified, dropping the assembly name from the native logger name as indicated by the second argument.
ConfigurableLogAdapter(String) - Constructor for class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Constructs a new ConfigurableLogAdapter object by using the logger base name specified, dropping the assembly name from the native logger name.
ConfigurableLogAdapter(boolean) - Constructor for class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Constructs a new ConfigurableLogAdapter object, dropping the assembly name from the native logger name as indicated by the argument.
configurePropertiesFromAction(Action) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the properties on this menu item to match those in the specified Action.
connect() - Method in class com.datagis.tdx.tdxinput.Device
Connects the client to the 3Dconnexion device and enables event notification.
connect() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Connects the client to the 3Dconnexion device and enables event notification.
CONSOLE_LOG_ADAPTER - Static variable in class com.datagis.terraexplorer.logging.Logger
A default ConsoleLogAdapter, that can be registered as LogListener, that sends all native log messages to the console.
ConsoleLogAdapter - Class in com.datagis.terraexplorer.logging
The ConsoleLogAdapter is a LogListener, which sends all log messages to the console.
ConsoleLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Constructs a new ConsoleLogAdapter, initialized with a default logger base name and briefed to drop the native assembly name.
ConsoleLogAdapter(String, boolean) - Constructor for class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Constructs a new ConsoleLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name as indicated by the second argument.
ConsoleLogAdapter(String) - Constructor for class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Constructs a new ConsoleLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name.
ConsoleLogAdapter(boolean) - Constructor for class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Constructs a new ConsoleLogAdapter, dropping the assembly name from the native logger name as indicated by the argument.
consume() - Method in class com.datagis.com4j.NativeWindowEvent
Consumes this event, if this event can be consumed.
consume() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
Container - Class in com.datagis.terraexplorer.menu
A container object is a component that can contain other components.
Container() - Constructor for class com.datagis.terraexplorer.menu.Container
 
contains(String) - Method in class com.datagis.terraexplorer.data.Features
Tests, whether a feature with the specified name exists in this feature set.
contains(Object) - Method in class com.datagis.terraexplorer.data.Features
Returns true if this set contains the specified element.
contains(String) - Method in class com.datagis.terraexplorer.data.Layers
Tests, whether a layer with the specified name exists.
contains(Object) - Method in class com.datagis.terraexplorer.data.Layers
Returns true if this set contains the specified element.
contains(String) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
contains(String) - Method in interface com.datagis.terraexplorer.ole.ILayers
 
containsAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Features
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Layers
Returns true if this set contains all of the elements of the specified collection.
CONTEXT_MENU_FIRST - Static variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
The first number in the range of ids used for context menu events.
CONTEXT_MENU_HIDDEN - Static variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
This event indicates that the context menu was rendered invisible.
CONTEXT_MENU_LAST - Static variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
The last number in the range of ids used for context menu events.
CONTEXT_MENU_REQUESTED - Static variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
This event indicates that the context menu was requested by the user.
CONTEXT_MENU_SHOWING - Static variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
This event indicates that the context menu is about to be shown.
ContextMenu - Class in com.datagis.terraexplorer
The ContextMenu class provides access to the 3D map window's context menu.
ContextMenu(IContextMenu, Layers) - Constructor for class com.datagis.terraexplorer.ContextMenu
Constructs a new ContextMenu using the specified COM object's proxy class and layers collection.
ContextMenuAdapter - Class in com.datagis.terraexplorer.menu
An abstract adapter class for receiving context menu events.
ContextMenuAdapter() - Constructor for class com.datagis.terraexplorer.menu.ContextMenuAdapter
 
ContextMenuEvent - Class in com.datagis.terraexplorer.menu
An event that indicates that the 3D map's context menu was requested by the user, is about to show or is hidden.
ContextMenuEvent(Object, int, long, int, Feature) - Constructor for class com.datagis.terraexplorer.menu.ContextMenuEvent
Constructs a ContextMenuEvent object with the specified arguments.
contextMenuHidden(ContextMenuEvent) - Method in class com.datagis.terraexplorer.menu.ContextMenuAdapter
Invoked when the context menu was rendered invisible.
contextMenuHidden(ContextMenuEvent) - Method in interface com.datagis.terraexplorer.menu.ContextMenuListener
Invoked when the context menu was rendered invisible.
contextMenuHidden(Date, int, String) - Method in interface com.datagis.terraexplorer.ole.events.IContextMenuEvents
Invoked when the context menu is hidden.
ContextMenuHost - Class in com.datagis.terraexplorer.menu
The ContextMenuHost class is the core component of the native context menu.
ContextMenuHost(IContextMenu, Layers, ContextMenu) - Constructor for class com.datagis.terraexplorer.menu.ContextMenuHost
Constructs a new Layer object by using the COM object's proxy class specified.
ContextMenuListener - Interface in com.datagis.terraexplorer.menu
The listener interface for receiving context menu events.
contextMenuRequested(ContextMenuEvent) - Method in class com.datagis.terraexplorer.menu.ContextMenuAdapter
Invoked when the context menu was requested by the user.
contextMenuRequested(ContextMenuEvent) - Method in interface com.datagis.terraexplorer.menu.ContextMenuListener
Invoked when the context menu was requested by the user.
contextMenuRequested(Date, int, String) - Method in interface com.datagis.terraexplorer.ole.events.IContextMenuEvents
Invoked when the context menu was requested by the user.
contextMenuShowing(ContextMenuEvent) - Method in class com.datagis.terraexplorer.menu.ContextMenuAdapter
Invoked when the context menu is about to be shown.
contextMenuShowing(ContextMenuEvent) - Method in interface com.datagis.terraexplorer.menu.ContextMenuListener
Invoked when the context menu is about to be shown.
contextMenuShowing(Date, int, String) - Method in interface com.datagis.terraexplorer.ole.events.IContextMenuEvents
Invoked when the context menu is about to be shown.
ContextMenuType - Enum in com.datagis.terraexplorer
Specifies the type of the context menu, that is shown for the 3D map window.
convertValue(Object) - Method in class com.datagis.terraexplorer.commands.DoubleValueRangeStrategy
Converts the specified value to type Double.
convertValue(Object) - Method in class com.datagis.terraexplorer.commands.DoubleValueStrategy
Converts the specified value to type Double.
convertValue(Object) - Method in class com.datagis.terraexplorer.commands.FloatValueRangeStrategy
Converts the specified value to type Float.
convertValue(Object) - Method in class com.datagis.terraexplorer.commands.IntegerValueSetStrategy
Converts the specified value to type Integer.
convertValue(Object) - Method in class com.datagis.terraexplorer.commands.StringValueStrategy
Converts the specified value to type String.
convertValue(Object) - Method in interface com.datagis.terraexplorer.commands.ValueStrategy
Converts the specified value to type T.
create(String, double, double, double, String, String, String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
create(double, double, double, String, String, String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
create(String, double, double, double) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
create(String, double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(String, double[], double[], double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(double[], double[], double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(String, double[], double[], double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(String, double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
create(String) - Method in interface com.datagis.terraexplorer.ole.ILayers
 
createActionChangeListener(MenuItem) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Returns a properly configured PropertyChangeListener which updates the control as changes to the Action occur.
createActionComponent(Action) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Factory method which creates the MenuItem for Actions added to the PopupMenu.
createActionListener() - Method in class com.datagis.terraexplorer.menu.MenuItem
 
createActionPropertyChangeListener(Action) - Method in class com.datagis.terraexplorer.menu.MenuItem
Creates and returns a PropertyChangeListener that is responsible for listening for changes from the specified Action and updating the appropriate properties.
createApplication() - Static method in class com.datagis.terraexplorer.ole.ClassFactory
Creates a new instance of the native COM Application coclass and returns a reference to its default interface IApplication.
createArrays() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
createChangeListener() - Method in class com.datagis.terraexplorer.menu.MenuItem
 
createDevice() - Static method in class com.datagis.tdx.tdxinput.ole.ClassFactory
Creates a new instance of the native COM Device coclass and returns a reference to its default interface ISimpleDevice.
createFeatureFactory(T) - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to a newly created FeatureFactory object for this layer, initialized to the values of the specified factory.
createItemListener() - Method in class com.datagis.terraexplorer.menu.MenuItem
 
createPointFeature(Holder<String>, double, double, double, String, String, String, FeatureHeightStyle, int) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createPointFeatureFactory() - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to a newly created PointFeatureFactory object for this layer.
createPointFeatureFactory(PointFeatureFactory) - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to a newly created PointFeatureFactory object for this layer, initialized to the values of the specified factory.
createPointFeatureX(Holder<String>, double, double, double, String, String, String, FeatureHeightStyle, int, Holder<int[]>, Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createPolylineFeature(Holder<String>, Object, double, int, String, FeatureHeightStyle, int, Holder<int[]>, Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createPolylineFeature(Holder<String>, Object, double, int, String, FeatureHeightStyle, int) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createPolylineFeatureFactory() - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to a newly created PolylineFeatureFactory object for this layer.
createPolylineFeatureFactory(PolylineFeatureFactory) - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to a newly created PolylineFeatureFactory object for this layer, initialized to the values of the specified factory.
createPolylineFeatureXY(Holder<String>, Holder<double[]>, double, int, String, FeatureHeightStyle, int, Holder<int[]>, Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createPolylineFeatureXY(Holder<String>, Holder<double[]>, double, int, String, FeatureHeightStyle, int) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
createShutdownMonitor(int, int) - Method in interface com.datagis.terraexplorer.ole.IApplication
Creates a shutdown monitor for the process with the specified process id with the specified probe interval.
createSnapshotImage(boolean, int, int, String, int, int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Creates a snapshot image of what's currently displayed in the 3D window.
createSnapshotImage(int, int, SnapshotImageFormat, boolean, int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createSnapshotImage(int, int, SnapshotImageFormat, boolean, boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createSnapshotImage(int, int, SnapshotImageFormat, int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createSnapshotImage(int, int, SnapshotImageFormat, boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createSnapshotImage(SnapshotImageFormat, int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createSnapshotImage(SnapshotImageFormat, boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates and snapshot image of the 3D window and saves the file with the specified options.
createTDxInfo() - Static method in class com.datagis.tdx.tdxinput.ole.ClassFactory
Creates a new instance of the native COM TDxInfo coclass and returns a reference to its default interface ITDxInfo.
createXY(String, double, double, String, String, String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
createXY(double, double, String, String, String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
createXY(String, double, double) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
createXY(String, double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
createXY(String, double[], double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
createXY(double[], double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
createXY(double[], double, Color, String) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
createXY(String, double[], double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
createXY(String, double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 

D

dateTimeChanged(Date) - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when either the current date and time or the range on the Date and Time slider is changed.
dateTimeChanged(Date) - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when either the current date and time or the range on the Date and Time slider is changed.
DateTimePolicy - Enum in com.datagis.terraexplorer
Specifies the type of time used in the 3D map window.
DateTimeSettings - Class in com.datagis.terraexplorer
The DateTimeSettings class provides methods to configure TerraExplorer's time policy as well as its global and local date and time.
DateTimeSettings(IDateTime, ProjectManager) - Constructor for class com.datagis.terraexplorer.DateTimeSettings
Constructs a new DateTimeSettings object by using the COM object's proxy class specified.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a debug message is to be logged.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when a debug message is to be logged.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when a debug message is to be logged.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when a debug message is to be logged.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when a debug message is to be logged.
debug(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when a debug message is to be logged.
debug(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the DEBUG level.
debug(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when a debug message is to be logged.
DEBUG_LOG_ADAPTER - Static variable in class com.datagis.terraexplorer.logging.Logger
A default DebugLogAdapter, that can be registered as LogListener, that sends all native log messages to the Windows debugger.
DebugLogAdapter - Class in com.datagis.terraexplorer.logging
The DebugLogAdapter is a LogListener, which sends all log messages to the application's debugger.
DebugLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.DebugLogAdapter
Constructs a new DebugLogAdapter, initialized with a default logger base name and briefed to drop the native assembly name.
DebugLogAdapter(String, boolean) - Constructor for class com.datagis.terraexplorer.logging.DebugLogAdapter
Constructs a new DebugLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name as indicated by the second argument.
DebugLogAdapter(String) - Constructor for class com.datagis.terraexplorer.logging.DebugLogAdapter
Constructs a new DebugLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name.
DebugLogAdapter(boolean) - Constructor for class com.datagis.terraexplorer.logging.DebugLogAdapter
Constructs a new DebugLogAdapter, dropping the assembly name from the native logger name as indicated by the argument.
DEFAULT_BACKGROUND_COLOR - Variable in class com.datagis.com4j.GenericNativeWindow
The default background color of a native window represented as a NativeSystemColor enum constant.
DEFAULT_BACKGROUND_COLOR - Static variable in class com.datagis.terraexplorer.TerraExplorer
The default background color of the TerraExplorerJ 3D map window represented as a NativeSystemColor enum constant.
DEFAULT_FIELD_OF_VIEW - Static variable in class com.datagis.terraexplorer.Camera
The default value for the camera's field of view setting.
DEFAULT_KEY_POPUP_TRIGGER - Static variable in class com.datagis.terraexplorer.ContextMenu
A reference to the default key popup trigger for the context menu.
DEFAULT_LINE_COLOR - Static variable in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
DEFAULT_LINE_WIDTH - Static variable in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
DEFAULT_MOUSE_POPUP_TRIGGER - Static variable in class com.datagis.terraexplorer.ContextMenu
A reference to the default mouse popup trigger for the context menu.
DEFAULT_TRACKING_METHOD - Static variable in class com.datagis.terraexplorer.TrackingController
Designates the default tracking method, which is used, if no explicit method argument is passed to any of the startTracking methods.
DEFAULT_USER_STOPPABLE - Static variable in class com.datagis.terraexplorer.TrackingController
Designates the default user-stoppable option, which is used, if no explicit userStoppable argument is passed to any of the startTracking methods.
destroyShutdownMonitor() - Method in interface com.datagis.terraexplorer.ole.IApplication
Destroys the shutdown monitor, if one has previously been created with createShutdownMonitor.
Device - Class in com.datagis.tdx.tdxinput
The Device class is the base class, which provides access to the 3Dconnexion device through other objects, that may be obtained from an instance of this class.
Device(ISimpleDevice) - Constructor for class com.datagis.tdx.tdxinput.Device
Constructs a new Device object by using the COM object's proxy class specified.
DeviceAdapter - Class in com.datagis.tdx.tdxinput
An abstract adapter class for receiving device events from the attached device.
DeviceAdapter() - Constructor for class com.datagis.tdx.tdxinput.DeviceAdapter
 
deviceChange(int) - Method in class com.datagis.tdx.tdxinput.DeviceAdapter
Invoked when the input device has changed.
deviceChange(int) - Method in interface com.datagis.tdx.tdxinput.ole.events.ISimpleDeviceEvents
Invoked when the input device has changed.
DeviceListener - Interface in com.datagis.tdx.tdxinput
The listener interface to receive device events from the attached device.
DeviceType - Enum in com.datagis.tdx.tdxinput
Specifies the type of a connected 3Dconnexion device.
disconnect() - Method in class com.datagis.tdx.tdxinput.Device
Disconnects the client from the 3Dconnexion device and disables event notification.
disconnect() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Disconnects the client from the 3Dconnexion device and disables event notification.
DisplayOptions - Class in com.datagis.terraexplorer
The DisplayOptions class provides methods to configure units, formats and modes used for displaying numerical data in the TerraExplorer user interface.
DisplayOptions(ITerraExplorer) - Constructor for class com.datagis.terraexplorer.DisplayOptions
Initializes a newly created DisplayOptions instance with the specified reference to the native ITerraExplorer interface.
Disposable - Interface in com.datagis.com4j
The Disposable interface defines a method to release allocated resource.
dispose() - Method in class com.datagis.com4j.ComEventObject
Releases the reference to the native COM object exposed by this object.
dispose() - Method in class com.datagis.com4j.ComObject
Releases the reference to the native COM object exposed by this object.
dispose() - Method in interface com.datagis.com4j.Disposable
Performs application-defined tasks associated with freeing, releasing, or resetting system resources.
dispose() - Method in class com.datagis.com4j.GenericNativeWindow
Releases the reference to the underlying native window represented by this GenericNativeWindow object.
dispose() - Method in interface com.datagis.com4j.NativeWindow
Releases the reference to the underlying native window represented by this NativeWindow object.
dispose() - Method in class com.datagis.tdx.tdxinput.Device
Releases the reference to this Device native COM object.
dispose() - Method in class com.datagis.tdx.tdxinput.Sensor
Releases the reference to this Sensor native COM object.
dispose() - Method in class com.datagis.terraexplorer.Application
Releases the reference to this Application native COM object.
dispose() - Method in class com.datagis.terraexplorer.ApplicationInfo
Releases the reference to this ApplicationInfo native COM object.
dispose() - Method in class com.datagis.terraexplorer.ContextMenu
Disposes the peer object.
dispose() - Method in class com.datagis.terraexplorer.data.Feature
Releases the reference to this Feature object's native COM object.
dispose(boolean) - Method in class com.datagis.terraexplorer.data.Feature
Releases the reference to this Feature's native COM object.
dispose() - Method in class com.datagis.terraexplorer.data.FeatureFactory
 
dispose() - Method in class com.datagis.terraexplorer.data.Features
Releases the reference to this Features native COM object.
dispose() - Method in class com.datagis.terraexplorer.data.Layer
Releases the reference to this Layer object's native COM object.
dispose() - Method in class com.datagis.terraexplorer.data.Layers
Releases the reference to this Layers native COM object.
dispose() - Method in class com.datagis.terraexplorer.logging.Logger
 
dispose() - Method in class com.datagis.terraexplorer.Map3DWindow
 
dispose() - Method in class com.datagis.terraexplorer.TerraExplorer
Releases the reference to this TerraExplorer native COM object.
dispose0() - Method in interface com.datagis.terraexplorer.ole.IDisposable
Performs application-defined tasks associated with freeing, releasing, or resetting system resources.
doClick(int) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Programmatically perform a "click".
doClick() - Method in class com.datagis.terraexplorer.menu.MenuItem
Programmatically perform a "click".
doClick(int) - Method in class com.datagis.terraexplorer.menu.MenuItem
Programmatically perform a "click".
DoubleValueRangeStrategy - Class in com.datagis.terraexplorer.commands
The DoubleValueRangeStrategy is an implementation of ValueRangeStrategy for Double values, for which the set of supported values is specified by an interval or range.
DoubleValueRangeStrategy(Double, Double) - Constructor for class com.datagis.terraexplorer.commands.DoubleValueRangeStrategy
Initializes a newly created value range strategy with the specified values for minimum and maximum, that does not consider null as a supported value.
DoubleValueStrategy - Class in com.datagis.terraexplorer.commands
The DoubleValueStrategy class is an implementation of ValueStrategy for all Double values, except null.
DoubleValueStrategy() - Constructor for class com.datagis.terraexplorer.commands.DoubleValueStrategy
 
Driver - Class in com.datagis.tdx.tdxinput
 
Driver() - Constructor for class com.datagis.tdx.tdxinput.Driver
 
DynamicClouds - Enum in com.datagis.terraexplorer
Specifies a dynamic clouds animation preset.

E

ElevationAccuracyLevel - Enum in com.datagis.terraexplorer
Specifies the level of accuracy used for terrain elevation retrieval at a specified location.
ElevationPyramidFormat - Enum in com.datagis.terraexplorer
Specifies an image format used for generating Elevation Pyramids for locally added elevation layers.
enabled - Variable in class com.datagis.terraexplorer.menu.Component
True when the object is enabled.
ENABLED_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.Component
Identifies a change in the component's enabled state.
EngineType - Enum in com.datagis.terraexplorer.version
Specifies the type of the current TerraExplorer installation.
enterCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when TerraExplorer enters CPU saving mode.
enterCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Forces the native TerraExplorer library to enter CPU saving mode.
enterCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Forces the native TerraExplorer library to enter CPU saving mode.
enterCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when TerraExplorer leaves CPU saving mode.
enterLoadFeatureMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Forces the native TerraExplorer library to enter load feature mode.
enterLoadFeatureMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Forces the native TerraExplorer library to enter load feature mode.
entrySet() - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns an unmodifiable (read-only) Set view of the mappings contained in this LocalStorage.
entrySet() - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns a collection view of the mappings contained in this map.
enumType() - Method in exception com.datagis.terraexplorer.logging.LogLevelNotPresent
Returns the type of the missing enum constant.
equals(Object) - Method in class com.datagis.com4j.ComObject
Tests whether two native COM objects or interfaces refer to the same COM object.
equals(Object) - Method in class com.datagis.terraexplorer.CameraPosition
Compares this CameraPosition object to the specified object.
equals(CameraPosition) - Method in class com.datagis.terraexplorer.CameraPosition
Compares this CameraPosition object to the specified CameraPosition object.
equals(Object) - Method in class com.datagis.terraexplorer.data.LocalStorage
 
equals(Object) - Method in class com.datagis.terraexplorer.data.Point3D
Compares this Point3D object to the specified object.
equals(Point3D) - Method in class com.datagis.terraexplorer.data.Point3D
Compares this Point3D object to the specified Point3D object.
equals(Object) - Method in class com.datagis.terraexplorer.menu.PopupTrigger
Compares this popup trigger to the specified object.
equals(Object) - Method in class com.datagis.terraexplorer.util.AbstractPair
Compares this pair to the specified object.
equals(Object) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Compares the specified object with this IndexedHashMap for equality.
equals(Object) - Method in interface com.datagis.terraexplorer.util.Pair
Compares this Pair to the specified object.
equals(Object) - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
equals(Object) - Method in class com.datagis.terraexplorer.version.GenericVersion
Compares this version to the specified object.
equals(Version) - Method in class com.datagis.terraexplorer.version.GenericVersion
Compares this version to the specified version.
equals(Object) - Method in class com.datagis.terraexplorer.version.NativeVersion
Compares this version to the specified object.
equals(Version) - Method in class com.datagis.terraexplorer.version.NativeVersion
Compares this version to the specified version.
equals(INativeVersion) - Method in class com.datagis.terraexplorer.version.NativeVersion
Compares this version to the specified INativeVersion object.
equals(Object) - Method in interface com.datagis.terraexplorer.version.Version
Compares this version to the specified object.
equals(Version) - Method in interface com.datagis.terraexplorer.version.Version
Compares this version to the specified version.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when an error message is to be logged.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when an error message is to be logged.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when an error message is to be logged.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when an error message is to be logged.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when an error message is to be logged.
error(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when an error message is to be logged.
error(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the ERROR level.
error(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when an error message is to be logged.
eventId - Variable in class com.datagis.com4j.GenericNativeWindow.EventInvocationItem
The event id for native window events as defined in NativeWindowEvent.
eventId - Variable in class com.datagis.terraexplorer.menu.PopupTrigger
The eventId of this popup trigger.
EventInvocationCache() - Constructor for class com.datagis.com4j.GenericNativeWindow.EventInvocationCache
Creates a new EventInvocationCache populated with all events declared in NativeWindowListener.
eventInvocationCache - Variable in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
This HashMap derived cache provides fast mapping between the name of an event method invoked on the native event interface and the corresponding method to be invoked on a registered NativeWindowListener together with the event id.
EventInvocationItem(Method, int) - Constructor for class com.datagis.com4j.GenericNativeWindow.EventInvocationItem
Creates a new EventInvocationItem object using both the method and event id specified.
eventListenerClazz - Variable in class com.datagis.com4j.GenericNativeWindow.EventInvocationCache
The class or interface on which the methods to be invoked are declared.
eventMethodSignature - Variable in class com.datagis.com4j.GenericNativeWindow.EventInvocationCache
The signature of the event methods to be invoked as needed by java.lang.Class.getMethod(String, Class ...)
events - Variable in class com.datagis.com4j.ComEventObject
Stores all event cookies obtained from method Com4jObject.advise(Class nativeEventInterface, T receiver) , using the event receiver ComEventListener as key.
execute(int, Object) - Method in class com.datagis.terraexplorer.commands.Command
Executes or activates the command with the specified id and parameter.
execute(TerraExplorerCommand) - Method in class com.datagis.terraexplorer.commands.Command
Executes or activates the specified command.
execute() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
execute() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
execute() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Executes this command.
execute(int, Object) - Method in interface com.datagis.terraexplorer.ole.ICommand
Executes or activates the command with the specified id and parameter.

F

faceNorth() - Method in class com.datagis.terraexplorer.Camera
Adjusts the camera's heading angle in order to make the camera face to north.
faceNorth() - Method in interface com.datagis.terraexplorer.ole.ICamera
Adjusts the camera's heading angle in order to make the camera face to north.
factoryId - Variable in class com.datagis.terraexplorer.data.FeatureFactory
 
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a fatal message is to be logged.
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when a fatal message is to be logged.
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when a fatal message is to be logged.
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when a fatal message is to be logged.
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when a fatal message is to be logged.
fatal(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when a fatal message is to be logged.
fatal(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the FATAL level.
fatal(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when a fatal message is to be logged.
Feature - Class in com.datagis.terraexplorer.data
The abstract Feature class is the base class of all features in the TerraExplorerJ library.
Feature(IFeature, Features) - Constructor for class com.datagis.terraexplorer.data.Feature
Constructs a new Feature object by using the COM object's proxy class specified.
feature - Variable in class com.datagis.terraexplorer.menu.ContextMenuEvent
The feature, the context menu initially was requested for.
FeatureFactory - Class in com.datagis.terraexplorer.data
The abstract FeatureFactory class is the base class of all feature factories in the TerraExplorerJ library.
FeatureFactory(Layer) - Constructor for class com.datagis.terraexplorer.data.FeatureFactory
Constructs a new FeatureFactory object for the specified Layer.
FeatureHeightStyle - Enum in com.datagis.terraexplorer.data
Specifies the height style of features.
features - Variable in class com.datagis.terraexplorer.data.Feature
A reference to the Features collection of this feature.
features - Variable in class com.datagis.terraexplorer.data.FeatureFactory
Holds a reference to the feature collection of this feature factory's layer.
Features - Class in com.datagis.terraexplorer.data
The Features class represents the unordered set of features, that are part of a layer.
Features(IFeatures, Layer) - Constructor for class com.datagis.terraexplorer.data.Features
Constructs a new Features object by using the COM object's proxy class specified.
features - Variable in class com.datagis.terraexplorer.data.Features
Internal feature map for fast key-based feature lookups and iterators.
features - Variable in class com.datagis.terraexplorer.data.Layer
Holds a reference to this layer's Features collection.
FeatureType - Enum in com.datagis.terraexplorer.data
Specifies the type of a map feature.
fileClosed() - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked after a Fly file or an MPT file is closed.
fileClosed() - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked after a Fly file or an MPT file is closed.
fileClosing() - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked before a Fly file or an MPT file is closed.
fileClosing() - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked before a Fly file or an MPT file is closed.
fileSave() - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked before a Fly file is saved.
fileSave() - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked before a Fly file is saved.
finalize() - Method in class com.datagis.terraexplorer.data.FeatureFactory
 
finalize() - Method in class com.datagis.terraexplorer.TerraExplorer
Disposes this instance when it gets garbage collected.
fireActionPerformed(ActionEvent) - Method in class com.datagis.terraexplorer.menu.MenuItem
Notifies all listeners that have registered interest for notification on this event type.
fireContextMenuEvent(ContextMenuEvent) - Method in class com.datagis.terraexplorer.ContextMenu
Notifies all listeners that have registered interest for notification on context menu events.
fireContextMenuEvent(ContextMenuEvent) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Fires the specified ContextMenuEvent.
fireItemStateChanged(ItemEvent) - Method in class com.datagis.terraexplorer.menu.MenuItem
Notifies all listeners that have registered interest for notification on this event type.
firePropertyChange(String, Object, Object) - Method in class com.datagis.terraexplorer.menu.Component
Support for reporting bound property changes for Object properties.
firePropertyChange(String, boolean, boolean) - Method in class com.datagis.terraexplorer.menu.Component
Support for reporting bound property changes for boolean properties.
fireStateChanged() - Method in class com.datagis.terraexplorer.menu.MenuItem
Notifies all listeners that have registered interest for notification on this event type.
first - Variable in class com.datagis.terraexplorer.util.ImmutablePair
The first value.
first - Variable in class com.datagis.terraexplorer.util.MutablePair
The first value.
FloatValueRangeStrategy - Class in com.datagis.terraexplorer.commands
The FloatValueRangeStrategy is an implementation of ValueRangeStrategy for Float values, for which the set of supported values is specified by an interval or range.
FloatValueRangeStrategy(Float, Float) - Constructor for class com.datagis.terraexplorer.commands.FloatValueRangeStrategy
Initializes a newly created value range strategy with the specified values for minimum and maximum, that does not consider null as a supported value.
flyAround() - Method in class com.datagis.terraexplorer.Camera
Makes the camera circle around the current view's center point.
flyAround() - Method in interface com.datagis.terraexplorer.ole.ICamera
Makes the camera circle around the current view's center point.
flyTo(ObjectActivationMethod) - Method in class com.datagis.terraexplorer.data.Feature
Instructs the camera to fly to this feature.
flyTo() - Method in class com.datagis.terraexplorer.data.Feature
Instructs the camera to fly to this feature.
flyToLocation(double, double, double, double, double, double) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to fly to the location defined by the first three parameters x, y and z.
flyToLocation(double, double, double, double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Instructs the camera to fly to the location defined by the first three parameters x, y and z.
flyToObject(String, ObjectActivationMethod) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to fly to the specified object or feature.
flyToObject(String) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to fly to the specified object or feature.
flyToObject(Feature, ObjectActivationMethod) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to fly to the specified feature.
flyToObject(Feature) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to fly to the specified object or feature.
flyToObject(String, ObjectActivationMethod) - Method in interface com.datagis.terraexplorer.ole.ICamera
Instructs the camera to fly to the specified object or feature.
flyToTerrain(double, double, double, double) - Method in class com.datagis.terraexplorer.Camera
This method is a shortcut to method flyToLocation, recommended to be used, if only the terrain at the specified location is of interest.
flyToTerrain(double, double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
This method is a shortcut to method flyToLocation, recommended to be used, if only the terrain at the specified location is of interest.
FontStyle - Enum in com.datagis.terraexplorer.data.styles
Specifies a font style.
forPattern(int) - Static method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the line style constant for the specified bits pattern.
forValue(int) - Static method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the enum constant for the specified COM enum value.
forValue(int) - Static method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the enum constant for the specified COM enum value.

G

GeneralOptions - Class in com.datagis.terraexplorer
The GeneralOptions class provides methods to specify general settings like cache limits and raster processing preferences.
GeneralOptions(ITerraExplorer, ProjectManager) - Constructor for class com.datagis.terraexplorer.GeneralOptions
Initializes a newly created GeneralOptions instance with the specified reference to the native ITerraExplorer interface.
GenericNativeWindow<T extends com4j.Com4jObject,E extends ComEventListener> - Class in com.datagis.com4j
A GenericNativeWindow is a top-level native window with a title and a border.
GenericNativeWindow(T, Class<E>) - Constructor for class com.datagis.com4j.GenericNativeWindow
Constructs a new GenericNativeWindow object by using the COM object's proxy class specified.
GenericNativeWindow.EventInvocationCache - Class in com.datagis.com4j
This HashMap derived class provides a fast mapping mechanism between the name of an event method invoked on the native event interface and the corresponding method to be invoked on a registered NativeWindowListener together with its event id.
GenericNativeWindow.EventInvocationItem - Class in com.datagis.com4j
Represents an item stored in the event invocation cache EventInvocationCache.
GenericNativeWindow.NativeWindowEventDispatcher - Class in com.datagis.com4j
The class NativeWindowEventDispatcher implements a custom layer to handle native window events as defined in NativeWindowListener.
GenericVersion - Class in com.datagis.terraexplorer.version
The GenericVersion class represents an abstract version value.
GenericVersion(int, int, int, int) - Constructor for class com.datagis.terraexplorer.version.GenericVersion
Constructs a new GenericVersion instance to represent the version specified by the arguments.
GenericVersion(int, int, int) - Constructor for class com.datagis.terraexplorer.version.GenericVersion
Constructs a new GenericVersion instance to represent the version specified by the arguments.
GenericVersion(int, int) - Constructor for class com.datagis.terraexplorer.version.GenericVersion
Constructs a new GenericVersion instance to represent the version specified by the arguments.
GenericVersion(int) - Constructor for class com.datagis.terraexplorer.version.GenericVersion
Constructs a new GenericVersion instance to represent the version specified by the arguments.
GenericVersion(String) - Constructor for class com.datagis.terraexplorer.version.GenericVersion
Constructs a new GenericVersion instance to represent the version specified by the String argument.
GeographicCoordinateFormat - Enum in com.datagis.terraexplorer
Specifies the format used for displaying geographic coordinates (Latitude/Longitude) in the native TerraExplorer user interface.
get(String) - Method in class com.datagis.terraexplorer.data.Features
Returns a reference to the feature identified by the specified key.
get(String) - Method in class com.datagis.terraexplorer.data.Layers
Returns the layer identified by the specified name.
get(int) - Method in class com.datagis.terraexplorer.data.Layers
Returns the layer identified by the specified position in the layers stack.
get(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key or null, if there is no mapping for the specified key.
get(Class<E>, PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to the specified Enum or null, if there is no mapping for the specified key.
get(String) - Method in interface com.datagis.terraexplorer.ole.ILayers
 
get(int) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns the value of the mapping identified by the specified index.
get() - Method in class com.datagis.terraexplorer.util.TransactionalValue
Returns the current value of this TransactionalValue object.
getAbbreviation() - Method in enum com.datagis.terraexplorer.LinearUnit
Returns the abbreviation of this linear unit.
getAbbreviation() - Method in enum com.datagis.terraexplorer.VelocityUnit
Returns the abbreviation of this velocity unit.
getAction() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the currently set Action for this MenuItem, or null if no Action is set.
getActionCommand() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the action command for this menu item.
getActionListeners() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns an array of all the ActionListeners added to this MenuItem with addActionListener().
getActivationMethod() - Method in class com.datagis.terraexplorer.data.Feature
Returns the default activation method for this feature.
getActivationMethod() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the default activation method to be used for features created by this feature factory.
getActivationMethod() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getAdjustViewDialogMode() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Returns the adjust view dialog mode.
getAdjustViewDialogMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the adjust view dialog mode.
getAltitudeMode() - Method in class com.datagis.terraexplorer.Camera
Returns the altitude mode which defines, how to interpret the various Z parameters of the Camera object's methods.
getAltitudeMode() - Method in class com.datagis.terraexplorer.DisplayOptions
Gets the altitude mode used to calculate altitudes, that are displayed in the TerraExplorer user interface.
getAltitudeMode() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the altitude mode which defines, how to interpret the various Z parameters of the Camera object's methods.
getAngle() - Method in class com.datagis.tdx.tdxinput.AngleAxis
Returns the angle component of the rotation.
getAngle() - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Returns the angle component of the rotation.
getApplication() - Static method in class com.datagis.terraexplorer.Application
Returns a reference to the single instance of the Application class.
getApplicationDirectory() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the current TerraExplorer application directory.
getApplicationDirectory() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the current TerraExplorer application directory.
getApplicationDirectory() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the current TerraExplorer application directory.
getApplicationInfo() - Method in class com.datagis.terraexplorer.Application
Returns a reference to the ApplicationInfo object.
getApplicationInfo() - Method in interface com.datagis.terraexplorer.ole.IApplication
Returns a reference to the IApplicationInfo interface.
getAtmosphericEffects() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the AtmosphericEffects class, which may be used to configure atmospheric effects, like fog, sky color or displaying sun and moon for the rendering engine.
getBackColor() - Method in class com.datagis.terraexplorer.data.PointFeature
Returns the background color for this point feature.
getBackColor() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getBackColor() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Gets the background color of this native window.
getBackColor() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getBackColor() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the background color of the TerraExplorer 3D map window.
getBackground() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the background color of this native window.
getBackground() - Method in interface com.datagis.com4j.NativeWindow
Gets the background color of this native window.
getBackground() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the background color of the TerraExplorer 3D map window.
getBackOpacity() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getBase() - Method in class com.datagis.terraexplorer.data.Features
Returns a reference to this Features native IFeatures instance.
getBGR() - Method in class com.datagis.com4j.OleColor
Returns the value of this OleColor as a combined BGR color value.
getBits() - Method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the bits pattern used with the line style specified by this enum constant.
getBoolean(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Boolean or null, if there is no mapping for the specified key.
getBorderStyle() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Gets the native window border style.
getBorderStyle() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the border style used by the TerraExplorer 3D map window.
getBorderStyle() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the border style used by the TerraExplorer 3D map window.
getBounds() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the bounds of this native window in the form of a Rectangle object.
getBounds(Rectangle) - Method in class com.datagis.com4j.GenericNativeWindow
Stores the bounds of this native window into "return value" rv and return rv.
getBounds() - Method in interface com.datagis.com4j.NativeWindow
Gets the bounds of this native window in the form of a Rectangle object.
getBounds(Rectangle) - Method in interface com.datagis.com4j.NativeWindow
Stores the bounds of this native window into "return value" rv and return rv.
getBuildNumber() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns the build number of the version value.
getBuildNumber() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the build number of the current TerraExplorer installation.
getBuildNumber() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the build number of the current TerraExplorer installation or zero (0) if there is no TerraExplorer installed on this machine.
getBuildNumber() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns the build number of the version value.
getBuildNumber() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns the build number of the version value.
getBuildNumber() - Method in interface com.datagis.terraexplorer.version.Version
Returns the build number of the version value.
getButton() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns which, if any, of the mouse buttons has changed state.
getButton() - Method in class com.datagis.terraexplorer.menu.MousePopupTrigger
Returns this mouse popup trigger's mouse button constant.
getButtonCount() - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Returns the number of buttons in the group.
getByte(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Byte or null, if there is no mapping for the specified key.
getCamera() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns a reference to the ICamera interface.
getCamera() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the Camera class, which provides methods to access the camera of the 3D map window.
getCaption() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Gets the title of this native window.
getChangeListeners() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns an array of all the ChangeListeners added to this MenuItem with addChangeListener().
getColor() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the system color as a Color object for this enum constant.
getColor(int) - Static method in enum com.datagis.com4j.NativeSystemColor
Returns an opaque sRGB color, created from the specified combined BGR value consisting of the blue component in bits 16-23, the green component in bits 8-15, and the red component in bits 0-7.
getColor() - Method in class com.datagis.com4j.OleColor
Returns the value of this OleColor as a real java.awt.Color type.
getColor(int) - Method in class com.datagis.com4j.OleColor
Returns the value of this OleColor as a real java.awt.Color type with the specified alpha value.
getColor(float) - Method in class com.datagis.com4j.OleColor
Returns the value of this OleColor as a real java.awt.Color type with the specified alpha value.
getColor() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Returns the color used to draw the head up display layer's controls.
getColorSaturationValue() - Method in class com.datagis.terraexplorer.RenderingOptions
Returns the color saturation modifier value, that is currently in effect.
getComEventListeners(Class<E>) - Method in class com.datagis.com4j.ComEventObject
Returns an array of all the objects currently registered as ComEventListeners upon this ComEventObject.
getCommand() - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Returns the command associated with this command menu item.
getCommand() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns a reference to the ICommand interface.
getCommand() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the Command class, which provides access to standard TerraExplorer menu commands, providing information about their status and enabling commands to be executed.
getCommandId() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
getCommandId() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
getCommandId() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns this command's id.
getCompanyName() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the company name version information.
getCompanyName() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the company name version information.
getCompatibleOleColor() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the native system color represented by this enum constant as a VB6 compatible OLE_COLOR value.
getComponent(int) - Method in class com.datagis.terraexplorer.menu.Container
Gets the nth component in this container.
getComponent() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the Component of this menu item.
getComponentCount() - Method in class com.datagis.terraexplorer.menu.Container
Gets the number of components in this container.
getComponentId() - Method in interface com.datagis.terraexplorer.menu.PeerComponent
Returns the native component id of this peer component.
getComponents() - Method in class com.datagis.terraexplorer.menu.Container
Gets all the components in this container.
getContextFeature() - Method in class com.datagis.terraexplorer.ContextMenu
Returns this context menu's context feature or null, if no feature is associated with the current menu cycle.
getContextMenu() - Method in class com.datagis.terraexplorer.Map3DWindow
Returns a reference to this Map3DWindow's context menu instance.
getContextMenu() - Method in interface com.datagis.terraexplorer.ole.IMap3DWindow
Returns a reference to the IContextMenu interface.
getContextMenuListeners() - Method in class com.datagis.terraexplorer.ContextMenu
Returns an array of all the ContextMenuListeners added to this context menu with addContextMenuListener().
getContextMenuType() - Method in class com.datagis.terraexplorer.ContextMenu
Returns the type of the context menu used with the 3D map window.
getContextMenuType() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Returns the type of the context menu used with the 3D map window.
getContextMenuType() - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Returns the type of the context menu enabled.
getDateTime() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns a reference to the IDateTime interface.
getDateTimePolicy() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the date and time policy currently used by TerraExplorer.
getDateTimeSettings() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the DateTimeSettings class, which provides methods to configure TerraExplorer's time policy as well as its global and local date and time.
getDefaultHeightStyle() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the default height style for this feature.
getDefaultHeightStyle() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getDefaultHeightStyle() - Method in class com.datagis.terraexplorer.data.PolygonFeatureFactory
 
getDefaultHeightStyle() - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
getDefaultTerrainDatabase() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the path or URL of the default terrain database.
getDefaultValue(FeatureType) - Method in enum com.datagis.terraexplorer.data.PropertyKey
 
getDefaultViewingDistance() - Method in class com.datagis.terraexplorer.data.Feature
Returns the default viewing distance in meters for this feature.
getDefaultViewingDistance() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the default viewing distance in meters to be used for features created by this feature factory.
getDefaultViewingDistance() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getDescription() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getDevice() - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns a reference to this sensor's parent device.
getDevice() - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns a reference to this keyboards's parent device.
getDevice() - Method in interface com.datagis.tdx.tdxinput.ole.ISensor
Returns a reference to this sensor's parent device.
getDevice() - Method in class com.datagis.tdx.tdxinput.Sensor
Returns a reference to this sensor's parent device.
getDeviceListeners() - Method in class com.datagis.tdx.tdxinput.Device
Returns an array of all the device listeners registered on this Device instance.
getDirection() - Method in class com.datagis.terraexplorer.data.PointFeature
Returns the current direction for this feature.
getDirection() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getDisplayMode() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Returns the current head up display mode.
getDisplayOptions() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the DisplayOptions class, which may be used to configure units, formats and modes used for displaying numerical data in the TerraExplorer user interface.
getDouble(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Double or null, if there is no mapping for the specified key.
getDynamicClouds() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the active dynamic clouds animation preset.
getEffectiveTimeZone() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the effective time zone used by TerraExplorer, if the date and time policy is set to GLOBAL_TIME.
getElements() - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Returns all the buttons that are participating in this group.
getElevationAccuracyLevel() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's elevation accuracy level.
getElevationAccuracyLevel() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's elevation accuracy level.
getElevationPyramidFormat() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the image format used to create elevation pyramids for locally added elevation layers.
getEngineType() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the type of the native TerraExplorerX library.
getEngineType() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the type of the native TerraExplorer library.
getEngineType() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the engine type of the current TerraExplorer installation.
getEventId() - Method in class com.datagis.terraexplorer.menu.PopupTrigger
Returns this popup trigger's event id.
getExtendedState() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the state of this native window.
getExtendedState() - Method in interface com.datagis.com4j.NativeWindow
Gets the state of this native window.
getFeature() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns the feature, the context menu initially was requested for, or null, if no feature was involved with this context menu event.
getFeature() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the point feature that is involved in this tracking state change.
getFeatureAlignment() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getFeatureAlignment() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getFeatureAlignment() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getFeatureId() - Method in class com.datagis.terraexplorer.data.Feature
Returns the internal id of this feature.
getFeatureId() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getFeatureKey() - Method in class com.datagis.terraexplorer.data.Feature
Returns the key of this feature.
getFeatureKey() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getFeatures() - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to this layer's features collection.
getFeatures() - Method in interface com.datagis.terraexplorer.ole.ILayer
 
getFeatureType() - Method in class com.datagis.terraexplorer.data.Feature
Returns the type of this feature.
getFeatureType() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the type of features, that are created with this feature factory.
getFeatureType() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getFeatureType() - Method in class com.datagis.terraexplorer.data.PolygonFeatureFactory
 
getFeatureType() - Method in class com.datagis.terraexplorer.data.PolylineFeatureFactory
 
getFeatureType() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getFieldOfView() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's field of view angle in degrees.
getFieldOfView() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's field of view angle in degrees.
getFileVersion() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the file version of the underlying native executable.
getFileVersion() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the file version of the underlying native executable.
getFirst() - Method in class com.datagis.terraexplorer.util.ImmutablePair
 
getFirst() - Method in class com.datagis.terraexplorer.util.MutablePair
 
getFirst() - Method in interface com.datagis.terraexplorer.util.Pair
Returns this pair's first value.
getFloat(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Float or null, if there is no mapping for the specified key.
getFogColor() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the color of the fog, that covers the terrain.
getFogColor() - Method in enum com.datagis.terraexplorer.NamedSkyColor
Returns the actual fog color for this constant.
getFogDistance() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the fog distance in meters, that is the distance, at which the fog starts.
getFogEffectIntensity() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the intensity of the fog cover effect.
getFontName() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getFontName() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getFontName() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getFontSize() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getFontSize() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getFontSize() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getFontStyle() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getFontStyle() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getFontStyle() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getFormatString() - Method in class com.datagis.terraexplorer.SnapshotImageFormat
Returns the complete format specifier string used by TerraExplorer, including the quality value, if appropriate.
getGeneralOptions() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the GeneralOptions class, which may be used to specify general settings like cache limits and raster processing preferences.
getGeographicCoordinateFormat() - Method in class com.datagis.terraexplorer.DisplayOptions
Gets the format used to display geographic coordinates in the TerraExplorer user interface.
getGlobalShadowColor() - Method in class com.datagis.terraexplorer.RenderingOptions
Returns the Global Shadow Color.
getGlobalTime() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the global time used by TerraExplorer, if its date and time policy is set to GLOBAL_TIME.
getGlobalTime() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the currently used global date and time.
getHandle() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the native window handle (HWND) of the underlying native COM window.
getHeading() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's current heading in degrees.
getHeading() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's current heading in degrees.
getHeadUpDisplay() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the HeadUpDisplay class, which may be used to configure the look of the 3D map's head up display.
getHeadUpDisplayMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the current head up display mode.
getHeight() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the current height of this native window.
getHeight() - Method in interface com.datagis.com4j.NativeWindow
Returns the current height of this native window.
getHeight() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the current height of this native window.
getHeightStyle() - Method in class com.datagis.terraexplorer.data.Feature
Returns the height style for this feature.
getHeightStyle() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the height style to be used for features created by this feature factory.
getHeightStyle() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getHideActionText() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the value of the hideActionText property, which determines whether this menu item displays text from the Action.
getID() - Method in class com.datagis.com4j.NativeWindowEvent
Returns the event type.
getImageFile() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the full qualified path and filename of the underlying native executable.
getImageFile() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getImageFile() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getImageFile() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the full qualified path and filename of the underlying native executable.
getImageFile() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getImagePyramidFormat() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the image format used to create image pyramids for locally added imagery layers.
getIndex(Object) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns the index of the mapping with the specified key, or -1 if the specified key is not part of this map.
getInsets() - Method in class com.datagis.com4j.GenericNativeWindow
Determines the insets of this native window, which indicate the size of the window's border.
getInsets() - Method in interface com.datagis.com4j.NativeWindow
Determines the insets of this native window, which indicate the size of the window's border.
getInsets(Holder<Integer>, Holder<Integer>, Holder<Integer>, Holder<Integer>) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Determines the insets of this native window, which indicate the size of the window's border.
getInstance() - Static method in class com.datagis.terraexplorer.util.NativeWin32Utils
Creates a new instance of the native COM NativeWin32Utils coclass and returns a reference to its default interface INativeWin32Utils.
getInteger(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to an Integer or null, if there is no mapping for the specified key.
getInteriorColor() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the interior color for this feature.
getInteriorColor() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the interior color to be used for features created by this feature factory.
getInteriorColor() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getInteriorOpacity() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getInvoker() - Method in class com.datagis.terraexplorer.menu.PopupMenu
Returns the component which is the 'invoker' of this popup menu.
getItem(int) - Method in class com.datagis.terraexplorer.menu.Menu
Returns the MenuItem at the specified position.
getItemCount() - Method in class com.datagis.terraexplorer.menu.Menu
Returns the number of items on the menu, including separators.
getItemId() - Method in class com.datagis.terraexplorer.data.Feature
Returns the item id, that uniquely identifies this feature in the Information Tree of the native TerraExplorer library.
getItemId() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getItemListeners() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns an array of all the ItemListeners added to this ManuItem with addItemListener().
getJoystickNavigationSpeed() - Method in class com.datagis.terraexplorer.NavigationOptions
Returns a value that represents the navigation speed when navigating with a joystick.
getKey() - Method in class com.datagis.terraexplorer.menu.PopupTrigger
Returns this popup trigger's virtual key or mouse button constant.
getKey(TimeZone) - Method in class com.datagis.terraexplorer.util.TimeZoneMapper
Returns a TerraExplorer time zone key for the specified TimeZone object.
getKeyboard() - Method in class com.datagis.tdx.tdxinput.Device
Returns a reference to this device's the Keyboard object.
getKeyboard() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Returns a reference to this device's the Keyboard object.
getKeyboardAndMouseNavigationSpeed() - Method in class com.datagis.terraexplorer.NavigationOptions
Returns a value that represents the navigation speed when navigating with the keyboard or mouse.
getKeyboardListeners() - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns an array of all the keyboard listeners registered on this Keyboard instance.
getKeyCode() - Method in class com.datagis.terraexplorer.menu.KeyPopupTrigger
Returns this key popup trigger's key code constant.
getKeyLabel(int) - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the label of the specified key as printed on the device.
getKeyLabel(int) - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the label of the specified key as printed on the device.
getKeyName(int) - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the name of the specified key on the device's keyboard.
getKeyName(int) - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the name of the specified key on the device's keyboard.
getKeys() - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the number of keys present on the device's keyboard.
getKeys() - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the number of keys present on the device's keyboard.
getLabelText() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getLabelText() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getLabelText() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getLayer() - Method in class com.datagis.terraexplorer.data.Feature
Returns a reference to the Layer, this feature belongs to.
getLayer() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns a reference to the Layer of this feature factory object.
getLayer() - Method in class com.datagis.terraexplorer.data.Features
Returns a reference to this feature set's layer.
getLayers() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns a reference to the ILayers interface.
getLayers() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to the Layers object.
getLeft() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the current x coordinate of the native window's origin.
getLegalCopyright() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the copyright note of the underlying native executable.
getLegalCopyright() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the copyright note of the underlying native executable.
getLegalTrademarks() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the trademarks note of the underlying native executable.
getLegalTrademarks() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the trademarks note of the underlying native executable.
getLength() - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Returns the length of this vector.
getLength() - Method in class com.datagis.tdx.tdxinput.Vector3D
Returns the length of this vector.
getLevel() - Method in enum com.datagis.terraexplorer.logging.LogLevel
Returns the numeric log level of this LogLevel enum constant.
getLevel() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
getLinearUnit() - Method in class com.datagis.terraexplorer.DisplayOptions
Gets the linear unit used to display distances and altitudes in the TerraExplorer user interface.
getLineBackColor() - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Returns the line background color for this feature.
getLineBackColor() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Returns the line background color to be used for features created by this feature factory.
getLineBackColor() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLineBackOpacity() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLineColor() - Method in class com.datagis.terraexplorer.data.PointFeature
Returns the line to ground color for this point feature.
getLineColor() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getLineColor() - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Returns the line color for this feature.
getLineColor() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Returns the line color to be used for features created by this feature factory.
getLineColor() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getLineColor() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLineLength() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getLineLength() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getLineLength() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getLineOpacity() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLineStyle() - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Returns the line style for this feature.
getLineStyle() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Returns the line style to be used for features created by this feature factory.
getLineStyle() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLineStylePattern() - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Returns the line style for this feature.
getLineStylePattern() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Returns the line style to be used for features created by this feature factory.
getLineToGroundType() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getLineToGroundType() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getLineToGroundType() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getLineWidth() - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Returns the line width in meters for this feature.
getLineWidth() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Returns the line width in meters to be used for features created by this feature factory.
getLineWidth() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
getLocalTime() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the local time used by TerraExplorer, if its date and time policy is set to LOCAL_TIME.
getLocalTime() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the fixed local date and time at the viewer's current position.
getLocation(Point) - Method in class com.datagis.com4j.GenericNativeWindow
Stores the x,y origin of this native window into "return value" rv and return rv.
getLocation() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the location of this native window in the form of a point specifying the native window's top-left corner.
getLocation(Point) - Method in interface com.datagis.com4j.NativeWindow
Stores the x,y origin of this native window into "return value" rv and return rv.
getLocation() - Method in interface com.datagis.com4j.NativeWindow
Gets the location of this native window in the form of a point specifying the native window's top-left corner.
getLocationOnScreen() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the location of this native window in the form of a point specifying the native window's top-left corner in the screen's coordinate space.
getLocationOnScreen() - Method in interface com.datagis.com4j.NativeWindow
Gets the location of this native window in the form of a point specifying the native window's top-left corner in the screen's coordinate space.
getLogger() - Method in class com.datagis.terraexplorer.Application
Returns a reference to the Logger object used with the TerraExplorerJ application.
getLogger(String) - Static method in class com.datagis.terraexplorer.logging.Logger
Retrieve a logger named accordingly to the value of the loggerName parameter.
getLogger(Class<?>) - Static method in class com.datagis.terraexplorer.logging.Logger
Retrieve a logger named accordingly for the specified class.
getLogger() - Method in interface com.datagis.terraexplorer.ole.IApplication
Returns a reference to the ILogger interface.
getLoggerBaseName() - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Returns the base logger name to be used for logging.
getLoggerName(String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Returns the full logger name for the given native logger name.
getLogListeners() - Method in class com.datagis.terraexplorer.logging.Logger
Returns an array of all the log listeners registered on this Logger instance.
getLong(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Long or null, if there is no mapping for the specified key.
getLongVersion() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns a string representation of this version in the longest form possible.
getLongVersion() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns a string representation of this version in the longest form possible.
getLongVersion() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns a string representation of this version in the longest form possible.
getLongVersion() - Method in interface com.datagis.terraexplorer.version.Version
Returns a string representation of this version in the longest form possible.
getMajorVersion() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns the major version part of this version.
getMajorVersion() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the major version part of the current TerraExplorer installation.
getMajorVersion() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the major version part of the current TerraExplorer installation or zero (0) if there is no TerraExplorer installed on this machine.
getMajorVersion() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns the major version part of this version.
getMajorVersion() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns the major version part of this version.
getMajorVersion() - Method in interface com.datagis.terraexplorer.version.Version
Returns the major version part of this version.
getMap3DWindow() - Method in class com.datagis.terraexplorer.Application
Returns a reference to the Map3DWindow object, which is the native window containing the 3D map window.
getMap3DWindow() - Method in interface com.datagis.terraexplorer.ole.IApplication
Returns a reference to the IMap3DWindow interface.
getMaximum() - Method in class com.datagis.terraexplorer.commands.ValueRangeStrategy
Returns the maximum of this value strategie's range or null, if the interval is not right-bounded.
getMaxVisibilityDistance() - Method in class com.datagis.terraexplorer.data.Feature
Returns the maximum visibility distance in meters for this feature.
getMaxVisibilityDistance() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the maximum visibility distance in meters to be used for features created by this feature factory.
getMaxVisibilityDistance() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getMenuComponent(int) - Method in class com.datagis.terraexplorer.menu.Menu
Returns the component at position n.
getMenuComponentCount() - Method in class com.datagis.terraexplorer.menu.Menu
Returns the number of components on the menu.
getMenuComponents() - Method in class com.datagis.terraexplorer.menu.Menu
Returns an array of Components of the menu's subcomponents.
getMenuItemCaption(int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Returns the caption of the menu item with the specified id.
getMenuItemCommandId(int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Returns the command id of the menu item with the specified id.
getMenuItemParameter(int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Returns the parameter of the menu item with the specified id.
getMenuThreadingMode() - Method in class com.datagis.terraexplorer.ContextMenu
Returns the context menu's threading mode.
getMenuThreadingMode() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Returns the context menu's threading mode.
getMenuThreadingMode() - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Returns the context menu's threading mode.
getMessageBoxTitle() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the title string used for message boxes displayed by the native TerraExplorer library.
getMessageBoxTitle() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the title string used for message boxes displayed by the native TerraExplorer library.
getMessageQueueSize() - Method in interface com.datagis.terraexplorer.ole.ILogger
Returns the current size of the native logger's message queue.
getMinimum() - Method in class com.datagis.terraexplorer.commands.ValueRangeStrategy
Returns the minimum of this value strategie's range or null, if the interval is not left-bounded.
getMinimumAltitude() - Method in class com.datagis.terraexplorer.NavigationOptions
Returns the minimum altitude in meters above ground level, the camera is allowed to approach the terrain.
getMinimumSize() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getMinimumSize() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getMinimumSize() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getMinorVersion() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns the minor version part of this version.
getMinorVersion() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the minor version part of the current TerraExplorer installation.
getMinorVersion() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the minor version part of the current TerraExplorer installation or zero (0) if there is no TerraExplorer installed on this machine.
getMinorVersion() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns the minor version part of this version.
getMinorVersion() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns the minor version part of this version.
getMinorVersion() - Method in interface com.datagis.terraexplorer.version.Version
Returns the minor version part of this version.
getMinVisibilityAltitude() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getMinVisibilityAltitude() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getMinVisibilityAltitude() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getMinVisibilityDistance() - Method in class com.datagis.terraexplorer.data.Feature
Returns the minimum visibility distance in meters for this feature.
getMinVisibilityDistance() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the minimum visibility distance in meters to be used for features created by this feature factory.
getMinVisibilityDistance() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getMode() - Method in enum com.datagis.terraexplorer.DateTimePolicy
Returns the time and date slider mode used by TerraExplorer for this policy.
getModel() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the model that this menu item represents.
getModelCacheSize() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the size of the 3D model cache in megabytes.
getModifiers() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns the modifier mask for this event.
getModifiersEx() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns the extended modifier mask for this event.
getModifiersExText(int) - Static method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns a String describing the extended modifier keys and mouse buttons, such as "Shift", "Button1", or "Ctrl+Shift".
getMouseInputMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the specified mouse input mode.
getMouseModifiersText(int) - Static method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns a String describing the modifier keys and mouse buttons that were down during the event, such as "Shift", or "Ctrl+Shift".
getMouseNavigationMode() - Method in class com.datagis.terraexplorer.NavigationOptions
Returns the mouse navigation mode.
getName() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the native name of the window.
getName() - Method in interface com.datagis.com4j.NativeWindow
Returns the native name of the window.
getName() - Method in class com.datagis.terraexplorer.data.Layer
Returns this layer's name as it was specified when this layer was created.
getName() - Method in enum com.datagis.terraexplorer.LinearUnit
Returns the name of this linear unit.
getName() - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Returns the name of this logger instance.
getName() - Method in interface com.datagis.terraexplorer.ole.ILayer
 
getName() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the native name of the window.
getName() - Method in enum com.datagis.terraexplorer.VelocityUnit
Returns the name of this velocity unit.
getNamedSkyColor() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the named sky color.
getNativeKeys() - Method in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
getNativeKeys() - Method in class com.datagis.terraexplorer.menu.PopupTrigger
Returns the native keys as an array of integers.
getNativeLibraryType() - Method in class com.datagis.terraexplorer.Application
Returns the type of the native TerraExplorerJ library.
getNativeOptions() - Method in class com.datagis.terraexplorer.menu.Component
 
getNativeOptions() - Method in class com.datagis.terraexplorer.menu.MenuItem
 
getNativeOptions() - Method in class com.datagis.terraexplorer.menu.NativeComponent
Returns this component's native options.
getNativeOptions() - Method in class com.datagis.terraexplorer.menu.Separator
 
getNativeWindowListeners() - Method in class com.datagis.com4j.GenericNativeWindow
Returns an array of all the native window listeners registered on this GenericNativeWindow instance.
getNativeWindowListeners() - Method in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Returns an array of all the native window listeners registered on this GenericNativeWindow instance.
getNativeWindowListeners() - Method in interface com.datagis.com4j.NativeWindow
Returns an array of all the native window listeners registered on this NativeWindow instance.
getNavigationOptions() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the NavigationOptions class, used to configure options, that affect navigation in the 3D scene.
getNewMethod() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the new tracking method for TRACKING_STARTED and TRACKING_METHOD_CHANGED events.
getNewState() - Method in class com.datagis.com4j.NativeWindowEvent
For WINDOW_STATE_CHANGED events returns the new state of the native window.
getNewUserStoppable() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the new user-stoppable option for TRACKING_STARTED and TRACKING_METHOD_CHANGED events.
getOldMethod() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the previous tracking method for TRACKING_STOPPED and TRACKING_METHOD_CHANGED events.
getOldState() - Method in class com.datagis.com4j.NativeWindowEvent
For WINDOW_STATE_CHANGED events returns the previous state of the native window.
getOldUserStoppable() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the previous user-stoppable option for TRACKING_STOPPED and TRACKING_METHOD_CHANGED events.
getOleColorValue() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the system color index represented by this enum constant as an OLE color value.
getOleColorValue() - Method in class com.datagis.com4j.OleColor
Returns the value of this OleColor as a OLE color value.
getOpcodeStream(int) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
 
getOpcodeStream(int) - Method in class com.datagis.terraexplorer.menu.Menu
 
getOpcodeStream(int) - Method in class com.datagis.terraexplorer.menu.MenuItem
 
getOpcodeStream(int) - Method in class com.datagis.terraexplorer.menu.NativeComponent
Returns this native component's opcode stream array, which is used to efficiently transfer the component's properties to the native side.
getOpcodeStream(int) - Method in class com.datagis.terraexplorer.menu.Separator
 
getOppositeWindow() - Method in class com.datagis.com4j.NativeWindowEvent
Returns the other native window involved in this focus or activation change.
getOption(String, boolean) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Returns the value of the specified project option.
getOption(String, Object) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Returns the value of the specified project option or the specified default value, if no project is currently loaded and the specified project option has not yet been stored locally.
getOption(String) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Returns the value of the specified project option or null, if no project is currently loaded and the specified project option has not yet been stored locally.
getOption(String, boolean) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
getOption(String, Object) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
getOption(String) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
getOptionParameter(String) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the value of a named option parameter.
getParameter() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
getParameter() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
getParameter() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns this command's parameter.
getParent() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the parent of this component.
getParent() - Method in interface com.datagis.com4j.NativeWindow
Gets the parent of this component.
getParent() - Method in class com.datagis.terraexplorer.menu.Component
Gets the parent of this component.
getPeriod() - Method in interface com.datagis.tdx.tdxinput.ole.ISensor
Returns the normalized event period in milliseconds.
getPeriod() - Method in class com.datagis.tdx.tdxinput.Sensor
Returns the normalized event period in milliseconds.
getPitch() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's current pitch in degrees.
getPitch() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's current pitch in degrees.
getPivotAlignment() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getPivotAlignment() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getPivotAlignment() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getPointFeatureFactory() - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to this layer's PointFeatureFactory object.
getPolylineFeatureFactory() - Method in class com.datagis.terraexplorer.data.Layer
Returns a reference to this layer's PolylineFeatureFactory object.
getPopupMenu() - Method in class com.datagis.terraexplorer.ContextMenu
Returns the PopupMenu of this context menu.
getPopupMenu() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Returns the PopupMenu that represents the context menu.
getPopupMenu() - Method in class com.datagis.terraexplorer.menu.Menu
Returns the popup menu associated with this menu.
getPopupTriggers() - Method in class com.datagis.terraexplorer.ContextMenu
Returns an array of all the PopupTriggers added to this context menu with method addPopupTrigger.
getPopupTriggers() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Returns an array of all the PopupTriggers added to the context menu with addPopupTrigger().
getPosition() - Method in class com.datagis.terraexplorer.Camera
Returns a CameraPosition object, that contains the camera's position and orientation controlling values.
getPosition() - Method in class com.datagis.terraexplorer.data.Feature
Returns the geographic position of this feature.
getPosition() - Method in class com.datagis.terraexplorer.data.Layer
Returns the position of this layer in the layers stack.
getPosition(Holder<Double>, Holder<Double>, Holder<Double>, Holder<Double>, Holder<Double>) - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns all the camera's position and orientation controlling values in a single invocation.
getPosition(Holder<Double>, Holder<Double>, Holder<Double>) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getPositionPolicy() - Static method in class com.datagis.terraexplorer.data.Layers
Returns the position policy used with the Layers instance.
getProDir() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the TerraExplorer Pro application directory if the current TerraExplorer installation is a Pro version or an empty string otherwise.
getProductName() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the product name of the underlying native executable.
getProductName() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the product name of the underlying native executable.
getProductVersion() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the file product of the underlying native executable.
getProductVersion() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the file product of the underlying native executable.
getProgrammableKeys() - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the number of programmable keys present on the device's keyboard.
getProgrammableKeys() - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the number of programmable keys present on the device's keyboard.
getProjectListeners() - Method in interface com.datagis.terraexplorer.util.ProjectManager
Returns an array of all the project listeners registered on this project manager.
getProjectListeners() - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
getProjectParameter(String) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the value of a named project parameter.
getPropertyChangeListeners() - Method in class com.datagis.terraexplorer.menu.Component
Returns an array of all the property change listeners registered on this component.
getPropertyChangeListeners(String) - Method in class com.datagis.terraexplorer.menu.Component
Returns an array of all the listeners which have been associated with the named property.
getRainEffectIntensity() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the intensity of the falling rain effect.
getReleaseDate() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the release date of the underlying native executable.
getReleaseDate() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the release date of the underlying native executable.
getReleaseName() - Method in class com.datagis.terraexplorer.ApplicationInfo
Returns the release name of the underlying native executable.
getReleaseName() - Method in interface com.datagis.terraexplorer.ole.IApplicationInfo
Returns the release name of the underlying native executable.
getRenderingOptions() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the RenderingOptions class, which may be used to configure options, that affect the quality and performance of the 3D rendering engine.
getRevision() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns the revision number of this version.
getRevision() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the revision number of the current TerraExplorer installation.
getRevision() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Returns the revision number of the current TerraExplorer installation or zero (0) if there is no TerraExplorer installed on this machine.
getRevision() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns the revision number of this version.
getRevision() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns the revision number of this version.
getRevision() - Method in interface com.datagis.terraexplorer.version.Version
Returns the revision number of this version.
getRGB() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the RGB value representing this native system color in the default sRGB ColorModel.
getRGB(int) - Static method in enum com.datagis.com4j.NativeSystemColor
Returns a combined RGB value, created from the specified combined BGR value consisting of the blue component in bits 16-23, the green component in bits 8-15, and the red component in bits 0-7.
getRGB(int) - Static method in class com.datagis.com4j.OleColor
Returns a combined RGB value, created from the specified combined BGR value consisting of the blue component in bits 16-23, the green component in bits 8-15, and the red component in bits 0-7.
getRotation() - Method in interface com.datagis.tdx.tdxinput.ole.ISensor
Returns a reference to a IAngleAxis implementation, that represents the rotation component of the sensor data.
getRotation() - Method in class com.datagis.tdx.tdxinput.Sensor
Returns a reference to a AngleAxis object, that represents the rotation component of the sensor data.
getScaleFactor() - Method in class com.datagis.terraexplorer.data.PointFeature
Returns the scale factor in meters per pixel for this point feature.
getScaleFactor() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getScaleFactor() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getSecond() - Method in class com.datagis.terraexplorer.util.ImmutablePair
 
getSecond() - Method in class com.datagis.terraexplorer.util.MutablePair
 
getSecond() - Method in interface com.datagis.terraexplorer.util.Pair
Returns this pair's second value.
getSelectedObjects() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns an array of length 1 containing this item's text or null if this menu item is not selected.
getSelection() - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Returns the model of the selected button.
getSelectionShadowColor() - Method in class com.datagis.terraexplorer.RenderingOptions
Returns the Selection Shadow Color.
getSensor() - Method in class com.datagis.tdx.tdxinput.Device
Returns a reference to this device's the Sensor object.
getSensor() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Returns a reference to this device's the Sensor object.
getSensorListeners() - Method in class com.datagis.tdx.tdxinput.Sensor
Returns an array of all the sensor listeners registered on this Sensor instance.
getSGServicesURL() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the URL of the Skyline Globe Services.
getShort(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a Short or null, if there is no mapping for the specified key.
getShortVersion() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns a string representation of this version in a short form.
getShortVersion() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns a string representation of this version in a short form.
getShortVersion() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns a string representation of this version in a short form.
getShortVersion() - Method in interface com.datagis.terraexplorer.version.Version
Returns a string representation of this version in a short form.
getSize() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the size of this native window in the form of a Dimension object.
getSize(Dimension) - Method in class com.datagis.com4j.GenericNativeWindow
Stores the width/height of this native window into "return value" rv and return rv.
getSize() - Method in interface com.datagis.com4j.NativeWindow
Returns the size of this native window in the form of a Dimension object.
getSize(Dimension) - Method in interface com.datagis.com4j.NativeWindow
Stores the width/height of this native window into "return value" rv and return rv.
getSkyColor() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the color of the sky.
getSkyColor() - Method in enum com.datagis.terraexplorer.NamedSkyColor
Returns the actual sky color for this constant.
getSkyTexture() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the active sky texture.
getSliderTime() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the time that is displayed on the TerraExplorer date and time slider control.
getSnapshotImage(int, int, boolean, int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImage(int, int, boolean, boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImage(int, int, int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImage(int, int, boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImage(int) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImage(boolean) - Method in class com.datagis.terraexplorer.SnapshotImageCreator
Creates a snapshot image of the 3D window and returns it as a BufferedImage.
getSnapshotImageCreator() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the SnapshotImageCreator class, which may be used to create snapshot images of the 3D window.
getSnowEffectIntensity() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the intensity of the falling snow effect.
getSource() - Method in class com.datagis.com4j.NativeWindowEvent
Returns the object on which the event initially occurred.
getSpeed() - Method in class com.datagis.terraexplorer.Camera
Returns the speed in meters per second at which the camera approaches objects in the 3D map.
getSpeed() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the speed in meters per second at which the camera approaches objects in the 3D map.
getState() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the state of this native window (obsolete).
getState() - Method in interface com.datagis.com4j.NativeWindow
Gets the state of this native window (obsolete).
getState() - Method in class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Returns the selected-state of the item.
getString(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the value for the specified property key casted to a String or null, if there is no mapping for the specified key.
getSupportedValues() - Method in class com.datagis.terraexplorer.commands.ValueSetStrategy
Returns an unmodifiable view of the set of supported value for this value strategy.
getSystemColor(int) - Method in interface com.datagis.terraexplorer.ole.INativeWin32Utils
Returns the windows system color as an RGB value for the specified system color index index.
getSystemColorIndex() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the system color index represented by this enum constant.
getSystemColorIndex() - Method in class com.datagis.com4j.OleColor
Returns the system color index of this OleColor or -1 if this instance does not represent a system color.
getTerraExplorer() - Method in class com.datagis.terraexplorer.Application
Returns a reference to the TerraExplorer object used with the TerraExplorerJ application.
getTerraExplorer() - Method in interface com.datagis.terraexplorer.ole.IApplication
Returns a reference to the ITerraExplorer interface.
getTerraExplorerListeners() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns an array of all the TerraExplorer listeners registered on this TerraExplorer instance.
getTerrainCacheSize() - Method in class com.datagis.terraexplorer.GeneralOptions
Returns the size of the terrain cache in megabytes.
getTerrainModelQuality() - Method in class com.datagis.terraexplorer.RenderingOptions
Returns the render quality or terrain model resolution used with the Polygonal Display Mode.
getTerrainOpacity() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the terrain opacity.
getTerrainOpacity() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the terrain opacity.
getText() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns this menu item's text.
getTextAlignment() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getTextAlignment() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getTextAlignment() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getTextColor() - Method in class com.datagis.terraexplorer.data.PointFeature
Returns the text color for this point feature.
getTextColor() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getTextColor() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getTextJustification() - Method in class com.datagis.terraexplorer.data.PointFeature
 
getTextJustification() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getTextJustification() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
getTextureAngle() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the texture rotation angle in degrees for this feature.
getTextureAngle() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the texture rotation angle in degrees to be used for features created by this feature factory.
getTextureAngle() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getTextureFile() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the path or URL to the texture file for this feature.
getTextureFile() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the path or URL to the texture file to be used for features created by this feature factory.
getTextureFile() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getTextureScaleX() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the texture scaling value along the x-axis for this feature.
getTextureScaleX() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the texture scaling value along the x-axis to be used for features created by this feature factory.
getTextureScaleX() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getTextureScaleY() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the texture scaling value along the y-axis for this feature.
getTextureScaleY() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the texture scaling value along the y-axis to be used for features created by this feature factory.
getTextureScaleY() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getTextureTilingMethod() - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Returns the texture tiling method for this feature.
getTextureTilingMethod() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Returns the texture tiling method to be used for features created by this feature factory.
getTextureTilingMethod() - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
getTimeRange() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the duration in seconds of the time range used with the Date and Time Sliders.
getTimeRangeEnd() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the end date and time of the time range used with the Date and Time Sliders.
getTimeRangeStart() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the start date and time of the time range used with the Date and Time Sliders.
getTimeZone() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the time zone used by TerraExplorer , if its date and time policy is set to GLOBAL_TIME.
getTimeZone(String) - Method in class com.datagis.terraexplorer.util.TimeZoneMapper
Returns a TimeZone object for the specified TerraExplorer time zone key.
getTimeZoneDisplayName() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns a description of the currently used time zone, e.g., "(GMT-09:00) Alaska".
getTimeZoneKey() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the key of the currently used time zone, e.g., "Alaska Standard Time".
getTimeZoneListXML() - Method in interface com.datagis.terraexplorer.ole.INativeWin32Utils
Returns an XML-formatted list of time zones, currently available on the local system.
getTimeZoneMode() - Method in class com.datagis.terraexplorer.DateTimeSettings
Returns the time zone mode.
getTimeZoneMode() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns the currently used time zone mode.
getTimeZonesXML() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Returns an XML string that contains the times zones that are available in the operating system.
getTitle() - Method in class com.datagis.com4j.GenericNativeWindow
Gets the title of this native window.
getTitle() - Method in interface com.datagis.com4j.NativeWindow
Gets the title of this native window.
getToolTipText() - Method in class com.datagis.terraexplorer.data.Feature
Returns the tool tip text for this feature.
getToolTipText() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns the tool tip text to be used for features created by this feature factory.
getToolTipText() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getTop() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the current y coordinate of the native window's origin.
getTrackedFeature() - Method in class com.datagis.terraexplorer.TrackingController
Returns the currently tracked feature or null, if no feature is currently tracked.
getTrackedFeatureKeys() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the feature keys for the currently tracked feature or null, if no feature is currently tracked.
getTrackingController() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a reference to an instance of the TrackingController class, which is used to control feature tracking.
getTrackingDirection() - Method in class com.datagis.terraexplorer.TrackingController
Returns the current tracking direction.
getTrackingListeners() - Method in class com.datagis.terraexplorer.TrackingController
Returns an array of all the tracking listeners registered on this tracking manager.
getTrackingMethod() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the tracking method for the currently tracked feature or TrackingMethod.UNKNOWN, if no feature is currently tracked.
getTrackingMethod() - Method in class com.datagis.terraexplorer.TrackingController
Returns the current tracking method or null, if no feature is currently tracked.
getTranslation() - Method in interface com.datagis.tdx.tdxinput.ole.ISensor
Returns a reference to a IVector3D implementation, that represents the translation component of the sensor data.
getTranslation() - Method in class com.datagis.tdx.tdxinput.Sensor
Returns a reference to a Vector3D object, that represents the translation component of the sensor data.
getType() - Method in class com.datagis.tdx.tdxinput.Device
Returns the type of the attached device.
getType() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Returns the type of the attached device.
getType() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns a string indication whether the current TerraExplorer installation is a Pro or a Viewer (Basic) version.
getType() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns the type of this event.
getUndergroundSurfaceAltitude() - Method in class com.datagis.terraexplorer.NavigationOptions
Returns the altitude in meters above the coordinate system's ellipsoid of the surface displayed in Underground Mode.
getUnusedPropertyKeys() - Method in class com.datagis.terraexplorer.data.FeatureFactory
 
getUnusedPropertyKeys() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
getValue(int) - Method in class com.datagis.terraexplorer.commands.Command
Returns the value, that was previously set for the command with the specified id.
getValue(TerraExplorerCommand) - Method in class com.datagis.terraexplorer.commands.Command
Returns the value, that was previously set for the specified command.
getValue() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
getValue() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
getValue() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns the value, that was previously set for this command.
getValue() - Method in enum com.datagis.terraexplorer.DynamicClouds
Returns the value for this constant.
getValue() - Method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the actual COM enum value for this constant.
getValue() - Method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the actual COM enum value for this constant.
getValue(int) - Method in interface com.datagis.terraexplorer.ole.ICommand
Returns the value, that was previously set for command with the specified id.
getValue() - Method in enum com.datagis.terraexplorer.SkyTexture
Returns the value for this constant.
getVelocityUnit() - Method in class com.datagis.terraexplorer.DisplayOptions
Returns the velocity unit used to display velocities in the TerraExplorer user interface.
getVersion() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the version of the native TerraExplorerX library.
getVersion() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns the version of the native TerraExplorer library.
getVertexCount() - Method in class com.datagis.terraexplorer.data.PolygonFeature
Returns the number of vertices for this polygon feature.
getVertexCount() - Method in class com.datagis.terraexplorer.data.PolylineFeature
Returns the number of vertices for this polyline feature.
getVertexCount() - Method in interface com.datagis.terraexplorer.ole.IPolylineFeature
Returns the number of vertices for this polyline feature.
getVertices() - Method in class com.datagis.terraexplorer.data.PolygonFeature
Returns this polygon feature's vertices as an array of Point3D objects.
getVertices() - Method in class com.datagis.terraexplorer.data.PolylineFeature
Returns this polyline feature's vertices as an array of Point3D objects.
getVertices() - Method in interface com.datagis.terraexplorer.ole.IPolylineFeature
Returns the vertices of this polyline feature as a boxed Double array.
getViewerDir() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorerDetect
Returns the TerraExplorer Viewer application directory if the current TerraExplorer installation is a Viewer (Basic) version or an empty string otherwise.
getViewMode() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's view mode.
getVisualRange() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the visual range in meters, that is the distance to the horizon.
getVMProcessId() - Method in class com.datagis.terraexplorer.Application
Returns the process id of this Java Virtual Machine (JVM).
getWidth() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the current width of this native window.
getWidth() - Method in interface com.datagis.com4j.NativeWindow
Returns the current width of this native window.
getWidth() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns the current width of this native window.
getWindDirection() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the wind direction in decimal degrees.
getWindow() - Method in class com.datagis.com4j.NativeWindowEvent
Returns the originator of the event.
getWindowState() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Gets the native window state.
getWindSpeed() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Returns the wind speed in meters per second.
getX() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the current x coordinate of the native window's origin.
getX() - Method in interface com.datagis.com4j.NativeWindow
Returns the current x coordinate of the native window's origin.
getX() - Method in class com.datagis.tdx.tdxinput.AngleAxis
Returns the X component of the rotation vector.
getX() - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Returns the X component of the rotation vector.
getX() - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Returns the X component of this vector.
getX() - Method in class com.datagis.tdx.tdxinput.Vector3D
Returns the X component of this vector.
getX() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's current X coordinate in coordinate system units.
getX() - Method in class com.datagis.terraexplorer.data.Feature
Returns the x-coordinate of this feature.
getX() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's current X coordinate in coordinate system units.
getX() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getY() - Method in class com.datagis.com4j.GenericNativeWindow
Returns the current y coordinate of the native window's origin.
getY() - Method in interface com.datagis.com4j.NativeWindow
Returns the current y coordinate of the native window's origin.
getY() - Method in class com.datagis.tdx.tdxinput.AngleAxis
Returns the Y component of the rotation vector.
getY() - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Returns the Y component of the rotation vector.
getY() - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Returns the Y component of this vector.
getY() - Method in class com.datagis.tdx.tdxinput.Vector3D
Returns the Y component of this vector.
getY() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's current Y coordinate in coordinate system units.
getY() - Method in class com.datagis.terraexplorer.data.Feature
Returns the y-coordinate of this feature.
getY() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's current Y coordinate in coordinate system units.
getY() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
getZ() - Method in class com.datagis.tdx.tdxinput.AngleAxis
Returns the Z component of the rotation vector.
getZ() - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Returns the Z component of the rotation vector.
getZ() - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Returns the Z component of this vector.
getZ() - Method in class com.datagis.tdx.tdxinput.Vector3D
Returns the Z component of this vector.
getZ() - Method in class com.datagis.terraexplorer.Camera
Returns the camera's current Z coordinate in meters.
getZ() - Method in class com.datagis.terraexplorer.data.Feature
Returns the z-coordinate of this feature.
getZ() - Method in interface com.datagis.terraexplorer.ole.ICamera
Returns the camera's current Z coordinate in meters.
getZ() - Method in interface com.datagis.terraexplorer.ole.IFeature
 

H

hasBuildNumber() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns true, if this version has a valid build number; false otherwise.
hasBuildNumber() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns true, if this version has a valid build number; false otherwise.
hasBuildNumber() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns true, if this version has a valid build number; false otherwise.
hasBuildNumber() - Method in interface com.datagis.terraexplorer.version.Version
Returns true, if this version has a valid build number; false otherwise.
hasChanges() - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns true if there are any changes in this storage's data since the last call to the keys() or values() methods.
hasChanges() - Method in class com.datagis.terraexplorer.util.TransactionalValue
Determines, whether this TransactionalValue has uncommitted changes.
hasContextFeature() - Method in class com.datagis.terraexplorer.ContextMenu
Determines whether this context menu has a context feature.
hashCode - Variable in class com.datagis.com4j.ComObject
The lazily cached hashCode value.
hashCode() - Method in class com.datagis.com4j.ComObject
Returns a hash code value consistent with ComObject.equals(Object) and ComObject.referenceEquals(Object) This method queries the IUnknown* value from underlying native COM object and returns its pointer as integer.
hashCode() - Method in class com.datagis.terraexplorer.CameraPosition
Returns the hash code for this CameraPosition instance.
hashCode() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
hashCode() - Method in class com.datagis.terraexplorer.data.Point3D
Returns the hash code for this Point3D instance.
hashCode() - Method in class com.datagis.terraexplorer.menu.PopupTrigger
Returns a hash code for this popup trigger.
hashCode() - Method in class com.datagis.terraexplorer.util.AbstractPair
Returns a hash code for this pair.
hashCode() - Method in interface com.datagis.terraexplorer.util.Pair
Returns a hash code value for this pair.
hashCode() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
hashCode() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns a hash code for this version.
hashCode() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns a hash code for this version.
hashCode() - Method in interface com.datagis.terraexplorer.version.Version
Returns a hash code for this version.
hasRevision() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns true, if this version has a valid revision number; false otherwise.
hasRevision() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns true, if this version has a valid revision number; false otherwise.
hasRevision() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns true, if this version has a valid revision number; false otherwise.
hasRevision() - Method in interface com.datagis.terraexplorer.version.Version
Returns true, if this version has a valid revision number; false otherwise.
hasValue() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
hasValue() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
hasValue() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns a value indicating whether this command has a value.
heading - Variable in class com.datagis.terraexplorer.CameraPosition
The camera's heading in degrees.
HeadUpDisplay - Class in com.datagis.terraexplorer
The HeadUpDisplay class provides methods to configure the look of the 3D map's head up display (HUD) layer.
HeadUpDisplay(ITerraExplorer) - Constructor for class com.datagis.terraexplorer.HeadUpDisplay
Initializes a newly created HeadUpDisplay instance with the specified reference to the native ITerraExplorer interface.
heightStyle - Variable in class com.datagis.terraexplorer.data.FeatureFactory
 
hideMessageBarText() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Hides TerraExplorer's Message Bar container.
hideMessageBarText() - Method in class com.datagis.terraexplorer.TerraExplorer
Hides TerraExplorer's Message Bar container.
HUD_MODE_CENTER_MARK - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A center mark is displayed to show the center of the 3D map view.
HUD_MODE_COMPASS - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A small arrow, indicating the north direction is displayed.
HUD_MODE_GRAPHIC_CONTROL - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A jet fighter like graphical navigation aid, including heading, altitude and tilt controls is displayed.
HUD_MODE_NAVIGATION_CONTROL - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
The main navigation control is displayed.
HUD_MODE_NONE - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
No HUD layer control is displayed.
HUD_MODE_PAN_BARS - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
Pan bars are displayed, one at each side of the 3D map window.
HUD_MODE_SCALE_BAR - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A scale bar control, that displays the 3D map's current scale.
HUD_MODE_STATUS_BAR - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A line of textual data (status bar), including the current position, direction and altitude is displayed.
HUD_MODE_TEXTUAL_DATA - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
Deprecated.
As of TEJ2.0 this constant has been superseded by HeadUpDisplay.HUD_MODE_STATUS_BAR.
HUD_MODE_TIME_CONTROL - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A time slider control along with a date picker control is displayed to adjust the current time used for the 3D simulation.
HUD_MODE_ZOOM_CONTROL - Static variable in class com.datagis.terraexplorer.HeadUpDisplay
A simplified navigation control, consisting of +/- zoom buttons and a orient to north button (aka northing button).
HWND_BOTTOM - Static variable in interface com.datagis.terraexplorer.ole.INativeWindow
Places a native window at the bottom of the stacking order of either all top-most or non-top-most windows.
HWND_TOP - Static variable in interface com.datagis.terraexplorer.ole.INativeWindow
Places a native window at the top of the stacking order of either all top-most or non-top-most windows.

I

IAngleAxis - Interface in com.datagis.tdx.tdxinput.ole
The IAngleAxis interface provides a representation for orientation in 3D space using an angle and an axis.
IApplication - Interface in com.datagis.terraexplorer.ole
The IApplication interface represents the main application class of TerraExplorerJ.
IApplicationInfo - Interface in com.datagis.terraexplorer.ole
The IApplicationInfo interface provides some useful version and release information of the underlying native ActiveX component.
ICamera - Interface in com.datagis.terraexplorer.ole
The ICamera interface provides methods to access the camera of the 3D map window.
ICommand - Interface in com.datagis.terraexplorer.ole
The ICommand interface provides access to standard TerraExplorer Ribbon Bar Commands, providing information about their status and enabling commands to be executed.
ICONIFIED - Static variable in interface com.datagis.com4j.NativeWindow
This state bit indicates that the native window is iconified.
IContextMenu - Interface in com.datagis.terraexplorer.ole
The IContextMenu interface provides methods to access the context menu of the 3D map window.
IContextMenuEvents - Interface in com.datagis.terraexplorer.ole.events
The listener interface to receive context menu events.
id - Variable in class com.datagis.terraexplorer.data.Feature
A local copy of this feature's id.
IDateTime - Interface in com.datagis.terraexplorer.ole
The IDateTime interface provides access to the properties set through the DateTimeSettings class.
IDisposable - Interface in com.datagis.terraexplorer.ole
The IDisposable interface defines a method to release allocated resources.
IFeature - Interface in com.datagis.terraexplorer.ole
 
IFeatures - Interface in com.datagis.terraexplorer.ole
 
IFooWindowEvents - Interface in com.datagis.terraexplorer.ole.events
Deprecated.
This is just a proof-of-concept class.
IKeyboard - Interface in com.datagis.tdx.tdxinput.ole
The IKeyboard interface provides access to the keyboard of the 3Dconnexion device.
IKeyboardEvents - Interface in com.datagis.tdx.tdxinput.ole.events
The IKeyboardEvents interface defines the native methods of an event listener to receive keyboard events from the attached device's keyboard.
ILayer - Interface in com.datagis.terraexplorer.ole
 
ILayers - Interface in com.datagis.terraexplorer.ole
 
ILogger - Interface in com.datagis.terraexplorer.ole
The ILogger interface represents the native ILogger interface.
ILoggerEvents - Interface in com.datagis.terraexplorer.ole.events
The listener interface to receive log messages from the underlying native ActiveX component.
imageFile - Variable in class com.datagis.terraexplorer.data.PointFeatureFactory
 
ImagePyramidFormat - Enum in com.datagis.terraexplorer
Specifies an image format used for generating Image Pyramids for locally added imagery layers.
IMap3DWindow - Interface in com.datagis.terraexplorer.ole
The IMap3DWindow interface represents the native COM interface of the Map3DWindow window class.
IMap3DWindowEvents - Interface in com.datagis.terraexplorer.ole.events
The listener interface for receiving native window events.
ImmutablePair<F,S> - Class in com.datagis.terraexplorer.util
The ImmutablePair class is an immutable implementation of the Pair interface.
ImmutablePair(F, S) - Constructor for class com.datagis.terraexplorer.util.ImmutablePair
Initializes a newly created ImmutablePair with the specified values.
ImmutablePair() - Constructor for class com.datagis.terraexplorer.util.ImmutablePair
Initializes a newly created ImmutablePair with a null value set for both the first and second value.
INativeVersion - Interface in com.datagis.terraexplorer.ole
The INativeVersion interface represents an abstract version value.
INativeWin32Utils - Interface in com.datagis.terraexplorer.ole
The INativeWin32Utils interface provides some useful native helper methods.
INativeWindow - Interface in com.datagis.terraexplorer.ole
The INativeWindow interfaces defines the native COM methods of the native INativeWindow COM interface.
IndexedHashMap<K,V> - Class in com.datagis.terraexplorer.util
Hash table and linked list implementation of the Map interface, with predictable iteration order.
IndexedHashMap(int, float) - Constructor for class com.datagis.terraexplorer.util.IndexedHashMap
Constructs an empty IndexedHashMap with the specified initial capacity and load factor.
IndexedHashMap(int) - Constructor for class com.datagis.terraexplorer.util.IndexedHashMap
Constructs an empty IndexedHashMap with the specified initial capacity and the default load factor (0.75).
IndexedHashMap() - Constructor for class com.datagis.terraexplorer.util.IndexedHashMap
Constructs an empty IndexedHashMap with the default initial capacity (16) and the default load factor (0.75).
IndexedHashMap(Map<? extends K, ? extends V>) - Constructor for class com.datagis.terraexplorer.util.IndexedHashMap
Constructs a new IndexedHashMap with the same mappings as the specified Map.
indexOf(String) - Method in class com.datagis.terraexplorer.data.Layers
Returns the position of the layer identified by the specified name in the layers stack.
indexOf(Object) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns the index of the first occurrence of the mapping that contains the specified value in this map, or -1 if the map does not contain this value.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when an info message is to be logged.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when an info message is to be logged.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when an info message is to be logged.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when an info message is to be logged.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when an info message is to be logged.
info(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when an info message is to be logged.
info(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the INFO level.
info(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when an info message is to be logged.
inputModeChanged(MouseInputMode) - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when the mouse input mode of the 3D map window changes.
inputModeChanged(MouseInputMode) - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when the mouse input mode of the 3D map window changes.
insert(String, int) - Method in class com.datagis.terraexplorer.menu.Menu
Inserts a new menu item with the specified text at a given position.
insert(MenuItem, int) - Method in class com.datagis.terraexplorer.menu.Menu
Inserts the specified MenuItem at a given position.
insert(Action, int) - Method in class com.datagis.terraexplorer.menu.Menu
Inserts a new menu item attached to the specified Action object at a given position.
insert(Action, int) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Inserts a menu item for the specified Action object at a given position.
insert(Component, int) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Inserts the specified component into the menu at a given position.
insertSeparator(int) - Method in class com.datagis.terraexplorer.menu.Menu
Inserts a separator at the specified position.
insertSeparator(int, boolean) - Method in class com.datagis.terraexplorer.menu.Menu
Inserts a separator at the specified position with the specified auto-collapsible behavior.
IntegerValueSetStrategy - Class in com.datagis.terraexplorer.commands
The IntegerValueSetStrategy is an implementation of ValueSetStrategy for Integer values, for which the set of supported values must explicitly be specified.
IntegerValueSetStrategy(Set<Integer>) - Constructor for class com.datagis.terraexplorer.commands.IntegerValueSetStrategy
Initializes a newly created value set strategy with the specified set of supported values, that does not consider null as a supported value.
IntegerValueSetStrategy(Set<Integer>, boolean) - Constructor for class com.datagis.terraexplorer.commands.IntegerValueSetStrategy
Initializes a newly created value set strategy with the specified set of supported values.
IntegerValueSetStrategy(Integer...) - Constructor for class com.datagis.terraexplorer.commands.IntegerValueSetStrategy
Initializes a newly created value set strategy, using a set of supported values created from the specified values.
interiorColor - Variable in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
 
interiorOpacity - Variable in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
 
intKeys - Variable in class com.datagis.terraexplorer.data.LocalStorage
 
intKeys() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
INVALID_SYSTEM_COLOR_INDEX - Static variable in class com.datagis.com4j.OleColor
Represents an invalid system color index.
invalidate() - Method in class com.datagis.terraexplorer.menu.NativeContainer
Invalidates this container.
invalidate() - Method in interface com.datagis.terraexplorer.menu.PeerContainer
Invalidates the native representation of this container.
invoke(Object, Method, Object[]) - Method in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
The InvocationHandler implementation.
IPointFeature - Interface in com.datagis.terraexplorer.ole
 
IPolygonFeature - Interface in com.datagis.terraexplorer.ole
 
IPolylineFeature - Interface in com.datagis.terraexplorer.ole
 
IPrimitiveFeature - Interface in com.datagis.terraexplorer.ole
 
IPrimitiveInterior - Interface in com.datagis.terraexplorer.ole
 
IPrimitiveOutline - Interface in com.datagis.terraexplorer.ole
 
isActive() - Method in class com.datagis.com4j.GenericNativeWindow
Returns whether this native window is active.
isActive() - Method in interface com.datagis.com4j.NativeWindow
Returns whether this native window is active.
isActive() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns whether this native window is active.
isAdjustColorSaturation() - Method in class com.datagis.terraexplorer.RenderingOptions
Determines whether the 3d scene's color saturation will be adjusted during the rendering process.
isAdoptProjectSettings() - Method in class com.datagis.terraexplorer.DateTimeSettings
Determines whether this instance's date and time settings are updated with the settings stored in the project file when a project is loaded.
isAltDown() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not the Alt modifier is down on this event.
isAltGraphDown() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not the AltGraph modifier is down on this event.
isAlwaysOnTop() - Method in class com.datagis.com4j.GenericNativeWindow
Returns whether this native window is an always-on-top window.
isAlwaysOnTop() - Method in interface com.datagis.com4j.NativeWindow
Returns whether this native window is an always-on-top window.
isAlwaysOnTop() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns whether this native window is an always-on-top window.
isAmbientOcclusionEnabled() - Method in class com.datagis.terraexplorer.RenderingOptions
Determines whether Screen Space Ambient Occlusion (SSAO) rendering is currently enabled.
isAutoCommit() - Method in class com.datagis.terraexplorer.data.Layer
Retrieves the current auto-commit mode for this Layer object.
isAutoCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Indicates whether the native TerraExplorer library will automatically enter and leave CPU saving mode.
isAutoCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Indicates whether the native TerraExplorer library will automatically enter and leave CPU saving mode.
isAvailable() - Method in enum com.datagis.terraexplorer.CameraViewMode
Determines whether the command behind this constant is currently available.
isAvailable(int, Object) - Method in class com.datagis.terraexplorer.commands.Command
Returns a value indicating whether the command with the specified id and parameter is currently available.
isAvailable(TerraExplorerCommand) - Method in class com.datagis.terraexplorer.commands.Command
Returns a value indicating whether the specified command is currently available.
isAvailable() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
isAvailable() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
isAvailable() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns a value indicating whether this command is currently available.
isAvailable() - Method in enum com.datagis.terraexplorer.DynamicClouds
Determines whether the command behind this constant is currently available.
isAvailable() - Method in enum com.datagis.terraexplorer.NamedZoomLevel
Determines whether the command behind this constant is currently available.
isAvailable(int, Object) - Method in interface com.datagis.terraexplorer.ole.ICommand
Returns a value indicating whether the command with the specified id and parameter is currently available.
isAvailable() - Method in enum com.datagis.terraexplorer.SkyTexture
Determines whether the command behind this constant is currently available.
isAvailable() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests whether the native TerraExplorer library is available and ready to use.
isAvailable() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Tests whether a proper native TerraExplorerX library is available.
isCached() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Returns true since this ImageInputStream caches data in order to allow seeking backwards.
isCachedFile() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Returns false since this ImageInputStream does not maintain a file cache.
isCachedMemory() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Returns true since this ImageInputStream maintains a main memory cache.
isCastShadowsVisible() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Determines whether cast shadows of buildings and 3D models are visible.
isCenterMarkActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the center mark is currently active.
isChecked() - Method in enum com.datagis.terraexplorer.CameraViewMode
Determines whether the command behind this constant is currently checked.
isChecked(int, Object) - Method in class com.datagis.terraexplorer.commands.Command
Returns a value indicating whether the command with the specified id and parameter is checked.
isChecked(TerraExplorerCommand) - Method in class com.datagis.terraexplorer.commands.Command
Returns a value indicating whether the specified command is checked.
isChecked() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
isChecked() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
isChecked() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns a value indicating whether this command is checked.
isChecked() - Method in enum com.datagis.terraexplorer.DynamicClouds
Determines whether the command behind this constant is currently checked.
isChecked(int, Object) - Method in interface com.datagis.terraexplorer.ole.ICommand
Returns a value indicating whether the command with the specified id and parameter is checked.
isChecked() - Method in enum com.datagis.terraexplorer.SkyTexture
Determines whether the command behind this constant is currently checked.
isCollapseSeparators() - Method in class com.datagis.terraexplorer.ContextMenu
Determines whether the native menu renderer shall collapse menu separators.
isCollapseSeparators() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Determines whether the native menu renderer shall collapse menu separators.
isCollapseSeparators() - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Determines whether the native menu renderer shall collapse menu separators.
isCollapsible() - Method in class com.datagis.terraexplorer.menu.Separator
Returns this separator's auto-collapsible behavior.
isComEventListener(ComEventListener) - Method in class com.datagis.com4j.ComEventObject
Indicates whether the specified listener listener is a registered COM event listener for this ComEventObject.
isCompassActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the compass is currently active.
isConfigured() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Returns a value that determines whether this feature factory has been configured with any non-default values.
isConfigured() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
isConfigured() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
 
isConfigured() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
isConnected() - Method in class com.datagis.tdx.tdxinput.Device
Determines, whether a device is currently connected.
isConnected() - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Determines, whether a device is currently connected.
isConsumed() - Method in class com.datagis.com4j.NativeWindowEvent
Returns whether this event has been consumed.
isConsumed() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not this event has been consumed.
isControlDown() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not the Control modifier is down on this event.
isDefaultValue(FeatureType, Object) - Method in enum com.datagis.terraexplorer.data.PropertyKey
 
isDirty() - Method in class com.datagis.terraexplorer.data.Feature
Indicates, whether there are uncommitted changes for this feature.
isDisplayErrorMessages() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns whether the native TerraExplorer library will show error message boxes.
isDisplayErrorMessages() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns whether the native TerraExplorer library will show error message boxes.
isDisposed() - Method in class com.datagis.com4j.ComObject
Indicates whether the underlying native COM object is already disposed.
isDisposed() - Method in interface com.datagis.com4j.NativeWindow
Indicates whether the underlying native window is already disposed.
isDoubleSidedRenderingOf3DModels() - Method in class com.datagis.terraexplorer.GeneralOptions
Determines whether the faces of 3D models are rendered from two sides.
isDropNativeAssemblyName() - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Indicates whether the assembly name should be dropped from the native logger name.
isEmpty() - Method in class com.datagis.terraexplorer.data.Features
Returns true if this set contains no elements.
isEmpty() - Method in class com.datagis.terraexplorer.data.Layers
Returns true if this set contains no elements.
isEmpty() - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns true if this LocalStorage contains no key-value mappings.
isEnabled() - Method in class com.datagis.com4j.GenericNativeWindow
Determines whether this native window is enabled.
isEnabled() - Method in interface com.datagis.com4j.NativeWindow
Determines whether this native window is enabled.
isEnabled() - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Determines whether this menu item is enabled.
isEnabled() - Method in class com.datagis.terraexplorer.menu.Component
Determines whether this component is enabled.
isEnabled() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Determines whether this native window is enabled.
isEngineTypeSupported() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests whether the engine type of the currently installed version of the native TerraExplorer library is sufficient for this Java library.
isEngineTypeSupported() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Tests whether the engine type of the currently installed version of the native TerraExplorer library is sufficient for this Java library.
ISensor - Interface in com.datagis.tdx.tdxinput.ole
The ISensor interface provides access to the 3D motion data of the 3Dconnexion device.
ISensorEvents - Interface in com.datagis.tdx.tdxinput.ole.events
The ISensorEvents interface defines the native methods of an event listener to receive sensor events from the attached device's sensor.
isFactoryRegistered() - Method in class com.datagis.terraexplorer.data.FeatureFactory
 
isFeatureKeyValid(String) - Static method in class com.datagis.terraexplorer.data.FeatureFactory
Determines whether the specified feature key is valid or not.
isFocused() - Method in class com.datagis.com4j.GenericNativeWindow
Returns whether this native window is focused.
isFocused() - Method in interface com.datagis.com4j.NativeWindow
Returns whether this native window is focused.
isFocused() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Returns whether this native window is focused.
isFogEffectVisible() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Determines whether the fog cover effect is visible.
isGenerateLevelsOfDetailFor3DModels() - Method in class com.datagis.terraexplorer.GeneralOptions
Determines whether 3D models are automatically optimized by conversion to XPL2 format upon loading.
isGraphicControlActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the graphic control is currently active.
ISimpleDevice - Interface in com.datagis.tdx.tdxinput.ole
The ISimpleDevice interface is the base interface, which provides access to the 3Dconnexion device through other objects, that may be obtained from this interface.
ISimpleDeviceEvents - Interface in com.datagis.tdx.tdxinput.ole.events
The ISimpleDeviceEvents interface defines the native methods of an event listener to receive device events from the attached device.
isInCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Indicates whether the native TerraExplorer library is currently in CPU saving mode.
isInCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Indicates whether the native TerraExplorer library is currently in CPU saving mode.
isInitialized() - Static method in class com.datagis.terraexplorer.Application
Returns a value indicating whether the Application singleton has already been initialized.
isInLoadFeatureMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Indicates whether the native TerraExplorer library is currently in load feature mode.
isInLoadFeatureMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Indicates whether the native TerraExplorer library is currently in load feature mode.
isInstalled() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Tests whether any version of the native TerraExplorerX library is installed on this machine.
isInstalled() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests whether any version of the native TerraExplorer library is installed on this machine.
isInstalled() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Tests whether any version of the native TerraExplorerX library is installed on this machine.
isInstanceOf(Class<T>) - Method in class com.datagis.com4j.ComObject
Determines whether this native COM object supports the specified COM interface.
isJoystickEnabled() - Method in class com.datagis.terraexplorer.NavigationOptions
Determines whether joystick navigation is enabled.
isJoystickEnabled() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Indicates whether joystick navigation is enabled.
isKeyboardListener(KeyboardListener) - Method in class com.datagis.tdx.tdxinput.Keyboard
Indicates whether the specified keyboard listener listener is registered on this Keyboard instance.
isKeyDown(int) - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the down state of the specified key on the device's keyboard.
isKeyDown(int) - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the down state of the specified key on the device's keyboard.
isKeySupported(int) - Static method in class com.datagis.terraexplorer.menu.KeyPopupTrigger
Determines whether the specified key code is supported by a KeyPopupTrigger.
isKeyUp(int) - Method in class com.datagis.tdx.tdxinput.Keyboard
Returns the up state of the specified key on the device's keyboard.
isKeyUp(int) - Method in interface com.datagis.tdx.tdxinput.ole.IKeyboard
Returns the up state of the specified key on the device's keyboard.
isLayerNameValid(String) - Static method in class com.datagis.terraexplorer.data.Layers
Determines whether the specified layer name is valid or not.
isLicensed() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Tests whether the native TerraExplorerX library is installed and properly licensed.
isLicensed() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests whether the native TerraExplorer library is installed and properly licensed.
isLogListener(LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Indicates whether the specified log listener listener is registered on this Logger instance.
isMenuItemChecked(int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Determines whether the menu item with the specified id is checked.
isMenuItemEnabled(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Determines whether the menu item with the specified id is enabled.
isMenuItemVisible(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Determines whether the menu item with the specified id is visible.
isMetaDown() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not the Meta modifier is down on this event.
isMoonDisplayed() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Deprecated.
As of TEJ2.0, this method has been superseded by AtmosphericEffects.isSunVisible().
isMouseWheelEnabled() - Method in class com.datagis.terraexplorer.NavigationOptions
Determines whether mouse wheel navigation is enabled.
isMouseWheelEnabled() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Indicates whether mouse wheel navigation is enabled.
isNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow
Indicates whether the specified native window listener listener is registered on this GenericNativeWindow instance.
isNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Indicates whether the specified native window listener listener is registered on this GenericNativeWindow instance.
isNativeWindowListener(NativeWindowListener) - Method in interface com.datagis.com4j.NativeWindow
Indicates whether the specified native window listener listener is registered on this NativeWindow instance.
isNavigationControlActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the navigation control is currently active.
isOleSystemColor(int) - Static method in enum com.datagis.com4j.NativeSystemColor
Tests whether the specified color value represents a native system color.
isPanBarsActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the pan pars are currently active.
isProjectLoaded() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns a value indicating whether a project, that is a Fly file or an MPT file, is currently loaded in TerraExplorer.
isProjectLoaded() - Method in interface com.datagis.terraexplorer.util.ProjectManager
Returns a value indicating whether a project, that is a Fly file or an MPT file, is currently loaded in TerraExplorer.
isProjectLoaded() - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
isQueueMessages() - Method in interface com.datagis.terraexplorer.ole.ILogger
Determines, whether whether messages will be queued if there is no log listener registered and posted at once when the first log listener registers.
isQueuing() - Method in class com.datagis.terraexplorer.logging.Logger
Determines, whether the queuingLogAdapter instance is currently registered as an active log listener.
isRainEffectVisible() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Determines whether the animated falling rain effect is visible.
isRealTimeDateMode() - Method in class com.datagis.terraexplorer.DateTimeSettings
Determines whether TerraExplorer is in Real-Time Date Mode.
isResizable() - Method in class com.datagis.com4j.GenericNativeWindow
Indicates whether this native window is resizable by the user.
isResizable() - Method in interface com.datagis.com4j.NativeWindow
Indicates whether this native window is resizable by the user.
isScaleBarActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the scale bar is currently active.
isSelected(ButtonModel) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Returns whether a ButtonModel is selected.
isSelected() - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Returns the state of this menu item.
isSelected() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the state of this menu item.
isSensorListener(DeviceListener) - Method in class com.datagis.tdx.tdxinput.Device
Indicates whether the specified device listener listener is registered on this Device instance.
isSensorListener(SensorListener) - Method in class com.datagis.tdx.tdxinput.Sensor
Indicates whether the specified sensor listener listener is registered on this Sensor instance.
isSeparatorCollapsible(int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Determines whether the separator with the specified id is collapsible.
isShadowOptimizationEnabled() - Method in class com.datagis.terraexplorer.RenderingOptions
Determines whether the Shadow Optimization feature is enabled.
isShiftDown() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns whether or not the Shift modifier is down on this event.
isShowing() - Method in class com.datagis.com4j.GenericNativeWindow
Determines whether this component is native window on screen.
isShowing() - Method in interface com.datagis.com4j.NativeWindow
Determines whether this component is native window on screen.
isSnowEffectVisible() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Determines whether the animated falling snow effect is visible.
isStatusBarActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the status bar is currently displayed.
isSunDisplayed() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Deprecated.
As of TEJ2.0, this method has been superseded by AtmosphericEffects.isSunVisible().
isSunVisible() - Method in class com.datagis.terraexplorer.AtmosphericEffects
Determines whether the sun is visible.
isSunVisible() - Method in class com.datagis.terraexplorer.DateTimeSettings
Determines whether the sun is visible.
isSunVisible() - Method in interface com.datagis.terraexplorer.ole.IDateTime
Determines whether the sun is visible.
isSupportedCommand(TerraExplorerCommand) - Static method in class com.datagis.terraexplorer.menu.CommandMenuItem
Determines whether the specified command can be invoked by a menu item.
isSystemColor() - Method in class com.datagis.com4j.OleColor
Returns a value indicating whether this OleColor represents a system color.
isTerraExplorerListener(TerraExplorerListener) - Method in class com.datagis.terraexplorer.TerraExplorer
Indicates whether the specified TerraExplorer listener listener is registered on this TerraExplorer instance.
isTerrainFadeEnabled() - Method in class com.datagis.terraexplorer.RenderingOptions
Determines whether the Terrain Fade option is currently enabled.
isTerrainVisible() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns whether the terrain is visible.
isTerrainVisible() - Method in class com.datagis.terraexplorer.TerraExplorer
Returns whether the terrain is visible.
isTextualDataActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Deprecated.
As of TEJ2.0, this method has been superseded by HeadUpDisplay.isStatusBarActive().
isTiltAffectsAltitude() - Method in class com.datagis.terraexplorer.NavigationOptions
Determines whether the camera's pitch affects its altitude while the camera is moving forwards or backwards.
isTimeControlActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the time control is currently active.
isTopLevelMenu() - Method in class com.datagis.terraexplorer.menu.Menu
Determines whether this menu is a 'top-level menu', that is, if it is the direct child of a menu bar.
isTrackable() - Method in class com.datagis.terraexplorer.data.PointFeature
Determines whether this feature is trackable.
isTrackable() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
Determines whether features created by this feature factory are initially trackable.
isTrackable() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
isTracked() - Method in class com.datagis.terraexplorer.data.PointFeature
Determines whether this feature is the currently tracked feature.
isTracked() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
isTrackingActive() - Method in class com.datagis.terraexplorer.TrackingController
Determines whether tracking is currently active.
isTrackingUserStoppable() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Determines whether the current tracking process is stoppable by the user.
isTrackingUserStoppable() - Method in class com.datagis.terraexplorer.TrackingController
Returns whether the current tracking process is stoppable by the user or null, if no feature is currently tracked.
isTransactionPending() - Method in class com.datagis.terraexplorer.data.Layer
Indicates, whether there is a transaction currently pending for this layer.
isUndecorated() - Method in class com.datagis.com4j.GenericNativeWindow
Indicates whether this native window is undecorated.
isUndecorated() - Method in interface com.datagis.com4j.NativeWindow
Indicates whether this native window is undecorated.
isUndergroundModeEnabled() - Method in class com.datagis.terraexplorer.NavigationOptions
Determines whether Underground Navigation Mode is enabled.
isValidVersionString(String) - Static method in class com.datagis.terraexplorer.version.GenericVersion
Returns whether the specified string contains valid version information, which can be parsed by method GenericVersion.parseVersion(java.lang.String).
isVersionSupported() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests whether the currently installed version of the native TerraExplorer library is sufficient for this Java library.
isVersionSupported() - Method in class com.datagis.terraexplorer.TerraExplorerDetect
Tests whether the currently installed version of the native TerraExplorerX library is sufficient for this Java library.
isVisible() - Method in class com.datagis.com4j.GenericNativeWindow
Indicates whether this native window is visible.
isVisible() - Method in interface com.datagis.com4j.NativeWindow
Indicates whether this native window is visible.
isVisible() - Method in class com.datagis.terraexplorer.data.Feature
Indicates whether this feature is visible.
isVisible() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Indicates whether new features created by this feature factory are initially is visible.
isVisible() - Method in class com.datagis.terraexplorer.data.Layer
Indicates whether this layer is visible.
isVisible() - Method in class com.datagis.terraexplorer.menu.Component
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in interface com.datagis.terraexplorer.ole.IFeature
 
isVisible() - Method in interface com.datagis.terraexplorer.ole.ILayer
 
isVisible() - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Indicates whether this native window is be visible.
isZoomControlActive() - Method in class com.datagis.terraexplorer.HeadUpDisplay
Determines whether the zoom control is currently active.
ITDxInfo - Interface in com.datagis.tdx.tdxinput.ole
The ITDxInfo interface provides general information about the native ActiveX component.
itemListener - Variable in class com.datagis.terraexplorer.menu.MenuItem
The button model's ItemListener.
iterator() - Method in class com.datagis.terraexplorer.data.Features
Returns an iterator over all features in the layer's feature set.
iterator() - Method in class com.datagis.terraexplorer.data.Layers
Returns an iterator over all layers in the layers stack.
iterator() - Method in interface com.datagis.terraexplorer.ole.ILayers
 
ITerraExplorer - Interface in com.datagis.terraexplorer.ole
The ITerraExplorer interface represents the native TerraExplorer singleton object.
ITerraExplorerDetect - Interface in com.datagis.terraexplorer.ole
The ITerraExplorerDetect interface represents the type library contained in Skyline's TEDetect.dll, which is a native COM class to detect the availability of TerraExplorer on the local machine.
ITerraExplorerEvents - Interface in com.datagis.terraexplorer.ole.events
The listener interface to receive events from TerraExplorer.
IVector3D - Interface in com.datagis.tdx.tdxinput.ole
The IVector3D interface provides a representation for direction in 3D space.

J

JAVA_LOG_ADAPTER - Static variable in class com.datagis.terraexplorer.logging.Logger
A default Log4JLogAdapter, that can be registered as LogListener, that forwards all native log messages to the Java logging framework.
JavaLogAdapter - Class in com.datagis.terraexplorer.logging
The JavaLogAdapter is a LogListener, which forwards all log messages to the Java logging framework introduced in Java 5.
JavaLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.JavaLogAdapter
Constructs a new JavaLogAdapter, initialized with a default logger base name and briefed to drop the native assembly name.
JavaLogAdapter(String, boolean) - Constructor for class com.datagis.terraexplorer.logging.JavaLogAdapter
Constructs a new JavaLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name as indicated by the second argument.
JavaLogAdapter(String) - Constructor for class com.datagis.terraexplorer.logging.JavaLogAdapter
Constructs a new JavaLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name.
JavaLogAdapter(boolean) - Constructor for class com.datagis.terraexplorer.logging.JavaLogAdapter
Constructs a new JavaLogAdapter, dropping the assembly name from the native logger name as indicated by the argument.
JPEG(int) - Static method in class com.datagis.terraexplorer.SnapshotImageFormat
Specifies the Joint Photographic Experts Group (JPEG) image file format.
JPEG() - Static method in class com.datagis.terraexplorer.SnapshotImageFormat
Specifies the Joint Photographic Experts Group (JPEG) image file format with best quality.
jumpTo() - Method in class com.datagis.terraexplorer.data.Feature
Instructs the camera to move or jump directly to this feature.
jumpToLocation(double, double, double, double, double, double) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to move to the location defined by the first three parameters x, y and z.
jumpToLocation(double, double, double, double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Instructs the camera to move to the location defined by the first three parameters x, y and z.
jumpToObject(String) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to move or jump directly to the specified object or feature.
jumpToObject(Feature) - Method in class com.datagis.terraexplorer.Camera
Instructs the camera to move or jump directly to the specified object or feature.

K

key - Variable in class com.datagis.terraexplorer.data.Feature
A local copy of this feature's key.
key - Variable in class com.datagis.terraexplorer.menu.PopupTrigger
The virtual key or mouse button constant of this popup trigger.
KEY_FIRST - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
The first number in the range of ids used for key events with this popup trigger.
KEY_LAST - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
The last number in the range of ids used for key events with this popup trigger.
KEY_PRESSED - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
The "key pressed" event.
KEY_RELEASED - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
The "key released" event.
Keyboard - Class in com.datagis.tdx.tdxinput
The Keyboard class provides access to the keyboard of the 3Dconnexion device.
Keyboard(IKeyboard, Device) - Constructor for class com.datagis.tdx.tdxinput.Keyboard
Constructs a new Keyboard object by using the COM object's proxy class specified.
KeyboardAdapter - Class in com.datagis.tdx.tdxinput
An abstract adapter class for receiving keyboard events from the attached device's keyboard.
KeyboardAdapter() - Constructor for class com.datagis.tdx.tdxinput.KeyboardAdapter
 
KeyboardListener - Interface in com.datagis.tdx.tdxinput
The listener interface to receive keyboard events from attached device's keyboard.
keyDown(int) - Method in class com.datagis.tdx.tdxinput.KeyboardAdapter
Invoked when a button is pressed.
keyDown(int) - Method in interface com.datagis.tdx.tdxinput.ole.events.IKeyboardEvents
Invoked when a button is pressed.
KeyPopupTrigger - Class in com.datagis.terraexplorer.menu
An implementation of PopupTrigger for key events.
KeyPopupTrigger(int, int) - Constructor for class com.datagis.terraexplorer.menu.KeyPopupTrigger
Initializes a KeyPopupTrigger with the specified event id and key code constant.
keys - Variable in class com.datagis.terraexplorer.data.LocalStorage
Contains the property keys that need to be updated on a feature.
keys() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
keySet() - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns an unmodifiable (read-only) Set view of the property keys contained in this LocalStorage.
keySet() - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns a set view of the keys contained in this map.
keyUp(int) - Method in class com.datagis.tdx.tdxinput.KeyboardAdapter
Invoked when a button is released.
keyUp(int) - Method in interface com.datagis.tdx.tdxinput.ole.events.IKeyboardEvents
Invoked when a button is released.

L

labelText - Variable in class com.datagis.terraexplorer.data.PointFeatureFactory
 
layer - Variable in class com.datagis.terraexplorer.data.Feature
A reference to the Layer of this feature.
layer - Variable in class com.datagis.terraexplorer.data.FeatureFactory
Holds a reference to this feature factory's layer.
layer - Variable in class com.datagis.terraexplorer.data.Features
Holds a reference to this feature collection's layer.
Layer - Class in com.datagis.terraexplorer.data
The Layer class represents a manageable feature layer.
Layer(ILayer, Layers) - Constructor for class com.datagis.terraexplorer.data.Layer
Constructs a new Layer object by using the COM object's proxy class specified.
LayerPositionPolicy - Enum in com.datagis.terraexplorer.data
Specifies the layer position policy to be used with the Layers instance.
Layers - Class in com.datagis.terraexplorer.data
The Layers class represents the set of layers, that are available in the 3D map window and manageable through the TerraExplorerJ library.
Layers(ILayers) - Constructor for class com.datagis.terraexplorer.data.Layers
Constructs a new Layers object by using the COM object's proxy class specified.
layers - Variable in class com.datagis.terraexplorer.data.Layers
 
leaveCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when TerraExplorer leaves CPU saving mode.
leaveCPUSavingMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Forces the native TerraExplorer library to leave CPU saving mode.
leaveCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Forces the native TerraExplorer library to leave CPU saving mode.
leaveCPUSavingMode() - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when TerraExplorer enters CPU saving mode.
leaveLoadFeatureMode() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Forces the native TerraExplorer library to leave load feature mode.
leaveLoadFeatureMode() - Method in class com.datagis.terraexplorer.TerraExplorer
Forces the native TerraExplorer library to leave load feature mode.
length() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Returns the length of the backing byte buffer, which by definition contains the whole image file.
level - Variable in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter.QueuedLogEntry
the log level used with this logging event
LinearUnit - Enum in com.datagis.terraexplorer
Specifies the linear units used to display distances and altitudes in the native TerraExplorer user interface.
lineColor - Variable in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
LineStyle - Enum in com.datagis.terraexplorer.data.styles
Specifies a line style pattern.
LineToGroundType - Enum in com.datagis.terraexplorer.data.styles
Specifies the type of an object's line to ground.
lineWidth - Variable in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
listenerAdded() - Method in interface com.datagis.terraexplorer.ole.ILogger
Internally used method to enable the native logger to keep track of the number of currently registered log listeners.
listenerList - Variable in class com.datagis.terraexplorer.ContextMenu
A list of event listeners for this context menu.
listenerList - Variable in class com.datagis.terraexplorer.menu.Component
A list of event listeners for this component.
listenerList - Variable in class com.datagis.terraexplorer.TrackingController
A list of event listeners for this tracking controller.
listenerRemoved() - Method in interface com.datagis.terraexplorer.ole.ILogger
Internally used method to enable the native logger to keep track of the number of currently registered log listeners.
listeners - Variable in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Stores all listeners that have registered to receive native window events.
loadFinished(boolean) - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked after a a Fly file or an MPT file has been loaded.
loadFinished(boolean) - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked after a a Fly file or an MPT file has been loaded.
loadPreferences(String) - Method in class com.datagis.tdx.tdxinput.Device
Associates a preferences configuration with this device.
loadPreferences(String) - Method in interface com.datagis.tdx.tdxinput.ole.ISimpleDevice
Associates a preferences configuration with this device.
loadTerrain(String, String, String, int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Loads the terrain database (*.MPT file) or TerraExplorer project file (*.FLY file) from the specified URL.
loadTerrain(String) - Method in class com.datagis.terraexplorer.TerraExplorer
Loads the terrain database (*.MPT file) or TerraExplorer project file (*.FLY file) from the specified URL.
localStorage - Variable in class com.datagis.terraexplorer.data.Feature
The local storage used to implement transactional updates of this feature's properties.
localStorage - Variable in class com.datagis.terraexplorer.data.FeatureFactory
 
LocalStorage - Class in com.datagis.terraexplorer.data
The LocalStorage class represents a hash map based key-value storage.
LocalStorage() - Constructor for class com.datagis.terraexplorer.data.LocalStorage
Constructs an empty LocalStorage with an initial capacity of 32.
LocalStorage(int) - Constructor for class com.datagis.terraexplorer.data.LocalStorage
Constructs an empty LocalStorage with the specified initial capacity.
log(LogLevel, Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the specified log level.
log(int, Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the specified log level.
LOG4J_LOG_ADAPTER - Static variable in class com.datagis.terraexplorer.logging.Logger
A default Log4JLogAdapter, that can be registered as LogListener, that forwards all native log messages to the log4j logging framework.
Log4JLogAdapter - Class in com.datagis.terraexplorer.logging
The Log4JLogAdapter is a LogListener, which forwards all log messages to the log4j logging framework.
Log4JLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.Log4JLogAdapter
Constructs a new Log4JLogAdapter, initialized with a default logger base name and briefed to drop the native assembly name.
Log4JLogAdapter(String, boolean) - Constructor for class com.datagis.terraexplorer.logging.Log4JLogAdapter
Constructs a new Log4JLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name as indicated by the second argument.
Log4JLogAdapter(String) - Constructor for class com.datagis.terraexplorer.logging.Log4JLogAdapter
Constructs a new Log4JLogAdapter by using the logger base name specified, dropping the assembly name from the native logger name.
Log4JLogAdapter(boolean) - Constructor for class com.datagis.terraexplorer.logging.Log4JLogAdapter
Constructs a new Log4JLogAdapter, dropping the assembly name from the native logger name as indicated by the argument.
LogAdapter - Class in com.datagis.terraexplorer.logging
An abstract adapter class for receiving native logging events.
LogAdapter() - Constructor for class com.datagis.terraexplorer.logging.LogAdapter
 
LogAdapterFacade - Interface in com.datagis.terraexplorer.logging
The LogAdapterFacade interface defines the logging methods required for the Java LogAdapter classes.
logAvailability(LogLevel, LogLevel) - Method in class com.datagis.terraexplorer.TerraExplorer
Tests and logs whether the native TerraExplorer library is available and ready to use.
logAvailability() - Method in class com.datagis.terraexplorer.TerraExplorer
Tests and logs whether the native TerraExplorer library is available and ready to use.
logAvailabilityFailureCause(Logger.NativeLogger, LogLevel) - Method in class com.datagis.terraexplorer.TerraExplorer
Logs a brief error summary and cause, if the native TerraExplorer library is not available.
logAvailabilityFailureCause(LogLevel) - Method in class com.datagis.terraexplorer.TerraExplorer
Logs a brief error summary and cause, if the native TerraExplorer library is not available.
logAvailabilityFailureCause() - Method in class com.datagis.terraexplorer.TerraExplorer
Logs a brief error summary and cause, if the native TerraExplorer library is not available.
logDebug(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a debug message is to be logged.
logDebug(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when a debug message is to be logged.
logDebug(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when a debug message is to be logged.
logError(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when an error message is to be logged.
logError(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when an error message is to be logged.
logError(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when an error message is to be logged.
logFatal(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a fatal message is to be logged.
logFatal(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when a fatal message is to be logged.
logFatal(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when a fatal message is to be logged.
Logger - Class in com.datagis.terraexplorer.logging
The Logger class is the main class of TerraExplorerJ's logging sub-system.
Logger(ILogger) - Constructor for class com.datagis.terraexplorer.logging.Logger
Constructs a new Logger object by using the COM object's proxy class specified.
Logger.NativeLogger - Class in com.datagis.terraexplorer.logging
Provides access to the TerraExplorerJ logging capabilities from Java.
Logger.QueuingLogAdapter - Class in com.datagis.terraexplorer.logging
The QueuingLogAdapter is a LogListener, which queues all received log events.
Logger.QueuingLogAdapter.QueuedLogEntry - Class in com.datagis.terraexplorer.logging
Represents a queued log entry, consisting of a message object, log level and the logger name.
loggerName - Variable in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter.QueuedLogEntry
the logger name used with this logging event
loggers - Static variable in class com.datagis.terraexplorer.logging.Logger
Stores a set of native loggers to be used from Java.
logInfo(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when an info message is to be logged.
logInfo(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when an info message is to be logged.
logInfo(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when an info message is to be logged.
LogLevel - Enum in com.datagis.terraexplorer.logging
Specified the log levels used with the NativeLogger class.
LogLevelNotPresent - Exception in com.datagis.terraexplorer.logging
Thrown when an application tries to access a LogLevel enum constant by its numerical log level and the enum type contains no constant with the specified log level.
LogLevelNotPresent(int) - Constructor for exception com.datagis.terraexplorer.logging.LogLevelNotPresent
Constructs an LogLevelNotPresent for the specified constant.
LogListener - Interface in com.datagis.terraexplorer.logging
The listener interface to receive log messages from the underlying native ActiveX component.
logTrace(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a trace message is to be logged.
logTrace(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when a trace message is to be logged.
logTrace(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when a trace message is to be logged.
logWarn(String, String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a warning message is to be logged.
logWarn(String, String) - Method in class com.datagis.terraexplorer.logging.LogAdapter
Invoked when a warning message is to be logged.
logWarn(String, String) - Method in interface com.datagis.terraexplorer.ole.events.ILoggerEvents
Invoked when a warning message is to be logged.

M

Map3DWindow - Class in com.datagis.terraexplorer
The Map3DWindow class defines the methods, that are specific for the native Map3DWindow window class.
Map3DWindow(IMap3DWindow) - Constructor for class com.datagis.terraexplorer.Map3DWindow
Constructs a new Map3DWindow object by using the COM object's proxy class specified.
MAXIMIZED_BOTH - Static variable in interface com.datagis.com4j.NativeWindow
This state bit mask indicates that the native window is fully maximized (that is both horizontally and vertically).
MAXIMIZED_HORIZ - Static variable in interface com.datagis.com4j.NativeWindow
This state bit indicates that the native window is maximized in the horizontal direction.
MAXIMIZED_VERT - Static variable in interface com.datagis.com4j.NativeWindow
This state bit indicates that the native window is maximized in the vertical direction.
maximum - Variable in class com.datagis.terraexplorer.commands.ValueRangeStrategy
The maximum of this value strategie's range or null, if the interval is not right-bounded.
Menu - Class in com.datagis.terraexplorer.menu
An implementation of a menu -- a popup window containing MenuItems that is displayed when the user selects an item of a PopupMenu.
Menu() - Constructor for class com.datagis.terraexplorer.menu.Menu
Constructs a new Menu with no text.
Menu(String) - Constructor for class com.datagis.terraexplorer.menu.Menu
Constructs a new Menu with the supplied string as its text.
Menu(Action) - Constructor for class com.datagis.terraexplorer.menu.Menu
Constructs a menu whose properties are taken from the Action supplied.
MenuItem - Class in com.datagis.terraexplorer.menu
An implementation of an item in a menu.
MenuItem() - Constructor for class com.datagis.terraexplorer.menu.MenuItem
Creates a MenuItem with no set text.
MenuItem(String) - Constructor for class com.datagis.terraexplorer.menu.MenuItem
Creates a MenuItem with the specified text.
MenuItem(String, ButtonModel) - Constructor for class com.datagis.terraexplorer.menu.MenuItem
Creates a MenuItem with the specified text and button model.
MenuItem(Action) - Constructor for class com.datagis.terraexplorer.menu.MenuItem
Creates a menu item whose properties are taken from the specified Action.
MenuThreadingMode - Enum in com.datagis.terraexplorer.menu
Specifies a native popup menu's threading mode.
message - Variable in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter.QueuedLogEntry
the message object used with this logging event
MessageBarTextAlignment - Enum in com.datagis.terraexplorer
Specifies the alignment of the text displayed in the Message Bar container of TerraExplorer.
method - Variable in class com.datagis.com4j.GenericNativeWindow.EventInvocationItem
The Java method to be called this this eventId.
MI_COM_CLIENT - Static variable in interface com.datagis.terraexplorer.ole.ITerraExplorer
 
MI_FREE_FLIGHT - Static variable in interface com.datagis.terraexplorer.ole.ITerraExplorer
 
minEngineTypeRequired - Static variable in class com.datagis.terraexplorer.TerraExplorer
The minimal type of the native TerraExplorer library required.
minimum - Variable in class com.datagis.terraexplorer.commands.ValueRangeStrategy
The minimum of this value strategie's range or null, if the interval is not left-bounded.
minVersionRequired - Static variable in class com.datagis.terraexplorer.TerraExplorer
The minimal version of the native TerraExplorer library required.
MODEL_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.MenuItem
Identifies a change in the button model.
MOUSE_CLICKED - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
The "mouse clicked" event.
MOUSE_FIRST - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
The first number in the range of ids used for mouse events with this popup trigger.
MOUSE_LAST - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
The last number in the range of ids used for mouse events with this popup trigger.
MOUSE_PRESSED - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
The "mouse pressed" event.
MOUSE_RELEASED - Static variable in class com.datagis.terraexplorer.menu.MousePopupTrigger
The "mouse released" event.
MouseInputMode - Enum in com.datagis.terraexplorer
Specifies the TerraExplorer input mode.
MouseNavigationMode - Enum in com.datagis.terraexplorer
Specifies the TerraExplorer mouse navigation mode.
MousePopupTrigger - Class in com.datagis.terraexplorer.menu
An implementation of PopupTrigger for mouse events.
MousePopupTrigger(int, int) - Constructor for class com.datagis.terraexplorer.menu.MousePopupTrigger
Initializes a MousePopupTrigger with the specified event id and mouse button constant.
move(int) - Method in class com.datagis.terraexplorer.data.Layer
Moves this layer to the specified position in the layers stack.
move(Layer) - Method in class com.datagis.terraexplorer.data.Layer
Moves this layer to the position of the specified layer.
move(String) - Method in class com.datagis.terraexplorer.data.Layer
Moves this layer to the position of the layer specified by layerName.
move(int, int) - Method in class com.datagis.terraexplorer.data.Layers
Moves the layer at the position specified by source to the position specified by destination.
move(String, String) - Method in class com.datagis.terraexplorer.data.Layers
Moves the layer specified by source to the position of the layer specified by destination.
move(int, String) - Method in class com.datagis.terraexplorer.data.Layers
Moves the layer at the position specified by source to the position of the layer specified by destination.
move(String, int) - Method in class com.datagis.terraexplorer.data.Layers
Moves the layer specified by source to the position specified by destination.
move(int, int, int, int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Moves and resizes this native window.
move(K, int) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Moves the mapping entry specified by its key to a new index in this indexed hash map.
move(int, int) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Moves the mapping entry specified by its current index to a new index in this indexed hash map.
moveDirection(double, double, double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera in the specified direction, with the specified pitch, for the specified distance in meters.
moveDirection(double, double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera with the specified pitch for the specified distance in meters in its current viewing direction.
moveDirection(double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
 
movePosition(double, double, double, double, double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's position and orientation according to the provided arguments.
movePosition(CameraPosition) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's position and orientation by means of a specified CameraPosition object, that contains the camera's position and orientation controlling values.
movePosition(double, double, double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's position and orientation according to the provided arguments.
moveX(double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera in X direction for the specified distance in meters.
moveX(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Moves the camera in X direction for the specified distance in meters.
moveY(double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera in Y direction for the specified distance in meters.
moveY(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Moves the camera in Y direction for the specified distance in meters.
moveZ(double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera in Z direction for the specified distance in meters.
moveZ(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Moves the camera in Z direction for the specified distance in meters.
MutablePair<F,S> - Class in com.datagis.terraexplorer.util
The MutablePair class is a mutable implementation of the Pair interface.
MutablePair(F, S) - Constructor for class com.datagis.terraexplorer.util.MutablePair
Initializes a newly created MutablePair with the specified values.
MutablePair() - Constructor for class com.datagis.terraexplorer.util.MutablePair
Initializes a newly created MutablePair with a null value for both the first and second value.

N

NamedSkyColor - Enum in com.datagis.terraexplorer
Specifies a named sky color.
NamedZoomLevel - Enum in com.datagis.terraexplorer
Specifies a named zoom level.
NATIVE_OPTION_CHECKED - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the checked bit.
NATIVE_OPTION_DISABLED_IF_EMPTY - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the disabled if empty bit, which causes a sub menu item to disable, if its sub menu is empty.
NATIVE_OPTION_ENABLED - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the enabled bit.
NATIVE_OPTION_HIDDEN_IF_EMPTY - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the hidden if empty bit, which causes a sub menu item to hide, if its sub menu is empty.
NATIVE_OPTION_NO_COLLAPSE - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the no collapse bit, which presents a menu separator from being collapsed (removed).
NATIVE_OPTION_VISIBLE - Static variable in class com.datagis.terraexplorer.menu.NativeElement
A native menu item's properties are stored in a bit field; this constant represents the visibility bit.
NativeComponent - Class in com.datagis.terraexplorer.menu
The NativeComponent class represents a native component.
NativeComponent() - Constructor for class com.datagis.terraexplorer.menu.NativeComponent
 
NativeContainer - Class in com.datagis.terraexplorer.menu
The NativeContainer class represents a native container.
NativeContainer() - Constructor for class com.datagis.terraexplorer.menu.NativeContainer
 
NativeElement - Class in com.datagis.terraexplorer.menu
The NativeElement class represents an abstract native element.
NativeElement() - Constructor for class com.datagis.terraexplorer.menu.NativeElement
 
nativeEventInterface - Variable in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
The native COM event interface.
nativeEventProxy - Variable in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
A reference to the proxy object receiving native COM events.
NativeLibraryType - Enum in com.datagis.terraexplorer.version
Specifies the type of the native TerraExplorerJ library.
NativeLogger(String) - Constructor for class com.datagis.terraexplorer.logging.Logger.NativeLogger
Initializes a new NativeLogger instance with the specified name.
NativeSystemColor - Enum in com.datagis.com4j
Specifies a native Windows system color.
NativeVersion - Class in com.datagis.terraexplorer.version
The NativeVersion class represents an abstract version value.
NativeVersion(INativeVersion) - Constructor for class com.datagis.terraexplorer.version.NativeVersion
Constructs a new NativeVersion object by using the COM object's proxy class specified.
NativeWin32Utils - Class in com.datagis.terraexplorer.util
Contains a static factory method to get an instance of the INativeWin32Utils COM interface.
NativeWin32Utils() - Constructor for class com.datagis.terraexplorer.util.NativeWin32Utils
 
NativeWindow - Interface in com.datagis.com4j
A NativeWindow is a top-level native window with a title and a border.
NativeWindowAdapter - Class in com.datagis.com4j
An abstract adapter class for receiving native window events.
NativeWindowAdapter() - Constructor for class com.datagis.com4j.NativeWindowAdapter
 
NativeWindowEvent - Class in com.datagis.com4j
A low-level event that indicates that a native window has changed its status.
NativeWindowEvent(NativeWindow, int) - Constructor for class com.datagis.com4j.NativeWindowEvent
Constructs a NativeWindowEvent object.
NativeWindowEvent(NativeWindow, int, int, int) - Constructor for class com.datagis.com4j.NativeWindowEvent
Constructs a NativeWindowEvent object with the specified previous and new window states.
NativeWindowEvent(NativeWindow, int, NativeWindow) - Constructor for class com.datagis.com4j.NativeWindowEvent
Constructs a NativeWindowEvent object with the specified previous and new window states.
NativeWindowEventDispatcher(Class<E>) - Constructor for class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Create a NativeWindowEventDispatcher object.
NativeWindowListener - Interface in com.datagis.com4j
The listener interface for receiving native window events.
NavigationOptions - Class in com.datagis.terraexplorer
The NavigationOptions class provides methods to configure options, that affect navigation in the 3D scene.
NavigationOptions(ITerraExplorer, ProjectManager) - Constructor for class com.datagis.terraexplorer.NavigationOptions
Initializes a newly created NavigationOptions instance with the specified reference to the native ITerraExplorer interface.
NORMAL - Static variable in interface com.datagis.com4j.NativeWindow
The native window is in the "normal" state.

O

ObjectActivationMethod - Enum in com.datagis.terraexplorer.data.styles
Specifies how the camera will fly to an object.
offsetHeading(double) - Method in class com.datagis.terraexplorer.Camera
Applies the specified offset in degrees to the camera's heading.
offsetHeading(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Applies the specified offset in degrees to the camera's heading.
offsetPitch(double) - Method in class com.datagis.terraexplorer.Camera
Applies the specified offset in degrees to the camera's pitch.
offsetPitch(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Applies the specified offset in degrees to the camera's pitch.
OleColor - Class in com.datagis.com4j
Specifies a native OLE color value.
OleColor(int) - Constructor for class com.datagis.com4j.OleColor
Creates an opaque sRGB color with the specified combined BGR value consisting of the blue component in bits 16-23, the green component in bits 8-15, and the red component in bits 0-7.
OleColor(NativeSystemColor) - Constructor for class com.datagis.com4j.OleColor
Creates an opaque sRGB color with the specified native system color.
OleColor(Color) - Constructor for class com.datagis.com4j.OleColor
Creates a OleColor sRGB color with the values of the specified Color object.
OleColor(int, int, int) - Constructor for class com.datagis.com4j.OleColor
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
OleColor(int, int, int, int) - Constructor for class com.datagis.com4j.OleColor
Creates a sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
OleColor(int, boolean) - Constructor for class com.datagis.com4j.OleColor
Creates a sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
OleColor(float, float, float) - Constructor for class com.datagis.com4j.OleColor
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
OleColor(float, float, float, float) - Constructor for class com.datagis.com4j.OleColor
Creates a sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
OleColor(ColorSpace, float[], float) - Constructor for class com.datagis.com4j.OleColor
Creates a color in the specified ColorSpace with the color components specified in the float array and the specified alpha.
opcodeStreamSize() - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
 
opcodeStreamSize() - Method in class com.datagis.terraexplorer.menu.Menu
 
opcodeStreamSize() - Method in class com.datagis.terraexplorer.menu.MenuItem
Returns the size of the code stream array.
outputDebugString(String) - Method in interface com.datagis.terraexplorer.ole.INativeWin32Utils
Sends a string to the debugger for display.

P

Pair<F,S> - Interface in com.datagis.terraexplorer.util
The Pair interface couples together a pair of values.
paramString() - Method in class com.datagis.com4j.NativeWindowEvent
Returns a parameter string identifying this event.
paramString() - Method in class com.datagis.terraexplorer.menu.ContextMenuEvent
Returns a parameter string identifying this context menu event.
parent - Variable in class com.datagis.terraexplorer.menu.Component
The parent of the object.
parseVersion(String) - Static method in class com.datagis.terraexplorer.version.GenericVersion
Returns a GenericVersion object representing the version value of the specified String argument.
peer - Variable in class com.datagis.terraexplorer.ContextMenu
The actual peer of this context menu.
PeerComponent - Interface in com.datagis.terraexplorer.menu
The PeerComponent interface describes the service methods that are provided to each individual NativeComponent.
PeerContainer - Interface in com.datagis.terraexplorer.menu
The PeerContainer interface describes the service methods that are provided to each individual NativeContainer.
pitch - Variable in class com.datagis.terraexplorer.CameraPosition
The camera's pitch in degrees.
PlanarAlignment - Enum in com.datagis.terraexplorer.data.styles
Specifies the alignment of an object on a plane or in a rectangular box.
Point3D - Class in com.datagis.terraexplorer.data
The Point3D class represents a point in a 3D space.
Point3D(double, double, double) - Constructor for class com.datagis.terraexplorer.data.Point3D
Initializes a newly created Point3D instance with the values specified.
Point3D(double, double) - Constructor for class com.datagis.terraexplorer.data.Point3D
Initializes a newly created Point3D instance with the values specified and 0 (zero) for the Z-coordinate.
PointFeature - Class in com.datagis.terraexplorer.data
The PointFeature class represents a point feature in the TerraExplorerJ library.
PointFeature(IPointFeature, Features) - Constructor for class com.datagis.terraexplorer.data.PointFeature
Constructs a new PointFeature object by using the COM object's proxy class specified.
PointFeatureAlignment - Enum in com.datagis.terraexplorer.data.styles
Specifies the alignment of a point feature.
pointFeatureFactory - Variable in class com.datagis.terraexplorer.data.Layer
Holds a reference to this layer's PointFeatureFactory object.
PointFeatureFactory - Class in com.datagis.terraexplorer.data
The PointFeatureFactory class implements a configurable factory for creating point features.
PolygonFeature - Class in com.datagis.terraexplorer.data
The PolygonFeature class represents a polygon feature in the TerraExplorerJ library.
PolygonFeature(IPolygonFeature, Features) - Constructor for class com.datagis.terraexplorer.data.PolygonFeature
Constructs a new PolygonFeature object by using the COM object's proxy class specified.
PolygonFeatureFactory - Class in com.datagis.terraexplorer.data
The PolygonFeatureFactory class implements a configurable factory for creating polygon features.
PolylineFeature - Class in com.datagis.terraexplorer.data
The PolylineFeature class represents a polyline feature in the TerraExplorerJ library.
PolylineFeature(IPolylineFeature, Features) - Constructor for class com.datagis.terraexplorer.data.PolylineFeature
Constructs a new PolylineFeature object by using the COM object's proxy class specified.
polylineFeatureFactory - Variable in class com.datagis.terraexplorer.data.Layer
Holds a reference to this layer's PolylineFeatureFactory object.
PolylineFeatureFactory - Class in com.datagis.terraexplorer.data
The PolylineFeatureFactory class implements a configurable factory for creating polyline features.
PopupMenu - Class in com.datagis.terraexplorer.menu
An implementation of a popup menu, that is a small window that pops up and displays a series of choices.
PopupMenu() - Constructor for class com.datagis.terraexplorer.menu.PopupMenu
 
PopupTrigger - Class in com.datagis.terraexplorer.menu
The abstract PopupTrigger class specifies a trigger for requesting the 3D map window's context menu.
PopupTrigger(int, int) - Constructor for class com.datagis.terraexplorer.menu.PopupTrigger
Initializes a PopupTrigger with the specified event id and virtual key constant.
positionPolicy - Static variable in class com.datagis.terraexplorer.data.Layers
 
PrimitiveFeature - Class in com.datagis.terraexplorer.data
The abstract PrimitiveOutline class adds methods to configure the interior of a feature implementation.
PrimitiveFeature(IPrimitiveFeature, Features) - Constructor for class com.datagis.terraexplorer.data.PrimitiveFeature
Constructs a new PrimitiveFeature object by using the COM object's proxy class specified.
PrimitiveFeatureFactory - Class in com.datagis.terraexplorer.data
The abstract PrimitiveFeatureFactory class provides methods to configure the interior for newly created features to a certain feature factory implementation.
PrimitiveOutline - Class in com.datagis.terraexplorer.data
The abstract PrimitiveOutline class adds methods to configure the outline of a feature implementation.
PrimitiveOutline(IPrimitiveOutline, Features) - Constructor for class com.datagis.terraexplorer.data.PrimitiveOutline
Constructs a new PrimitiveOutline object by using the COM object's proxy class specified.
PrimitiveOutlineFactory - Class in com.datagis.terraexplorer.data
The abstract PrimitiveOutlineFactory class provides methods to configure the outline for newly created features to a certain feature factory implementation.
processOpcodeStream(Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Processes and executes the specified opcode stream.
projectClosed(ProjectManager) - Method in interface com.datagis.terraexplorer.util.ProjectListener
Invoked when a TerraExplorer project has been closed.
projectClosing(ProjectManager) - Method in interface com.datagis.terraexplorer.util.ProjectListener
Invoked before a TerraExplorer project is being closed.
ProjectListener - Interface in com.datagis.terraexplorer.util
The listener interface to receive TerraExplorer project events.
projectLoaded(ProjectManager) - Method in interface com.datagis.terraexplorer.util.ProjectListener
Invoked when a TerraExplorer project is loaded.
ProjectManager - Interface in com.datagis.terraexplorer.util
The ProjectManager interface defines the methods required for implementing a wrapper around the project specific options in TerraExplorer.
ProjectManagerImpl - Class in com.datagis.terraexplorer.util
The ProjectManagerImpl is an implementation of the ProjectManager interface.
ProjectManagerImpl(ITerraExplorer, TerraExplorer) - Constructor for class com.datagis.terraexplorer.util.ProjectManagerImpl
Initializes a newly created ProjectManagerImpl instance with the specified reference to the native ITerraExplorer interface.
PropertyKey - Enum in com.datagis.terraexplorer.data
Internally used constants identifying feature properties, when passing them to the native feature object during feature creation and update.
put(Method, int) - Method in class com.datagis.com4j.GenericNativeWindow.EventInvocationCache
Associates the name of the method specified with the specified method and event id as a EventInvocationItem object in this cache instance.
put(String, int) - Method in class com.datagis.com4j.GenericNativeWindow.EventInvocationCache
Associates the method name specified with this method declared on NativeWindowListener and the specified event id as a EventInvocationItem object in this cache instance.
put(String, Feature) - Method in class com.datagis.terraexplorer.data.Features
Adds the specified feature to this feature set with the specified key.
put(PropertyKey, Object) - Method in class com.datagis.terraexplorer.data.LocalStorage
 
put(K, V) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Associates the specified value with the specified key in this map.
put(K, V, int) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Associates the specified value with the specified key and inserts this mapping into this map at the specified index.
putAll(Map<? extends K, ? extends V>) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.

Q

QueuedLogEntry(String, Object, LogLevel) - Constructor for class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter.QueuedLogEntry
Initializes a newly created logging event with the message, log level and logger name specified.
queuingLogAdapter - Variable in class com.datagis.terraexplorer.logging.Logger
A reference to a QueuingLogAdapter, which, while registered, will queue all received log messages.
QueuingLogAdapter() - Constructor for class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
 

R

read() - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Reads a single byte from the stream and returns it as an integer between 0 and 255.
read(byte[], int, int) - Method in class com.datagis.terraexplorer.util.ByteBufferImageInputStream
Reads up to len bytes from the stream, and stores them into b starting at index off.
referenceEquals(Object) - Method in class com.datagis.com4j.ComObject
Tests whether two native COM objects or interfaces refer to the same COM object.
registerFactory() - Method in class com.datagis.terraexplorer.data.FeatureFactory
 
registerFeatureFactory(FeatureFactory) - Method in class com.datagis.terraexplorer.data.Layer
 
remove() - Method in class com.datagis.terraexplorer.data.Feature
Removes this feature from the layer's features collection.
remove(String) - Method in class com.datagis.terraexplorer.data.Features
Removes the feature identified by the specified key from both the feature set and the 3D map.
remove(Feature) - Method in class com.datagis.terraexplorer.data.Features
Removes the specified feature from both the feature set and the 3D map.
remove(Object) - Method in class com.datagis.terraexplorer.data.Features
Removes the specified element from this set if it is present.
remove() - Method in class com.datagis.terraexplorer.data.Layer
Permanently removes this layer from the layers collection.
remove(String) - Method in class com.datagis.terraexplorer.data.Layers
Removes the layer identified by the specified name from both the layers stack and the 3D map.
remove(Layer) - Method in class com.datagis.terraexplorer.data.Layers
Removes the specified layer from both the layers stack and the 3D map.
remove(int) - Method in class com.datagis.terraexplorer.data.Layers
Removes the layer identified by its position from both the layers stack and the 3D map.
remove(Object) - Method in class com.datagis.terraexplorer.data.Layers
Removes the specified element from this set if it is present.
remove(PropertyKey) - Method in class com.datagis.terraexplorer.data.LocalStorage
Removes the mapping for the specified key from this LocalStorage if it is present.
remove(AbstractButton) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Removes the button from the group.
remove(MenuItem) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Removes the menu item from the group.
remove(int) - Method in class com.datagis.terraexplorer.menu.Container
Removes the component, specified by index, from this container.
remove(Component) - Method in class com.datagis.terraexplorer.menu.Container
Removes the specified component from this container.
remove(MenuItem) - Method in class com.datagis.terraexplorer.menu.Menu
Removes the specified menu item from this menu.
remove(int) - Method in class com.datagis.terraexplorer.menu.Menu
Removes the menu item at the specified index from this menu.
remove(Component) - Method in class com.datagis.terraexplorer.menu.Menu
Removes the component c from this menu.
remove(int) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Removes the component at the specified index from this popup menu.
remove(String) - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
remove(String) - Method in interface com.datagis.terraexplorer.ole.ILayers
 
remove(Object) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Removes the mapping with the specified index from this map.
removeActionListener(ActionListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Removes an ActionListener from this menu item.
removeAll() - Method in class com.datagis.terraexplorer.data.Features
Removes all features from both the feature set and the 3D map.
removeAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Features
Removes from this set all of its elements that are contained in the specified collection.
removeAll() - Method in class com.datagis.terraexplorer.data.Layers
Removes all layers from both the layers stack and the 3D map.
removeAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Layers
Removes from this set all of its elements that are contained in the specified collection.
removeAll() - Method in class com.datagis.terraexplorer.menu.Container
Removes all the components from this container.
removeAll() - Method in class com.datagis.terraexplorer.menu.Menu
Removes all menu items from this menu.
removeAll() - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
removeAll() - Method in interface com.datagis.terraexplorer.ole.ILayers
 
removeAllMenuItems() - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Removes and destroys all the context menu's items.
removeChangeListener(ChangeListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Removes a ChangeListener from this menu item.
removeComEventListener(ComEventListener) - Method in class com.datagis.com4j.ComEventObject
Removes the specified COM event listener for the specified event interface so that it no longer receives events from the underlying COM event source.
removeContextMenuListener(ContextMenuListener) - Method in class com.datagis.terraexplorer.ContextMenu
Removes a ContextMenuListener from this context menu.
removeDeviceListener(DeviceListener) - Method in class com.datagis.tdx.tdxinput.Device
Removes the specified device listener, so that it no longer receives events from the underlying COM component.
removeItemListener(ItemListener) - Method in class com.datagis.terraexplorer.menu.MenuItem
Removes an ItemListener from this menu item.
removeKeyboardListener(KeyboardListener) - Method in class com.datagis.tdx.tdxinput.Keyboard
Removes the specified keyboard listener, so that it no longer receives events from the underlying COM component.
removeLogListener(LogListener) - Method in class com.datagis.terraexplorer.logging.Logger
Removes the specified log listener, so that it no longer receives native log events from the underlying COM components.
removeNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow.NativeWindowEventDispatcher
Removes the specified native window listener, so that it no longer receives window events from the underlying native window.
removeNativeWindowListener(NativeWindowListener) - Method in class com.datagis.com4j.GenericNativeWindow
Removes the specified native window listener, so that it no longer receives window events from the underlying native window.
removeNativeWindowListener(NativeWindowListener) - Method in interface com.datagis.com4j.NativeWindow
Removes the specified native window listener, so that it no longer receives window events from the underlying native window.
removePopupTrigger(PopupTrigger) - Method in class com.datagis.terraexplorer.ContextMenu
Removes the specified PopupTrigger from this context menu.
removePopupTrigger(PopupTrigger) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Removes the specified PopupTrigger from the context menu.
removePopupTrigger(int, int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Removes the popup trigger consisting of the specified eventId and key from the context menu.
removeProjectListener(ProjectListener) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Removes the specified project listener so that it no longer receives project events from this project manager.
removeProjectListener(ProjectListener) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.datagis.terraexplorer.menu.Component
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.datagis.terraexplorer.menu.Component
Removes a PropertyChangeListener from the listener list for a specific property.
removeSensorListener(SensorListener) - Method in class com.datagis.tdx.tdxinput.Sensor
Removes the specified sensor listener, so that it no longer receives events from the underlying COM component.
removeShutdownHook() - Static method in class com.datagis.terraexplorer.Application
 
removeTerraExplorerListener(TerraExplorerListener) - Method in class com.datagis.terraexplorer.TerraExplorer
Removes the specified TerraExplorer listener, so that it no longer receives events from the TerraExplorer engine.
removeTrackingListener(TrackingListener) - Method in class com.datagis.terraexplorer.TrackingController
Removes the specified tracking listener so that it no longer receives tracking events from this tracking manager.
RenderingOptions - Class in com.datagis.terraexplorer
The RenderingOptions class provides methods to configure options, that affect the quality and performance of the 3D rendering engine.
RenderingOptions(ITerraExplorer) - Constructor for class com.datagis.terraexplorer.RenderingOptions
Initializes a newly created RenderingOptions instance with the specified reference to the native ITerraExplorer interface.
renderQualityChanged(int) - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when the render quality of the current 3D view changes.
renderQualityChanged(int) - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when the render quality of the current 3D view changes.
replace(E) - Method in class com.datagis.terraexplorer.util.TransactionalValue
Replaces the current value of this TransactionalValue with the specified value.
requestFocus() - Method in class com.datagis.com4j.GenericNativeWindow
Requests that this native window become the focused window.
requestFocus() - Method in interface com.datagis.com4j.NativeWindow
Requests that this native window become the focused window.
reset() - Method in interface com.datagis.terraexplorer.util.ProjectManager
Resets this ProjectManager instance, that is, all project options set until now are discarded.
reset() - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
restoreDefaultPopupTriggers() - Method in class com.datagis.terraexplorer.ContextMenu
Restores the list of currently added PopupTriggers to its default.
restoreDefaultValues() - Method in class com.datagis.terraexplorer.data.FeatureFactory
Removes all custom settings, that have been applied to this factory object and re-enables the factorie's default values.
restoreDefaultValues() - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
restoreDefaultValues() - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
 
restoreDefaultValues() - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
 
retainAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Features
Retains only the elements in this set that are contained in the specified collection.
retainAll(Collection<?>) - Method in class com.datagis.terraexplorer.data.Layers
Retains only the elements in this set that are contained in the specified collection.
revisionNumber() - Method in interface com.datagis.tdx.tdxinput.ole.ITDxInfo
Returns the version of the native ActiveX component as a string.
rollback() - Method in class com.datagis.terraexplorer.data.Feature
Undoes all changes made in the current transaction and releases any transaction-related resources currently held by this Feature object.
rollback() - Method in class com.datagis.terraexplorer.data.Layer
Undoes all changes made in the current transaction and releases any transaction-related resources currently held by this Layer object.
rollback() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
rollback(int) - Method in class com.datagis.terraexplorer.util.TransactionalValue
 

S

second - Variable in class com.datagis.terraexplorer.util.ImmutablePair
The second value.
second - Variable in class com.datagis.terraexplorer.util.MutablePair
The second value.
SELECTED_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.Component
Identifies a change in the component's selected-state.
Sensor - Class in com.datagis.tdx.tdxinput
The Sensor class provides access to the 3D motion data of the 3Dconnexion device.
Sensor(ISensor, Device) - Constructor for class com.datagis.tdx.tdxinput.Sensor
Constructs a new Sensor object by using the COM object's proxy class specified.
SensorAdapter - Class in com.datagis.tdx.tdxinput
An abstract adapter class for receiving sensor events from the attached device's sensor.
SensorAdapter() - Constructor for class com.datagis.tdx.tdxinput.SensorAdapter
 
sensorInput() - Method in interface com.datagis.tdx.tdxinput.ole.events.ISensorEvents
Invoked when data has been received from the 3Dconnexion device.
sensorInput() - Method in class com.datagis.tdx.tdxinput.SensorAdapter
Invoked when data has been received from the 3Dconnexion device.
SensorListener - Interface in com.datagis.tdx.tdxinput
The listener interface to receive sensor events from the attached device's sensor.
Separator - Class in com.datagis.terraexplorer.menu
The Separator class provides a general purpose component for implementing divider lines - most commonly used as a divider between menu items that breaks them up into logical groupings.
Separator() - Constructor for class com.datagis.terraexplorer.menu.Separator
Creates a separator component.
Separator(boolean) - Constructor for class com.datagis.terraexplorer.menu.Separator
Creates a separator component with the specified auto-collapsible behavior.
set(E) - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
set(E, boolean) - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
setAction(Action) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Throws an UnsupportedOperationException, since the CommandMenuItem component does not support Actions.
setAction(Action) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the Action.
setActionCommand(String) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the action command for this menu item.
setActivationMethod(ObjectActivationMethod) - Method in class com.datagis.terraexplorer.data.Feature
Sets the default activation method for this feature.
setActivationMethod(ObjectActivationMethod) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the default activation method be used for features created by this feature factory.
setActivationMethod(ObjectActivationMethod) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setAdjustColorSaturation(boolean) - Method in class com.datagis.terraexplorer.RenderingOptions
Enables or disables color saturation adjustment for the rendering process.
setAdjustViewDialogMode(AdjustViewDialogMode) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Sets the adjust view dialog mode.
setAdjustViewDialogMode(int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the adjust view dialog mode.
setAdoptProjectSettings(boolean) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets a value that indicates whether this instance's date and time settings are updated with the settings stored in the project file when a project is loaded.
setAltitudeMode(AltitudeMode) - Method in class com.datagis.terraexplorer.Camera
Sets the altitude mode which defines, how to interpret the various Z parameters of the Camera object's methods.
setAltitudeMode(AltitudeMode) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the altitude mode used to calculate altitudes, that are displayed in the TerraExplorer user interface.
setAltitudeMode(int) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the altitude mode used to calculate altitudes, that are displayed in the TerraExplorer user interface.
setAltitudeMode(AltitudeMode) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the altitude mode which defines, how to interpret the various Z parameters of the Camera object's methods.
setAlwaysOnTop(boolean) - Method in class com.datagis.com4j.GenericNativeWindow
Changes the always-on-top window state of this native window.
setAlwaysOnTop(boolean) - Method in interface com.datagis.com4j.NativeWindow
Changes the always-on-top window state of this native window.
setAlwaysOnTop(boolean) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Changes the always-on-top window state of this native window.
setAmbientOcclusionEnabled(boolean) - Method in class com.datagis.terraexplorer.RenderingOptions
Enables or disables Screen Space Ambient Occlusion (SSAO) rendering.
setAngle(double) - Method in class com.datagis.tdx.tdxinput.AngleAxis
Sets the angle component of the rotation.
setAngle(double) - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Sets the angle component of the rotation.
setAutoCommit(boolean) - Method in class com.datagis.terraexplorer.data.Layer
Sets this layer's auto-commit mode to the given state.
setAutoCPUSavingMode(boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets a value, indicating whether the native TerraExplorer library will automatically enter and leave CPU saving mode.
setAutoCPUSavingMode(boolean) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets a value, indicating whether the native TerraExplorer library will automatically enter and leave CPU saving mode.
setBackColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the background color for this point feature.
setBackColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setBackColor(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the background color of this native window.
setBackColor(int) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setBackColor(int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the background color of the TerraExplorer 3D map window.
setBackground(Color) - Method in class com.datagis.com4j.GenericNativeWindow
Sets the background color of this native window.
setBackground(NativeSystemColor) - Method in class com.datagis.com4j.GenericNativeWindow
Sets the background color of this native window.
setBackground(Color) - Method in interface com.datagis.com4j.NativeWindow
Sets the background color of this native window.
setBackground(NativeSystemColor) - Method in interface com.datagis.com4j.NativeWindow
Sets the background color of this native window.
setBackground(Color) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets the background color of the TerraExplorer 3D map window.
setBackground(NativeSystemColor) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets the background color of the TerraExplorer 3D map window by means of a native system color.
setBackOpacity(double) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setBorderStyle(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the native window border style.
setBorderStyle(BorderStyle) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the border style used by the TerraExplorer 3D map window.
setBorderStyle(BorderStyle) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets the border style used by the TerraExplorer 3D map window.
setBounds(int, int, int, int) - Method in class com.datagis.com4j.GenericNativeWindow
Moves and resizes this native window.
setBounds(Rectangle) - Method in class com.datagis.com4j.GenericNativeWindow
Moves and resizes this native window to conform to the new bounding rectangle r.
setBounds(Point, Dimension) - Method in class com.datagis.com4j.GenericNativeWindow
Moves and resizes this native window.
setBounds(int, int, int, int) - Method in interface com.datagis.com4j.NativeWindow
Moves and resizes this native window.
setBounds(Rectangle) - Method in interface com.datagis.com4j.NativeWindow
Moves and resizes this native window to conform to the new bounding rectangle r.
setBounds(Point, Dimension) - Method in interface com.datagis.com4j.NativeWindow
Moves and resizes this native window.
setCaption(String) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the title for this native window to the specified string.
setCastShadowsVisible(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets whether cast shadows of buildings and 3D models are visible.
setCenterMarkActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the center mark in the head up display.
setCollapseSeparators(boolean) - Method in class com.datagis.terraexplorer.ContextMenu
Sets whether the native menu renderer shall collapse menu separators.
setCollapseSeparators(boolean) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Sets whether the native menu renderer shall collapse menu separators.
setCollapseSeparators(boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets whether the native menu renderer shall collapse menu separators.
setCollapsible(boolean) - Method in class com.datagis.terraexplorer.menu.Separator
Sets this separator's auto-collapsible behavior.
setColor(Color) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Sets the color to be used to draw the head up display layer's controls.
setColorSaturationValue(int) - Method in class com.datagis.terraexplorer.RenderingOptions
Sets the color saturation modifier value, that is currently in effect.
setCommand(TerraExplorerCommand) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Sets the command associated with this command menu item.
setCompassActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the compass in the head up display.
setContextMenuType(ContextMenuType) - Method in class com.datagis.terraexplorer.ContextMenu
Sets the type of the context menu used with the 3D map window.
setContextMenuType(ContextMenuType) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Sets the type of the context menu used with the 3D map window.
setContextMenuType(ContextMenuType) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets the type of the context menu enabled.
setDateTimePolicy(DateTimePolicy) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the date and time policy to be used by TerraExplorer.
setDefaultFieldOfView() - Method in class com.datagis.terraexplorer.Camera
Sets the camera's field of view angle back to its default value, which is 53° to produce the most natural view.
setDefaultTerrainDatabase(String) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the path or URL of the default terrain database.
setDefaultViewingDistance(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the default viewing distance in meters for this feature.
setDefaultViewingDistance(Double) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the default viewing distance in meters to be used for features created by this feature factory.
setDefaultViewingDistance(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setDescription(String) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setDisplayErrorMessages(boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets a value, indicating whether the native TerraExplorer library will show error message boxes.
setDisplayErrorMessages(boolean) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets a value, indication whether the native TerraExplorer library will show error message boxes.
setDisplayMode(int) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Sets the head up display mode to be used.
setDoubleSidedRenderingOf3DModels(boolean) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets whether the faces of 3D models are rendered from two sides.
setDropNativeAssemblyName(boolean) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Sets whether the assembly name should be dropped from the native logger name.
setDynamicClouds(DynamicClouds) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the active dynamic clouds animation preset.
setEffectiveTimeZone(TimeZone) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the effective time zone used by TerraExplorer, if the date and time policy is set to GLOBAL_TIME.
setElevationAccuracyLevel(ElevationAccuracyLevel) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's elevation accuracy level.
setElevationAccuracyLevel(ElevationAccuracyLevel) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's elevation accuracy level.
setElevationPyramidFormat(ElevationPyramidFormat) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the image format used to create elevation pyramids for locally added elevation layers.
setElevationPyramidFormat(int) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the image format used to create elevation pyramids for locally added elevation layers.
setEnabled(boolean) - Method in class com.datagis.com4j.GenericNativeWindow
Enables or disables this native window, depending on the value of the parameter enabled.
setEnabled(boolean) - Method in interface com.datagis.com4j.NativeWindow
Enables or disables this native window, depending on the value of the parameter enabled.
setEnabled(boolean) - Method in class com.datagis.terraexplorer.menu.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class com.datagis.terraexplorer.menu.MenuItem
Enables or disables this menu item.
setEnabled(boolean) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Enables or disables this native window, depending on the value of the parameter enabled.
setExtendedState(int) - Method in class com.datagis.com4j.GenericNativeWindow
Sets the state of this frame.
setExtendedState(int) - Method in interface com.datagis.com4j.NativeWindow
Sets the state of this frame.
setFeatureAlignment(PointFeatureAlignment) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setFeatureAlignment(PointFeatureAlignment) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setFeatureAlignment(PointFeatureAlignment) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setFieldOfView(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's field of view angle in degrees.
setFieldOfView(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's field of view angle in degrees.
setFirst(F) - Method in class com.datagis.terraexplorer.util.ImmutablePair
 
setFirst(F) - Method in class com.datagis.terraexplorer.util.MutablePair
 
setFirst(F) - Method in interface com.datagis.terraexplorer.util.Pair
Sets this pair's first value (optional operation).
setFogColor(Color) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the color of the fog, that covers the terrain.
setFogDistance(double) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the fog distance in meters, that is the distance, at which the fog starts.
setFogEffectIntensity(float) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the intensity of the fog cover effect to the specified value.
setFogEffectVisible(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Shows or hides the fog cover effect depending on the value of parameter visible.
setFontName(String) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setFontName(String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setFontName(String) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setFontSize(Integer) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setFontSize(Integer) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setFontSize(int) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setFontStyle(FontStyle) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setFontStyle(FontStyle) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setFontStyle(FontStyle) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setGenerateLevelsOfDetailFor3DModels(boolean) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets whether 3D models are automatically optimized by conversion to XPL2 format upon loading.
setGeographicCoordinateFormat(GeographicCoordinateFormat) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the format used to display geographic coordinates in the TerraExplorer user interface.
setGeographicCoordinateFormat(int) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the format used to display geographic coordinates in the TerraExplorer user interface.
setGlobalShadowColor(Color) - Method in class com.datagis.terraexplorer.RenderingOptions
Sets the Global Shadow Color.
setGlobalTime(Date) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the global time to be used by TerraExplorer, if its date and time policy is set to GLOBAL_TIME.
setGlobalTime(Date) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the currently used global date and time.
setGraphicControlActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the graphic control in the head up display.
setHeading(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's heading in degrees.
setHeading(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's heading in degrees.
setHeadUpDisplayMode(int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the head up display mode to be used.
setHeight(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the height of this native window.
setHeightStyle(FeatureHeightStyle) - Method in class com.datagis.terraexplorer.data.Feature
Sets the height style for this feature.
setHeightStyle(FeatureHeightStyle) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the height style to be used for features created by this feature factory.
setHeightStyle(FeatureHeightStyle) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the height style for this feature.
setHeightStyle(FeatureHeightStyle) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setHeightStyle(FeatureHeightStyle) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setHideActionText(boolean) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the hideActionText property, which determines whether this menu item displays text from the Action.
setImageFile(String) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setImageFile(URL) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setImageFile(File) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setImageFile(String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setImageFile(Object) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setImageFile(URL) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setImageFile(File) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setImageFile(String) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setImagePyramidFormat(ImagePyramidFormat) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the image format used to create image pyramids for locally added imagery layers.
setImagePyramidFormat(int) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the image format used to create image pyramids for locally added imagery layers.
setInteriorColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the interior color for this feature.
setInteriorColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the interior color to be used for features created by this feature factory.
setInteriorColor(int) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setInteriorOpacity(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setInvoker(Component) - Method in class com.datagis.terraexplorer.menu.PopupMenu
Sets the invoker of this popup menu -- the component in which the popup menu is to be displayed.
setJoystickEnabled(boolean) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets whether joystick navigation is enabled.
setJoystickEnabled(boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets a value indicating whether joystick navigation is enabled.
setJoystickNavigationSpeed(double) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets a value that represents the navigation speed when navigating with the joystick.
setKeyboardAndMouseNavigationSpeed(double) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets a value that represents the navigation speed when navigating with the keyboard or mouse.
setLabelText(String) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setLabelText(String) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setLabelText(String) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setLayer(Layer) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets this feature factory's Layer object.
setLeft(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the x coordinate of the native window's origin.
setLength(double) - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Sets the length of this vector.
setLength(double) - Method in class com.datagis.tdx.tdxinput.Vector3D
Sets the length of this vector.
setLevel(int) - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
setLinearUnit(LinearUnit) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the linear unit used to display distances and altitudes in the TerraExplorer user interface.
setLinearUnit(int) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the linear unit used to display distances and altitudes in the TerraExplorer user interface.
setLineBackColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Sets the line background color for this feature.
setLineBackColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Sets the line background color to be used for features created by this feature factory.
setLineBackColor(int) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLineBackOpacity(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLineColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the line to ground color for this feature.
setLineColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setLineColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Sets the line color for this feature.
setLineColor(Color) - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Sets the line color to be used for features created by this feature factory.
setLineColor(int) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setLineColor(int) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLineLength(Double) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setLineLength(Double) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setLineLength(double) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setLineOpacity(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLineStyle(LineStyle) - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Sets the line style for this feature.
setLineStyle(LineStyle) - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Sets the line style to be used for features created by this feature factory.
setLineStyle(int) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLineStylePattern(Integer) - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Sets the line style for this feature.
setLineStylePattern(Integer) - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Sets the line style to be used for features created by this feature factory.
setLineToGroundType(LineToGroundType) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setLineToGroundType(LineToGroundType) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setLineToGroundType(LineToGroundType) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setLineWidth(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveOutline
Sets the line width in meters for this feature.
setLineWidth(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveOutlineFactory
Sets the line width in meters to be used for features created by this feature factory.
setLineWidth(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveOutline
 
setLocalTime(Date) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the local time to be used by TerraExplorer, if its date and time policy is set to LOCAL_TIME.
setLocalTime(Date) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the fixed local date and time at the viewer's current position.
setLocation(int, int) - Method in class com.datagis.com4j.GenericNativeWindow
Moves this native window to a new location.
setLocation(Point) - Method in class com.datagis.com4j.GenericNativeWindow
Moves this native window to a new location.
setLocation(int, int) - Method in interface com.datagis.com4j.NativeWindow
Moves this native window to a new location.
setLocation(Point) - Method in interface com.datagis.com4j.NativeWindow
Moves this native window to a new location.
setLoggerBaseName(String) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Sets the base logger name to be used for logging.
setMaxVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the maximum visibility distance in meters for this feature.
setMaxVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the maximum visibility distance in meters to be used for features created by this feature factory.
setMaxVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the maximum visibility distance in meters for this feature.
setMaxVisibilityDistance(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setMenuItemCaption(int, String) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets the caption for the menu item with the specified id.
setMenuItemChecked(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Checks or unchecks the menu item with the specified id.
setMenuItemCommand(int, int, Object) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets both the command id and the parameter for the menu item with the specified id.
setMenuItemEnabled(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Enables or disables the menu item with the specified id.
setMenuItemVisible(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Shows or hides the menu item with the specified id.
setMenuThreadingMode(MenuThreadingMode) - Method in class com.datagis.terraexplorer.ContextMenu
Sets the context menu's threading mode.
setMenuThreadingMode(MenuThreadingMode) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Sets the context menu's threading mode.
setMenuThreadingMode(MenuThreadingMode) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets the context menu's threading mode.
setMessageBoxTitle(String) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the title string used for message boxes displayed by the native TerraExplorer library.
setMessageBoxTitle(String) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets the title string used for message boxes displayed by the native TerraExplorer library.
setMessageQueueSize(int) - Method in interface com.datagis.terraexplorer.ole.ILogger
Sets the current size of the native logger's message queue.
setMinimumAltitude(double) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets the minimum altitude in meters above ground level, the camera is allowed to approach the terrain.
setMinimumSize(Integer) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setMinimumSize(Integer) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setMinimumSize(int) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setMinVisibilityAltitude(Double) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setMinVisibilityAltitude(Double) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setMinVisibilityAltitude(double) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setMinVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the minimum visibility distance in meters for this feature.
setMinVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the minimum visibility distance in meters to be used for features created by this feature factory.
setMinVisibilityDistance(Double) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the minimum visibility distance in meters for this feature.
setMinVisibilityDistance(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setMode(int) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the current date and time slider mode.
setModel(ButtonModel) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Sets the model that this menu item represents.
setModel(CommandButtonModel) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Sets the model that this menu item represents.
setModel(ButtonModel) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the model that this menu item represents.
setModelCacheSize(int) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the size of the 3D model cache in megabytes.
setMoonDisplayed(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Deprecated.
As of TEJ2.0, this method has been superseded by AtmosphericEffects.setSunVisible(boolean).
setMouseInputMode(int, String, boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the specified mouse input mode.
setMouseNavigationMode(MouseNavigationMode) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets the mouse navigation mode.
setMouseWheelEnabled(boolean) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets whether mouse wheel navigation is enabled.
setMouseWheelEnabled(boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets a value indicating whether mouse wheel navigation is enabled.
setNamedSkyColor(NamedSkyColor) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the named sky color specified.
setNavigationControlActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the navigation control in the head up display.
setOption(String, Object) - Method in interface com.datagis.terraexplorer.util.ProjectManager
Sets a project option through this ProjectManager instance.
setOption(String, Object) - Method in class com.datagis.terraexplorer.util.ProjectManagerImpl
 
setOptionParameter(String, Object) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Returns the value of a named option parameter.
setPanBarsActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the pan pars in the head up display.
setPitch(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's pitch in degrees.
setPitch(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's pitch in degrees.
setPivotAlignment(PlanarAlignment) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setPivotAlignment(PlanarAlignment) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setPivotAlignment(PlanarAlignment) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setPopupMenu(PopupMenu) - Method in class com.datagis.terraexplorer.ContextMenu
Sets the PopupMenu of this context menu.
setPopupMenu(PopupMenu) - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
Sets the PopupMenu that represents the context menu.
setPosition(double, double, double, double, double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's position and orientation according to the provided arguments.
setPosition(CameraPosition) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's position and orientation by means of a specified CameraPosition object, that contains the camera's position and orientation controlling values.
setPosition(double, double, double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the geographic position of this feature.
setPosition(double, double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the geographic position of this feature by using the specified x- and y-coordinate.
setPosition(Point3D) - Method in class com.datagis.terraexplorer.data.Feature
Sets the geographic position of this feature.
setPosition(double, double, double, double, double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's position and orientation according to the provided arguments.
setPosition(double, double, double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setPositionPolicy(LayerPositionPolicy) - Static method in class com.datagis.terraexplorer.data.Layers
Sets the position policy to be used with the Layers instance.
setProjectParameter(String, Object) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the value of a named project parameter.
setQueueMessages(boolean) - Method in interface com.datagis.terraexplorer.ole.ILogger
Sets a value indication, whether messages will be queued if there is no log listener registered and posted at once when the first log listener registers.
setRainEffectIntensity(float) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the intensity of the falling rain effect to the specified value.
setRainEffectVisible(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Shows or hides the animated falling rain effect depending on the value of parameter visible.
setRealTimeDateMode(boolean) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets whether TerraExplorer is in Real-Time Date Mode.
setResizable(boolean) - Method in class com.datagis.com4j.GenericNativeWindow
Sets whether this native window is resizable by the user.
setResizable(boolean) - Method in interface com.datagis.com4j.NativeWindow
Sets whether this native window is resizable by the user.
setScaleBarActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the scale bar in the head up display.
setScaleFactor(Double) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the scale factor in meters per pixel for this point feature.
setScaleFactor(Double) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setScaleFactor(double) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setSecond(S) - Method in class com.datagis.terraexplorer.util.ImmutablePair
 
setSecond(S) - Method in class com.datagis.terraexplorer.util.MutablePair
 
setSecond(S) - Method in interface com.datagis.terraexplorer.util.Pair
Sets this pair's second value (optional operation).
setSelected(ButtonModel, boolean) - Method in class com.datagis.terraexplorer.menu.ButtonGroup
Sets the selected value for the ButtonModel.
setSelected(boolean) - Method in class com.datagis.terraexplorer.menu.CommandButtonModel
Throws an UnsupportedOperationException, since the selected-state cannot be set for a CommandMenuItem component.
setSelected(boolean) - Method in class com.datagis.terraexplorer.menu.CommandMenuItem
Throws an UnsupportedOperationException, since the selected-state cannot be set for a CommandMenuItem component.
setSelected(boolean) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the state of this menu item.
setSelectionShadowColor(Color) - Method in class com.datagis.terraexplorer.RenderingOptions
Sets the Selection Shadow Color.
setSeparatorCollapsible(int, boolean) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Sets collapsible behavior for the separator with the specified id.
setSGServicesURL(String) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the URL of the Skyline Globe Services.
setShadowOptimizationEnabled(boolean) - Method in class com.datagis.terraexplorer.RenderingOptions
Enables or disables the Shadow Optimization feature is enabled.
setSize(int, int) - Method in class com.datagis.com4j.GenericNativeWindow
Resizes this native window so that it has width width and height height.
setSize(Dimension) - Method in class com.datagis.com4j.GenericNativeWindow
Resizes this native window so that it has width d.width and height d.height.
setSize(int, int) - Method in interface com.datagis.com4j.NativeWindow
Resizes this native window so that it has width width and height height.
setSize(Dimension) - Method in interface com.datagis.com4j.NativeWindow
Resizes this native window so that it has width d.width and height d.height.
setSkyColor(Color) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the color of the sky.
setSkyTexture(SkyTexture) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the active sky texture.
setSliderTime(Calendar) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the time that is displayed on the TerraExplorer date and time slider control.
setSnowEffectIntensity(float) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the intensity of the falling snow effect to the specified value.
setSnowEffectVisible(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Shows or hides the animated falling snow effect depending on the value of parameter visible.
setSpeed(double) - Method in class com.datagis.terraexplorer.Camera
Sets the speed in meters per second at which the camera approaches objects in the 3D map.
setSpeed(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the speed in meters per second at which the camera approaches objects in the 3D map.
setState(int) - Method in class com.datagis.com4j.GenericNativeWindow
Sets the state of this native window (obsolete).
setState(int) - Method in interface com.datagis.com4j.NativeWindow
Sets the state of this native window (obsolete).
setState(boolean) - Method in class com.datagis.terraexplorer.menu.CheckBoxMenuItem
Sets the selected-state of the item.
setStatusBarActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the status bar in the head up display.
setSunDisplayed(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Deprecated.
As of TEJ2.0, this method has been superseded by AtmosphericEffects.setSunVisible(boolean).
setSunVisible(boolean) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Shows or hides the sun depending on the value of parameter visible.
setSunVisible(boolean) - Method in class com.datagis.terraexplorer.DateTimeSettings
Shows or hides the sun depending on the value of parameter visible.
setSunVisible(boolean) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Shows or hides the sun depending on the value of parameter visible.
setTerrainCacheSize(int) - Method in class com.datagis.terraexplorer.GeneralOptions
Sets the size of the terrain cache in megabytes.
setTerrainFadeEnabled(boolean) - Method in class com.datagis.terraexplorer.RenderingOptions
Enables or disables the Terrain Fade option.
setTerrainModelQuality(TerrainModelQuality) - Method in class com.datagis.terraexplorer.RenderingOptions
Sets the render quality or terrain model resolution used with the Polygonal Display Mode.
setTerrainModelQuality(int) - Method in class com.datagis.terraexplorer.RenderingOptions
Sets the render quality or terrain model resolution used with the Polygonal Display Mode.
setTerrainOpacity(double) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets the specified terrain opacity.
setTerrainOpacity(double) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets the specified terrain opacity.
setTerrainVisible(boolean) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Sets a value, indicating whether the terrain is visible.
setTerrainVisible(boolean) - Method in class com.datagis.terraexplorer.TerraExplorer
Sets a value, indicating whether the terrain is visible.
setText(String) - Method in class com.datagis.terraexplorer.menu.MenuItem
Sets the menu item's text.
setTextAlignment(PlanarAlignment) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setTextAlignment(PlanarAlignment) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setTextAlignment(PlanarAlignment) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setTextColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets the text color for this feature.
setTextColor(Color) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setTextColor(int) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setTextJustification(TextJustification) - Method in class com.datagis.terraexplorer.data.PointFeature
 
setTextJustification(TextJustification) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
 
setTextJustification(TextJustification) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setTextualDataActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Deprecated.
As of TEJ2.0, this method has been superseded by HeadUpDisplay.setStatusBarActive(boolean).
setTextureAngle(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the texture rotation angle in degrees for this feature.
setTextureAngle(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the texture rotation angle in degrees to be used for features created by this feature factory.
setTextureAngle(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setTextureFile(String) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the path or URL to the texture file for this feature.
setTextureFile(URL) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the URL to the texture file for this feature by means of an URL object.
setTextureFile(File) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the path or URL to the texture file for this feature by means of a File object.
setTextureFile(String) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the path or URL to the texture file to be used for features created by this feature factory.
setTextureFile(URL) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the URL to the texture file to be used for features created by this feature factory by means of an URL object.
setTextureFile(File) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the path or URL to the texture file to be used for features created by this feature factory by means of a File object.
setTextureFile(String) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setTextureScaleX(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the texture scaling value along the x-axis for this feature.
setTextureScaleX(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the texture scaling value along the x-axis to be used for features created by this feature factory.
setTextureScaleX(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setTextureScaleY(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the texture scaling value along the y-axis for this feature.
setTextureScaleY(Double) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the texture scaling value along the y-axis to be used for features created by this feature factory.
setTextureScaleY(double) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setTextureTilingMethod(TextureTilingMethod) - Method in class com.datagis.terraexplorer.data.PrimitiveFeature
Sets the texture tiling method for this feature.
setTextureTilingMethod(TextureTilingMethod) - Method in class com.datagis.terraexplorer.data.PrimitiveFeatureFactory
Sets the texture tiling method to be used for features created by this feature factory.
setTextureTilingMethod(TextureTilingMethod) - Method in interface com.datagis.terraexplorer.ole.IPrimitiveInterior
 
setTiltAffectsAltitude(boolean) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets whether the camera's pitch affects its altitude while the camera is moving forwards or backwards.
setTimeControlActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the time control in the head up display.
setTimeRange(int) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the duration in seconds of the time range used with the Date and Time Sliders.
setTimeRangeEnd(Date) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the end date and time of the time range used with the Date and Time Sliders.
setTimeRangeStart(Date) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the start date and time of the time range used with the Date and Time Sliders.
setTimeZone(TimeZone) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the time zone used by TerraExplorer, if its date and time policy is set to GLOBAL_TIME.
setTimeZoneKey(String) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the key of the currently used time zone, e.g., "Alaska Standard Time".
setTimeZoneMode(TimeZoneMode) - Method in class com.datagis.terraexplorer.DateTimeSettings
Sets the time zone mode.
setTimeZoneMode(TimeZoneMode) - Method in interface com.datagis.terraexplorer.ole.IDateTime
Sets the currently used time zone mode.
setTitle(String) - Method in class com.datagis.com4j.GenericNativeWindow
Sets the title for this native window to the specified string.
setTitle(String) - Method in interface com.datagis.com4j.NativeWindow
Sets the title for this native window to the specified string.
setToolTipText(String) - Method in class com.datagis.terraexplorer.data.Feature
Sets the tool tip text for this feature.
setToolTipText(String) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets the tool tip text to be used for features created by this feature factory.
setToolTipText(String) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setTop(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the y coordinate of the native window's origin.
setTrackable(Boolean) - Method in class com.datagis.terraexplorer.data.PointFeature
Sets whether this feature is trackable.
setTrackable(Boolean) - Method in class com.datagis.terraexplorer.data.PointFeatureFactory
Sets whether features created by this feature factory are initially trackable.
setTrackable(boolean) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
setUndecorated(boolean) - Method in class com.datagis.com4j.GenericNativeWindow
Disables or enables decorations for this native window.
setUndecorated(boolean) - Method in interface com.datagis.com4j.NativeWindow
Disables or enables decorations for this native window.
setUndergroundModeEnabled(boolean) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets whether Underground Navigation Mode is enabled.
setUndergroundSurfaceAltitude(double) - Method in class com.datagis.terraexplorer.NavigationOptions
Sets the altitude in meters above the coordinate system's ellipsoid of the surface displayed in Underground Mode.
setValue(int, Object) - Method in class com.datagis.terraexplorer.commands.Command
Sets the specified value for the command with the specified id.
setValue(TerraExplorerCommand, Object) - Method in class com.datagis.terraexplorer.commands.Command
Sets the specified value for the specified command.
setValue(Object) - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
setValue(Object) - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
setValue(Object) - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Sets the specified value for this command.
setVelocityUnit(VelocityUnit) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the velocity unit used to display velocities in the TerraExplorer user interface.
setVelocityUnit(int) - Method in class com.datagis.terraexplorer.DisplayOptions
Sets the velocity unit used to display velocities in the TerraExplorer user interface.
setVertices(double[], double[], double[]) - Method in class com.datagis.terraexplorer.data.PolygonFeature
Sets this polygon feature's vertices by three individual arrays, one for x, y and z coordinates.
setVertices(Point3D[]) - Method in class com.datagis.terraexplorer.data.PolygonFeature
Sets this polygon feature's vertices by an array of Point3D objects.
setVertices(double[], double[], double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeature
Sets this polyline feature's vertices by three individual arrays, one for x, y and z coordinates.
setVertices(Point3D[]) - Method in class com.datagis.terraexplorer.data.PolylineFeature
Sets this polyline feature's vertices by an array of Point3D objects.
setVertices(Object) - Method in interface com.datagis.terraexplorer.ole.IPolylineFeature
Sets the vertices of this polyline feature as a boxed Double array.
setVerticesXY(double[], double[]) - Method in class com.datagis.terraexplorer.data.PolygonFeature
Sets this polygon feature's vertices by two individual arrays, one for x and y.
setVerticesXY(double[]) - Method in class com.datagis.terraexplorer.data.PolygonFeature
Sets this polygon feature's vertices by means of a double array, containing x and y coordinates only.
setVerticesXY(double[], double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeature
Sets this polyline feature's vertices by two individual arrays, one for x and y.
setVerticesXY(double[]) - Method in class com.datagis.terraexplorer.data.PolylineFeature
Sets this polyline feature's vertices by means of a double array, containing x and y coordinates only.
setVerticesXY(Holder<double[]>) - Method in interface com.datagis.terraexplorer.ole.IPolylineFeature
Sets the vertices of this polyline feature as a single double array, that contains x and y coordinates only.
setViewMode(CameraViewMode) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's view mode.
setVisible(boolean) - Method in class com.datagis.com4j.GenericNativeWindow
Shows or hides this native window depending on the value of parameter visible.
setVisible(boolean) - Method in interface com.datagis.com4j.NativeWindow
Shows or hides this native window depending on the value of parameter visible.
setVisible(Boolean) - Method in class com.datagis.terraexplorer.data.Feature
Shows or hides this feature depending on the value of parameter visible.
setVisible(Boolean) - Method in class com.datagis.terraexplorer.data.FeatureFactory
Sets a value that indicates whether new features created by this feature factory are initially is visible.
setVisible(boolean) - Method in class com.datagis.terraexplorer.data.Layer
Shows or hides this layer depending on the value of parameter visible.
setVisible(boolean) - Method in class com.datagis.terraexplorer.Map3DWindow
Shows or hides the Map3DWindow window depending on the value of parameter visible.
setVisible(boolean) - Method in class com.datagis.terraexplorer.menu.Component
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.datagis.terraexplorer.menu.MenuItem
Shows or hides this menu item.
setVisible(boolean) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setVisible(boolean) - Method in interface com.datagis.terraexplorer.ole.ILayer
 
setVisible(boolean) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Shows or hides this native window depending on the value of parameter visible.
setVisualRange(double) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the visual range in meters, that is the distance to the horizon.
setWidth(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the width of this native window.
setWindDirection(double) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the wind direction in decimal degrees.
setWindowState(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the native window state.
setWindSpeed(double) - Method in class com.datagis.terraexplorer.AtmosphericEffects
Sets the wind speed in meters per second.
setX(double) - Method in class com.datagis.tdx.tdxinput.AngleAxis
Sets the X component of the rotation vector.
setX(double) - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Sets the X component of the rotation vector.
setX(double) - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Sets the X component of this vector.
setX(double) - Method in class com.datagis.tdx.tdxinput.Vector3D
Sets the X component of this vector.
setX(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's X coordinate in coordinate system units.
setX(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the x-coordinate of this feature.
setX(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's X coordinate in coordinate system units.
setX(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setY(double) - Method in class com.datagis.tdx.tdxinput.AngleAxis
Sets the Y component of the rotation vector.
setY(double) - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Sets the Y component of the rotation vector.
setY(double) - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Sets the Y component of this vector.
setY(double) - Method in class com.datagis.tdx.tdxinput.Vector3D
Sets the Y component of this vector.
setY(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's Y coordinate in coordinate system units.
setY(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the y-coordinate of this feature.
setY(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's Y coordinate in coordinate system units.
setY(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setZ(double) - Method in class com.datagis.tdx.tdxinput.AngleAxis
Sets the Z component of the rotation vector.
setZ(double) - Method in interface com.datagis.tdx.tdxinput.ole.IAngleAxis
Sets the Z component of the rotation vector.
setZ(double) - Method in interface com.datagis.tdx.tdxinput.ole.IVector3D
Sets the Z component of this vector.
setZ(double) - Method in class com.datagis.tdx.tdxinput.Vector3D
Sets the Z component of this vector.
setZ(double) - Method in class com.datagis.terraexplorer.Camera
Sets the camera's Z coordinate in meters.
setZ(Double) - Method in class com.datagis.terraexplorer.data.Feature
Sets the z-coordinate of this feature.
setZ(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Sets the camera's Z coordinate in meters.
setZ(double) - Method in interface com.datagis.terraexplorer.ole.IFeature
 
setZoomControlActive(boolean) - Method in class com.datagis.terraexplorer.HeadUpDisplay
Activates or deactivates the zoom control in the head up display.
setZOrder(int) - Method in interface com.datagis.terraexplorer.ole.INativeWindow
Sets the z-order for this native window.
showMenu(int, int, int, int, int) - Method in interface com.datagis.terraexplorer.ole.IContextMenu
Shows the popup menu specified by menuItemId.
showMessageBarText(String, MessageBarTextAlignment, int) - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Displays the specified text in TerraExplorer's Message Bar container.
showMessageBarText(String, MessageBarTextAlignment, int) - Method in class com.datagis.terraexplorer.TerraExplorer
Displays the specified text in TerraExplorer's Message Bar container with the specified alignment and timeout value in seconds.
showMessageBarText(String) - Method in class com.datagis.terraexplorer.TerraExplorer
Displays the specified text in TerraExplorer's Message Bar container.
shutdown(boolean, Thread) - Method in class com.datagis.terraexplorer.Application
 
shutdown(boolean, Runnable) - Method in class com.datagis.terraexplorer.Application
 
shutdown(boolean, ThreadFactory, Runnable) - Method in class com.datagis.terraexplorer.Application
 
shutdown(boolean) - Method in class com.datagis.terraexplorer.Application
 
shutdown() - Method in class com.datagis.terraexplorer.Application
 
size() - Method in class com.datagis.terraexplorer.data.Features
Returns the number of features present in this feature set.
size() - Method in class com.datagis.terraexplorer.data.Layers
Returns the number of layers present in the 3D map's layers stack.
size() - Method in class com.datagis.terraexplorer.data.LocalStorage
Returns the number of key-value mappings in this LocalStorage.
size() - Method in interface com.datagis.terraexplorer.ole.IFeatures
 
size() - Method in interface com.datagis.terraexplorer.ole.ILayers
 
SkyTexture - Enum in com.datagis.terraexplorer
Specifies a sky texture.
SnapshotImageCreator - Class in com.datagis.terraexplorer
The SnapshotImageCreator class provides methods for creating snapshot images of the 3D window.
SnapshotImageCreator(ITerraExplorer, ProjectManager, HeadUpDisplay) - Constructor for class com.datagis.terraexplorer.SnapshotImageCreator
Initializes a newly created SnapshotImageCreator instance with the specified reference to the native ITerraExplorer interface.
SnapshotImageFormat - Class in com.datagis.terraexplorer
Specifies the image file format for snapshot images.
startTimeMillis - Static variable in class com.datagis.terraexplorer.logging.LogAdapter
Saves the start time in milliseconds to enable a time mark in log output.
startTracking(TrackingMethod, boolean) - Method in class com.datagis.terraexplorer.data.PointFeature
Starts tracking this feature with the specified tracking method and user-stoppable option.
startTracking(TrackingMethod) - Method in class com.datagis.terraexplorer.data.PointFeature
Starts tracking this feature with the specified tracking method and the default user-stoppable option.
startTracking(boolean) - Method in class com.datagis.terraexplorer.data.PointFeature
Starts tracking this feature with the specified user-stoppable option and the default tracking method.
startTracking() - Method in class com.datagis.terraexplorer.data.PointFeature
Starts tracking this feature with the default tracking method and user-stoppable option.
startTracking(TrackingMethod, boolean) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
startTracking(Feature, TrackingMethod, boolean) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the specified feature with the specified tracking method and user-stoppable option.
startTracking(Feature) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the specified feature with the default tracking method and user-stoppable option.
startTracking(String, String, TrackingMethod, boolean) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the feature identified by the specified feature key and layer name with the specified tracking method and user-stoppable option.
startTracking(String, String) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the feature identified by the specified feature key and layer name with the default tracking method and user-stoppable option.
startTracking(String, TrackingMethod, boolean) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the feature identified by the specified feature key with the specified tracking method and user-stoppable option.
startTracking(String) - Method in class com.datagis.terraexplorer.TrackingController
Starts tracking the feature identified by the specified feature key with the default tracking method and user-stoppable option.
stopMovement() - Method in class com.datagis.terraexplorer.Camera
Immediately stops any movement of the camera.
stopMovement() - Method in interface com.datagis.terraexplorer.ole.ICamera
Stops any movement of the camera.
stopStracking() - Method in class com.datagis.terraexplorer.TrackingController
Unconditionally stops tracking the currently tracked feature.
stopTracking() - Method in class com.datagis.terraexplorer.data.PointFeature
Stops tracking this feature.
stopTracking() - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
stopTracking(Feature) - Method in class com.datagis.terraexplorer.TrackingController
Stops tracking the specified feature.
stopTracking(String, String) - Method in class com.datagis.terraexplorer.TrackingController
Stops tracking the feature identified by the specified feature key and layer name.
stopTracking(String) - Method in class com.datagis.terraexplorer.TrackingController
Stops tracking the feature identified by the specified feature key.
storage - Variable in class com.datagis.terraexplorer.data.LocalStorage
The storage's main backing store.
STREAM_OPCODE_CLEAR - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Opcode to clear/destroy the native menu.
STREAM_OPCODE_MASK - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Valid opcodes run from 0 up to 255 (bits 0 to 7).
STREAM_OPCODE_REGULAR - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Opcode to add a regular menu item (w/o commandId).
STREAM_OPCODE_REGULAR_CMD - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Opcode to add a regular (command) menu item.
STREAM_OPCODE_SEPARATOR - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Opcode to add a menu separator.
STREAM_OPCODE_SUBMENU - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Opcode to add a sub menu item (a menu item that holds another popup menu).
STREAM_OPTION_ABSOLUTE_PARENT - Static variable in class com.datagis.terraexplorer.menu.NativeElement
Stream option to designate an absolute parent id.
StringValueStrategy - Class in com.datagis.terraexplorer.commands
The StringValueStrategy class is an implementation of ValueStrategy for any String value, except null.
StringValueStrategy() - Constructor for class com.datagis.terraexplorer.commands.StringValueStrategy
 
supportedValues - Variable in class com.datagis.terraexplorer.commands.ValueSetStrategy
The set of supported value for this value strategy.
supportsExecute() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
supportsExecute() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
supportsExecute() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns a value indicating whether this command supports the execute operation.
supportsNullValue - Variable in class com.datagis.terraexplorer.commands.ValueRangeStrategy
Specifies whether null is a supported value.
supportsNullValue - Variable in class com.datagis.terraexplorer.commands.ValueSetStrategy
Specifies whether null is a supported value.
supportsToggle() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
supportsToggle() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
supportsToggle() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Returns a value indicating whether this command supports the toggle operation.

T

TerraExplorer - Class in com.datagis.terraexplorer
The TerraExplorer class represents the TerraExplorer singleton object.
TerraExplorer(ITerraExplorer) - Constructor for class com.datagis.terraexplorer.TerraExplorer
Constructs a new TerraExplorer object by using the COM object's proxy class specified.
TerraExplorerAdapter - Class in com.datagis.terraexplorer
An abstract adapter class for receiving TerraExplorer events.
TerraExplorerAdapter() - Constructor for class com.datagis.terraexplorer.TerraExplorerAdapter
 
TerraExplorerCommand - Interface in com.datagis.terraexplorer.commands
This interface denotes an enumeration, that represents a TerraExplorer Ribbon Command.
TerraExplorerDetect - Class in com.datagis.terraexplorer
The TerraExplorerDetect class represents the type library contained in Skyline's TEDetect.dll, which is a native COM class to detect the availability of TerraExplorer on the local machine.
TerraExplorerDetect() - Constructor for class com.datagis.terraexplorer.TerraExplorerDetect
Constructs a new TerraExplorerDetect object.
TerraExplorerListener - Interface in com.datagis.terraexplorer
The listener interface to receive TerraExplorer events.
TerrainModelQuality - Enum in com.datagis.terraexplorer
Specifies the render quality or terrain model resolution used with the Polygonal Display Mode used by TerraExplorer.
TEXT_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.MenuItem
Identifies a change in the menu item's text.
TextJustification - Enum in com.datagis.terraexplorer.data.styles
Specifies the justification of multi-line text.
TextureTilingMethod - Enum in com.datagis.terraexplorer.data.styles
Specifies the method used for texture tiling.
TimeZoneMapper - Class in com.datagis.terraexplorer.util
Provides a simple mapping between Java and TerraExplorer time zones.
TimeZoneMapper(String) - Constructor for class com.datagis.terraexplorer.util.TimeZoneMapper
Initializes a newly created TimeZoneMapper object with the native time zones from the specified XML-formatted time zone list.
TimeZoneMode - Enum in com.datagis.terraexplorer
Specifies the time zone mode used by TerraExplorer.
toArray() - Method in class com.datagis.terraexplorer.data.Features
Returns an array containing all of the elements in this set in no particular order.
toArray(T[]) - Method in class com.datagis.terraexplorer.data.Features
Returns an array containing all of the elements in this set in no particular order.
toArray() - Method in class com.datagis.terraexplorer.data.Layers
Returns an array containing all of the elements in this set in no particular order.
toArray(T[]) - Method in class com.datagis.terraexplorer.data.Layers
Returns an array containing all of the elements in this set in no particular order.
toBack() - Method in class com.datagis.com4j.GenericNativeWindow
If this native window is visible, sends this native window to the back and may cause it to lose focus or activation if it is the focused or active window.
toBack() - Method in interface com.datagis.com4j.NativeWindow
If this native window is visible, sends this native window to the back and may cause it to lose focus or activation if it is the focused or active window.
toFront() - Method in class com.datagis.com4j.GenericNativeWindow
If this native window is visible, brings this native window to the front and may make it the focused window.
toFront() - Method in interface com.datagis.com4j.NativeWindow
If this native window is visible, brings this native window to the front and may make it the focused window.
toggle() - Method in enum com.datagis.terraexplorer.commands.Commands.Effects
 
toggle() - Method in enum com.datagis.terraexplorer.commands.Commands.Navigation
 
toggle() - Method in interface com.datagis.terraexplorer.commands.TerraExplorerCommand
Toggles this command, that is, the command's active state gets inverted.
toolTipText - Variable in class com.datagis.terraexplorer.data.FeatureFactory
 
toString - Variable in class com.datagis.com4j.ComObject
The lazily cached toString value.
toString() - Method in class com.datagis.com4j.ComObject
Returns a string representation of this native COM object.
toString() - Method in class com.datagis.com4j.GenericNativeWindow.EventInvocationItem
Returns a string representation of this EventInvocationItem object.
toString() - Method in enum com.datagis.com4j.NativeSystemColor
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.com4j.NativeWindowEvent
Returns a String representation of this object.
toString() - Method in enum com.datagis.tdx.tdxinput.DeviceType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.AdjustViewDialogMode
Returns the name of this enum constant, as specified by the declaration.
toString() - Method in enum com.datagis.terraexplorer.AltitudeMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.BorderStyle
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.CameraPosition
Returns a string representation of this CameraPosition object.
toString() - Method in enum com.datagis.terraexplorer.CameraViewMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.ContextMenuType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.data.Feature
 
toString() - Method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.FeatureType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.data.Layer
Returns a string representation of this Layer object; that is this layer's name.
toString() - Method in enum com.datagis.terraexplorer.data.LayerPositionPolicy
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.data.Layers
Returns a string representation of this set.
toString() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
toString() - Method in class com.datagis.terraexplorer.data.Point3D
Returns a string representation of this Point3D instance.
toString() - Method in enum com.datagis.terraexplorer.data.styles.FontStyle
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.LineToGroundType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.ObjectActivationMethod
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.PlanarAlignment
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.PointFeatureAlignment
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.TextJustification
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.data.styles.TextureTilingMethod
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.DateTimePolicy
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.DynamicClouds
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.ElevationAccuracyLevel
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the name of this enum constant, as specified by the declaration.
toString() - Method in enum com.datagis.terraexplorer.GeographicCoordinateFormat
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the name of this enum constant, as specified by the declaration.
toString() - Method in enum com.datagis.terraexplorer.LinearUnit
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.logging.LogLevel
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.menu.MenuThreadingMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.MessageBarTextAlignment
Returns the name of this enum constant, as specified by the declaration.
toString() - Method in enum com.datagis.terraexplorer.MouseInputMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.MouseNavigationMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.NamedSkyColor
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.NamedZoomLevel
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.SkyTexture
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.SnapshotImageFormat
Returns the name of this format.
toString() - Method in enum com.datagis.terraexplorer.TerrainModelQuality
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.TimeZoneMode
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.tracking.TrackingEvent
Returns a string representation of this TrackingEvent object.
toString() - Method in enum com.datagis.terraexplorer.tracking.TrackingEventType
Returns the name of this enum constant, as specified by the declaration.
toString() - Method in enum com.datagis.terraexplorer.tracking.TrackingMethod
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.util.AbstractPair
Returns a string representation of this pair.
toString() - Method in interface com.datagis.terraexplorer.util.Pair
Returns a string representation of this pair.
toString() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
toString() - Method in enum com.datagis.terraexplorer.VelocityUnit
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in enum com.datagis.terraexplorer.version.EngineType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.version.GenericVersion
Returns a string representation of this version.
toString() - Method in enum com.datagis.terraexplorer.version.NativeLibraryType
Returns the name of this enum constant, as contained in the declaration.
toString() - Method in class com.datagis.terraexplorer.version.NativeVersion
Returns a string representation of this version.
toString() - Method in interface com.datagis.terraexplorer.version.Version
Returns a string representation of this version.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a trace message is to be logged.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when a trace message is to be logged.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when a trace message is to be logged.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when a trace message is to be logged.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when a trace message is to be logged.
trace(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when a trace message is to be logged.
trace(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the TRACE level.
trace(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when a trace message is to be logged.
TrackingAdapter - Class in com.datagis.terraexplorer.tracking
An abstract adapter class for receiving tracking events.
TrackingAdapter() - Constructor for class com.datagis.terraexplorer.tracking.TrackingAdapter
 
TrackingController - Class in com.datagis.terraexplorer
The TrackingController class provides methods for controlling feature tracking.
TrackingController(ITerraExplorer, Layers) - Constructor for class com.datagis.terraexplorer.TrackingController
Initializes a newly created TrackingController instance with the specified reference to the native ITerraExplorer interface.
TrackingEvent - Class in com.datagis.terraexplorer.tracking
An event that indicates that a TerraExplorer's feature tracking state has changed its status.
TrackingEvent(Object, TrackingEventType, Feature, TrackingMethod, TrackingMethod, Boolean, Boolean) - Constructor for class com.datagis.terraexplorer.tracking.TrackingEvent
Constructs a TrackingEvent object with the specified arguments.
TrackingEventType - Enum in com.datagis.terraexplorer.tracking
Specifies the types of events that are fired when TerraExplorer's tracking state changes.
TrackingListener - Interface in com.datagis.terraexplorer.tracking
The listener interface for receiving tracking events.
TrackingMethod - Enum in com.datagis.terraexplorer.tracking
Specifies how the camera will follow the currently tracked object.
trackingMethodChanged(TrackingEvent) - Method in class com.datagis.terraexplorer.tracking.TrackingAdapter
Invoked when the tracking method was changed, while still tracking the same feature.
trackingMethodChanged(TrackingEvent) - Method in interface com.datagis.terraexplorer.tracking.TrackingListener
Invoked when the tracking method was changed, while still tracking the same feature.
trackingStarted(TrackingEvent) - Method in class com.datagis.terraexplorer.tracking.TrackingAdapter
Invoked when tracking of a feature has been started.
trackingStarted(TrackingEvent) - Method in interface com.datagis.terraexplorer.tracking.TrackingListener
Invoked when tracking of a feature has been started.
trackingStateChanged(TrackingEventType, String, String, TrackingMethod, TrackingMethod, boolean, boolean) - Method in interface com.datagis.terraexplorer.ole.events.ITerraExplorerEvents
Invoked when the feature tracking state in TerraExplorer has changed.
trackingStateChanged(TrackingEventType, String, String, TrackingMethod, TrackingMethod, boolean, boolean) - Method in class com.datagis.terraexplorer.TerraExplorerAdapter
Invoked when the feature tracking state in TerraExplorer has changed.
trackingStopped(TrackingEvent) - Method in class com.datagis.terraexplorer.tracking.TrackingAdapter
Invoked when tracking of a feature has been stopped.
trackingStopped(TrackingEvent) - Method in interface com.datagis.terraexplorer.tracking.TrackingListener
Invoked when tracking of a feature has been stopped.
TransactionalValue<E> - Class in com.datagis.terraexplorer.util
The TransactionalValue class represents an arbitrary value, for which it provides transaction support.
TransactionalValue(E) - Constructor for class com.datagis.terraexplorer.util.TransactionalValue
Initializes a newly created TransactionalValue object with the specified value.
TransactionalValue(E, boolean) - Constructor for class com.datagis.terraexplorer.util.TransactionalValue
Initializes a newly created TransactionalValue object with the specified value.
translateConstant(Class<?>, AltitudeMode) - Static method in enum com.datagis.terraexplorer.AltitudeMode
Translates the specified enum constant for the specified class.
translateConstant(Class<?>, FeatureHeightStyle) - Static method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Translates the specified enum constant for the specified class.
translateConstant(Feature, FeatureHeightStyle) - Static method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Translates the specified enum constant for the specified Feature object.
translateOrdinal(Class<?>, int) - Static method in enum com.datagis.terraexplorer.AltitudeMode
Translates the specified enum ordinal for the specified class.

U

undo() - Method in class com.datagis.terraexplorer.util.TransactionalValue
 
unloadTerrain() - Method in interface com.datagis.terraexplorer.ole.ITerraExplorer
Unloads the currently loaded terrain and all vector objects.
unloadTerrain() - Method in class com.datagis.terraexplorer.TerraExplorer
Unloads the currently loaded terrain and all vector objects.
unqueueEvents() - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Posts all queued log events to all log listeners, that are registered in the enclosing type.
unregisterFeatureFactory(FeatureFactory) - Method in class com.datagis.terraexplorer.data.Layer
 
unusedKeys - Variable in class com.datagis.terraexplorer.data.LocalStorage
A set of property keys, that should not be put into the keys and values arrays and so, should not be transferred by an bulk-update call.
update(int[], Object[]) - Method in class com.datagis.terraexplorer.data.Feature
Updates all this feature's properties, that have uncommitted changes.
update(Holder<int[]>, Holder<Object[]>) - Method in class com.datagis.terraexplorer.data.Feature
Updates all this feature's properties, that have uncommitted changes.
update(Holder<int[]>, Holder<Object[]>) - Method in class com.datagis.terraexplorer.data.PointFeature
 
update(Holder<int[]>, Holder<Object[]>) - Method in class com.datagis.terraexplorer.data.PolygonFeature
 
update(Holder<int[]>, Holder<Object[]>) - Method in class com.datagis.terraexplorer.data.PolylineFeature
 
update(Holder<int[]>, Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IPointFeature
 
update(Holder<int[]>, Holder<Object[]>) - Method in interface com.datagis.terraexplorer.ole.IPolylineFeature
 
updatePeer(String, Object, Object) - Method in class com.datagis.terraexplorer.menu.NativeComponent
Updates the specified property of the corresponding native component, if the peer is currently available.
updatePeer(String, boolean, boolean) - Method in class com.datagis.terraexplorer.menu.NativeComponent
Updates the specified property of the corresponding native component, if the peer is currently available.
updateProperty(String, Object, Object) - Method in interface com.datagis.terraexplorer.menu.PeerComponent
Updates the specified property for the component with the specified id.
updateProperty(String, boolean, boolean) - Method in interface com.datagis.terraexplorer.menu.PeerComponent
Updates the specified property for the component with the specified id.

V

valueOf(String) - Static method in enum com.datagis.com4j.NativeSystemColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datagis.tdx.tdxinput.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.tdx.tdxinput.DeviceType
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.AdjustViewDialogMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.AdjustViewDialogMode
Returns the enum constant for the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.AltitudeMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.AltitudeMode
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.BorderStyle
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.BorderStyle
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.CameraViewMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.CameraViewMode
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.commands.Commands.Effects
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datagis.terraexplorer.commands.Commands.Navigation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datagis.terraexplorer.ContextMenuType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.ContextMenuType
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.FeatureType
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.LayerPositionPolicy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.LayerPositionPolicy
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.PropertyKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.FontStyle
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns the enum constant for the specified ordinal.
valueOf(int, boolean) - Static method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns a line style constant for the specified ordinal or bits pattern.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.LineToGroundType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.LineToGroundType
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.ObjectActivationMethod
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.ObjectActivationMethod
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.PlanarAlignment
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.PlanarAlignment
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.PointFeatureAlignment
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.PointFeatureAlignment
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.TextJustification
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.TextJustification
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.data.styles.TextureTilingMethod
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.data.styles.TextureTilingMethod
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.DateTimePolicy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.DateTimePolicy
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.DynamicClouds
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.DynamicClouds
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.ElevationAccuracyLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.ElevationAccuracyLevel
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the enum constant for the specified ordinal.
valueOf(int, boolean) - Static method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns the enum constant for the specified ordinal or COM enum value.
valueOf(String) - Static method in enum com.datagis.terraexplorer.GeographicCoordinateFormat
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.GeographicCoordinateFormat
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the enum constant for the specified ordinal.
valueOf(int, boolean) - Static method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns the enum constant for the specified ordinal or COM enum value.
valueOf(String) - Static method in enum com.datagis.terraexplorer.LinearUnit
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.LinearUnit
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.logging.LogLevel
Returns the enum constant for the specified log level value.
valueOf(int, int) - Static method in class com.datagis.terraexplorer.menu.KeyPopupTrigger
Returns a KeyPopupTrigger instance representing the specified event id and key code constant.
valueOf(String) - Static method in enum com.datagis.terraexplorer.menu.MenuThreadingMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.menu.MenuThreadingMode
Returns the enum constant with the specified ordinal.
valueOf(int, int) - Static method in class com.datagis.terraexplorer.menu.MousePopupTrigger
Returns a MousePopupTrigger instance representing the specified event id and mouse button constant.
valueOf(String) - Static method in enum com.datagis.terraexplorer.MessageBarTextAlignment
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.MessageBarTextAlignment
Returns the enum constant for the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.MouseInputMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.MouseInputMode
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.MouseNavigationMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.MouseNavigationMode
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.NamedSkyColor
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.NamedSkyColor
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.NamedZoomLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.NamedZoomLevel
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.SkyTexture
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.SkyTexture
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.TerrainModelQuality
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.TerrainModelQuality
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.TimeZoneMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.TimeZoneMode
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.tracking.TrackingEventType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.tracking.TrackingEventType
Returns the enum constant for the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.tracking.TrackingMethod
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.tracking.TrackingMethod
Returns the enum constant with the specified ordinal.
valueOf(F, S) - Static method in class com.datagis.terraexplorer.util.ImmutablePair
Returns an ImmutablePair instance representing the specified values first and second.
valueOf(F, S) - Static method in class com.datagis.terraexplorer.util.MutablePair
Returns an MutablePair instance representing the specified values first and second.
valueOf(String) - Static method in enum com.datagis.terraexplorer.VelocityUnit
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.VelocityUnit
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in enum com.datagis.terraexplorer.version.EngineType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.version.EngineType
Returns the enum constant with the specified ordinal.
valueOf(String) - Static method in class com.datagis.terraexplorer.version.GenericVersion
Returns a GenericVersion object holding the version value of the specified String argument.
valueOf(String) - Static method in enum com.datagis.terraexplorer.version.NativeLibraryType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.datagis.terraexplorer.version.NativeLibraryType
Returns the enum constant with the specified ordinal.
valuePreflight(Object) - Method in class com.datagis.terraexplorer.commands.DoubleValueStrategy
Checks the specified value against this value strategie's constraints and restrictions.
valuePreflight(Object) - Method in class com.datagis.terraexplorer.commands.StringValueStrategy
Checks the specified value against this value strategie's constraints and restrictions.
valuePreflight(Object) - Method in class com.datagis.terraexplorer.commands.ValueRangeStrategy
 
valuePreflight(Object) - Method in class com.datagis.terraexplorer.commands.ValueSetStrategy
 
valuePreflight(Object) - Method in interface com.datagis.terraexplorer.commands.ValueStrategy
Checks the specified value against this value strategie's constraints and restrictions.
ValueRangeStrategy<T extends Comparable<T>> - Class in com.datagis.terraexplorer.commands
The ValueRangeStrategy provides an implementation of a value strategy, for which the set of supported values is specified by an interval or range.
ValueRangeStrategy(T, T) - Constructor for class com.datagis.terraexplorer.commands.ValueRangeStrategy
Initializes a newly created value range strategy with the specified values for minimum and maximum, that does not consider null as a supported value.
ValueRangeStrategy(T, T, boolean) - Constructor for class com.datagis.terraexplorer.commands.ValueRangeStrategy
Initializes a newly created value range strategy with the specified values for minimum and maximum, that does not consider null as a supported value.
values() - Static method in enum com.datagis.com4j.NativeSystemColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.tdx.tdxinput.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.AdjustViewDialogMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.AltitudeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.BorderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.CameraViewMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.commands.Commands.Effects
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.commands.Commands.Navigation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.ContextMenuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.FeatureHeightStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.LayerPositionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.datagis.terraexplorer.data.LocalStorage
Contains the property values that need to be updated on a feature.
values() - Method in class com.datagis.terraexplorer.data.LocalStorage
 
values() - Static method in enum com.datagis.terraexplorer.data.PropertyKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.LineToGroundType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.ObjectActivationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.PlanarAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.PointFeatureAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.TextJustification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.data.styles.TextureTilingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.DateTimePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.DynamicClouds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.ElevationAccuracyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.ElevationPyramidFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.GeographicCoordinateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.ImagePyramidFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.LinearUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.menu.MenuThreadingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.MessageBarTextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.MouseInputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.MouseNavigationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.NamedSkyColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.NamedZoomLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.SkyTexture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.TerrainModelQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.TimeZoneMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.tracking.TrackingEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.tracking.TrackingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.datagis.terraexplorer.util.IndexedHashMap
Returns a collection view of the values contained in this map.
values() - Static method in enum com.datagis.terraexplorer.VelocityUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.version.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datagis.terraexplorer.version.NativeLibraryType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSetStrategy<T> - Class in com.datagis.terraexplorer.commands
The ValueSetStrategy provides an implementation of a value strategy, for which the set of supported values must explicitly be specified.
ValueSetStrategy(Set<T>) - Constructor for class com.datagis.terraexplorer.commands.ValueSetStrategy
Initializes a newly created value set strategy with the specified set of supported values, that does not consider null as a supported value.
ValueSetStrategy(Set<T>, boolean) - Constructor for class com.datagis.terraexplorer.commands.ValueSetStrategy
Initializes a newly created value set strategy with the specified set of supported values.
ValueSetStrategy(T...) - Constructor for class com.datagis.terraexplorer.commands.ValueSetStrategy
Initializes a newly created value set strategy, using a set of supported values created from the specified values.
ValueStrategy<T> - Interface in com.datagis.terraexplorer.commands
The ValueStrategy interface defines the methods required to implement strategies for a Ribbon Command's value.
Vector3D - Class in com.datagis.tdx.tdxinput
The Vector3D class provides a representation for direction in 3D space.
Vector3D(IVector3D) - Constructor for class com.datagis.tdx.tdxinput.Vector3D
Constructs a new Vector3D object by using the COM object's proxy class specified.
VelocityUnit - Enum in com.datagis.terraexplorer
Specifies the velocity units used to display velocities in the native TerraExplorer user interface.
Version - Interface in com.datagis.terraexplorer.version
The Version interface represents an abstract version value.
visible - Variable in class com.datagis.terraexplorer.menu.Component
True when the object is visible.
VISIBLE_CHANGED_PROPERTY - Static variable in class com.datagis.terraexplorer.menu.Component
Identifies a change in the component's visibility.
VK_BEGIN - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_CAPS_LOCK - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_CONTEXT_MENU - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_DOWN - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_END - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F1 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F10 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F11 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F12 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F13 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F14 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F15 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F16 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F17 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F18 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F19 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F2 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F20 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F21 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F22 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F23 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F24 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F3 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F4 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F5 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F6 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F7 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F8 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_F9 - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_HELP - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_HOME - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_INSERT - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_KP_DOWN - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_KP_LEFT - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_KP_RIGHT - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_KP_UP - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_LEFT - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_NUM_LOCK - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_PAGE_DOWN - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_PAGE_UP - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_PAUSE - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_PRINTSCREEN - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_RIGHT - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_SCROLL_LOCK - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_UP - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 
VK_WINDOWS - Static variable in class com.datagis.terraexplorer.menu.KeyPopupTrigger
 

W

warn(String, Object) - Method in class com.datagis.terraexplorer.logging.ConfigurableLogAdapter
Invoked when a warning message is to be logged.
warn(String, Object) - Method in class com.datagis.terraexplorer.logging.ConsoleLogAdapter
Invoked when a warning message is to be logged.
warn(String, Object) - Method in class com.datagis.terraexplorer.logging.DebugLogAdapter
Invoked when a warning message is to be logged.
warn(String, Object) - Method in class com.datagis.terraexplorer.logging.JavaLogAdapter
Invoked when a warning message is to be logged.
warn(String, Object) - Method in class com.datagis.terraexplorer.logging.Log4JLogAdapter
Invoked when a warning message is to be logged.
warn(String, Object) - Method in interface com.datagis.terraexplorer.logging.LogAdapterFacade
Invoked when a warning message is to be logged.
warn(Object) - Method in class com.datagis.terraexplorer.logging.Logger.NativeLogger
Logs the specified message with the WARN level.
warn(String, Object) - Method in class com.datagis.terraexplorer.logging.Logger.QueuingLogAdapter
Invoked when a warning message is to be logged.
WINDOW_ACTIVATED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window-activated event type.
WINDOW_CLOSED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class com.datagis.com4j.NativeWindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window-deactivated event type.
WINDOW_DEICONIFIED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window deiconified event type.
WINDOW_FIRST - Static variable in class com.datagis.com4j.NativeWindowEvent
The first number in the range of ids used for window events.
WINDOW_GAINED_FOCUS - Static variable in class com.datagis.com4j.NativeWindowEvent
The window-gained-focus event type.
WINDOW_HIDDEN - Static variable in class com.datagis.com4j.NativeWindowEvent
This event indicates that the window was made invisible.
WINDOW_ICONIFIED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window iconified event.
WINDOW_LAST - Static variable in class com.datagis.com4j.NativeWindowEvent
The last number in the range of ids used for window events.
WINDOW_LOST_FOCUS - Static variable in class com.datagis.com4j.NativeWindowEvent
The window-lost-focus event type.
WINDOW_MOVED - Static variable in class com.datagis.com4j.NativeWindowEvent
This event indicates that the window's position changed.
WINDOW_OPENED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window opened event.
WINDOW_RESIZED - Static variable in class com.datagis.com4j.NativeWindowEvent
This event indicates that the window's size changed.
WINDOW_SHOWN - Static variable in class com.datagis.com4j.NativeWindowEvent
This event indicates that the window was made visible.
WINDOW_STATE_CHANGED - Static variable in class com.datagis.com4j.NativeWindowEvent
The window-state-changed event type.
windowActivated(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window is set to be the active window.
windowActivated(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window is set to be the active window.
windowActivated() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window is set to be the active window.
windowActivated(int) - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window is set to be the active window.
windowClosed(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when a native window has been closed as the result of calling dispose on the window.
windowClosed(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when a native window has been closed as the result of calling dispose on the window.
windowClosed() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when a native window has been closed as the result of calling dispose on the window.
windowClosed() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when a native window has been closed as the result of calling dispose on the window.
windowClosing(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the user attempts to close the native window from the window's system menu.
windowClosing(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the user attempts to close the native window from the window's system menu.
windowClosing() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the user attempts to close the native window from the window's system menu.
windowClosing() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the user attempts to close the native window from the window's system menu.
windowDeactivated(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when a native window is no longer the active window.
windowDeactivated(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when a native window is no longer the active window.
windowDeactivated() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when a native window is no longer the active window.
windowDeactivated(int) - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when a native window is no longer the active window.
windowDeiconified(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when a native window is changed from a minimized to a normal state.
windowDeiconified(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when a native window is changed from a minimized to a normal state.
windowDeiconified() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when a native window is changed from a minimized to a normal state.
windowDeiconified() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when a native window is changed from a minimized to a normal state.
windowGainedFocus(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window is set to be the focused window, which means that the window, or one of its subcomponents, will receive keyboard events.
windowGainedFocus(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window is set to be the focused window, which means that the window, or one of its subcomponents, will receive keyboard events.
windowGainedFocus() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window is set to be the focused window, which means that the window, or one of its subcomponents, will receive keyboard events.
windowGainedFocus(int) - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window is set to be the focused window, which means that the window, or one of its subcomponents, will receive keyboard events.
windowHidden(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window has been made invisible.
windowHidden(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window has been made invisible.
windowHidden() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window has been made invisible.
windowHidden() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window has been made invisible.
windowIconified(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when a native window is changed from a normal to a minimized state.
windowIconified(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when a native window is changed from a normal to a minimized state.
windowIconified() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when a native window is changed from a normal to a minimized state.
windowIconified() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when a native window is changed from a normal to a minimized state.
windowLostFocus(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window is no longer the focused window, which means that keyboard events will no longer be delivered to the window or any of its subcomponents.
windowLostFocus(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window is no longer the focused window, which means that keyboard events will no longer be delivered to the window or any of its subcomponents.
windowLostFocus() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window is no longer the focused window, which means that keyboard events will no longer be delivered to the window or any of its subcomponents.
windowLostFocus(int) - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window is no longer the focused window, which means that keyboard events will no longer be delivered to the window or any of its subcomponents.
windowMoved(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window's position changes.
windowMoved(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window's position changes.
windowMoved() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window's position changes.
windowMoved() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window's position changes.
windowOpened(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked the first time a native window is made visible.
windowOpened(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked the first time a native window is made visible.
windowOpened() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked the first time a native window is made visible.
windowOpened() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked the first time a native window is made visible.
windowResized(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window's size changes.
windowResized(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window's size changes.
windowResized() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window's size changes.
windowResized() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window's size changes.
windowShown(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the native window has been made visible.
windowShown(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the native window has been made visible.
windowShown() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the native window has been made visible.
windowShown() - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the native window has been made visible.
windowStateChanged(NativeWindowEvent) - Method in class com.datagis.com4j.NativeWindowAdapter
Invoked when the state of the native window has changed.
windowStateChanged(NativeWindowEvent) - Method in interface com.datagis.com4j.NativeWindowListener
Invoked when the state of the native window has changed.
windowStateChanged() - Method in interface com.datagis.terraexplorer.ole.events.IFooWindowEvents
Deprecated.
Invoked when the state of the native window has changed.
windowStateChanged(int, int) - Method in interface com.datagis.terraexplorer.ole.events.IMap3DWindowEvents
Invoked when the state of the native window has changed.

X

x - Variable in class com.datagis.terraexplorer.CameraPosition
The camera's X position in coordinate system units.
x - Variable in class com.datagis.terraexplorer.data.Point3D
The X coordinate of this Point3D in coordinate system units.

Y

y - Variable in class com.datagis.terraexplorer.CameraPosition
The camera's Y position in coordinate system units.
y - Variable in class com.datagis.terraexplorer.data.Point3D
The Y coordinate of this Point3D in coordinate system units.

Z

z - Variable in class com.datagis.terraexplorer.CameraPosition
The camera's Z position or altitude in meters.
z - Variable in class com.datagis.terraexplorer.data.Point3D
The Z coordinate, elevation or altitude of this Point3D in meters.
zoomIn(double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera forward, closer to the point of interest.
zoomIn() - Method in class com.datagis.terraexplorer.Camera
Moves the camera forward, closer to the point of interest.
zoomIn(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Moves the camera forward, closer to the point of interest.
zoomOut(double) - Method in class com.datagis.terraexplorer.Camera
Moves the camera backward, farther from the point of interest.
zoomOut() - Method in class com.datagis.terraexplorer.Camera
Moves the camera backward, farther from the point of interest.
zoomOut(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Moves the camera backward, farther from the point of interest.
zoomTo(double) - Method in class com.datagis.terraexplorer.Camera
Controls the distance in meters between the ground at the view's center point and the camera.
zoomTo(NamedZoomLevel) - Method in class com.datagis.terraexplorer.Camera
Controls the distance between the ground at the view's center point and the camera by means of named zoom levels.
zoomTo(double) - Method in interface com.datagis.terraexplorer.ole.ICamera
Controls the distance between the ground at the view's center point and the camera.

_

_equals(Object) - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Compares this version to the specified object.
_hashCode() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns a hash code for this version.
_toString() - Method in interface com.datagis.terraexplorer.ole.INativeVersion
Returns a string representation of this version.
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 _ 
TerraExplorer JavaTM
Library Ed. 2.0

Copyright © 2009 - 2016 DataGis. All Rights Reserved.