- 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
CommandMenuItem
s.
- 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
-
- 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 ActionListener
s 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 ChangeListener
s 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
ComEventListener
s 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 ContextMenuListener
s 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 ItemListener
s 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 Component
s 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 PopupTrigger
s added to this
context menu with method addPopupTrigger
.
- getPopupTriggers() - Method in class com.datagis.terraexplorer.menu.ContextMenuHost
-
Returns an array of all the PopupTrigger
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
Action
s.
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-