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

O

ObjectClickCallback - Interface in com.oziexplorer
Interface for intercepting OziAPI object clicks.
objectClickCallback(ObjectClickType, LatLon, UTMGridRef, String) - Method in interface com.oziexplorer.ObjectClickCallback
This method will be called back when a map object is clicked on in OziExplorer.
objectClickOff() - Static method in class com.oziexplorer.OziAPI
Disable map object clicks.
objectClickOn(ObjectClickCallback) - Static method in class com.oziexplorer.OziAPI
Enable map object clicks.
ObjectClickType - Enum in com.oziexplorer
Enumeration of the different types of object click events.
oedometer1Down() - Static method in class com.oziexplorer.OziAPI
Set oedometer 1 to decrement.
oedometer1Off() - Static method in class com.oziexplorer.OziAPI
Disable oedometer 1.
oedometer1On(OedometerCallback) - Static method in class com.oziexplorer.OziAPI
Enable oedometer 1.
oedometer1Reset() - Static method in class com.oziexplorer.OziAPI
Reset oedometer 1 to zero.
oedometer1Set(double) - Static method in class com.oziexplorer.OziAPI
Set oedometer 1 to a specific distance, in metres.
oedometer1Up() - Static method in class com.oziexplorer.OziAPI
Set oedometer 1 to increment.
oedometer2Down() - Static method in class com.oziexplorer.OziAPI
Set oedometer 2 to decrement.
oedometer2Off() - Static method in class com.oziexplorer.OziAPI
Disable oedometer 2.
oedometer2On(OedometerCallback) - Static method in class com.oziexplorer.OziAPI
Enable oedometer 2.
oedometer2Reset() - Static method in class com.oziexplorer.OziAPI
Reset oedometer 2 to zero.
oedometer2Set(double) - Static method in class com.oziexplorer.OziAPI
Set oedometer 2 to a specific distance, in metres.
oedometer2Up() - Static method in class com.oziexplorer.OziAPI
Set oedometer 2 to increment.
OedometerCallback - Interface in com.oziexplorer
Interface for intercepting OziAPI oedometer callbacks.
oedometerCallback(double) - Method in interface com.oziexplorer.OedometerCallback
This method will be called back when an oedometer is enabled.
OziAPI - Class in com.oziexplorer
This class provides as far as possible a one-to-one mapping of the functions in the Oziexplorer OziAPI.dll to Java.
oziDateToCalendar(double) - Method in class com.oziexplorer.DataFile
Convert an OziExplorer format date into a Java Calendar object.
OziException - Exception in com.oziexplorer
OziExplorer exception type.
OziException() - Constructor for exception com.oziexplorer.OziException
Creates a new instance of OziException without any details.
OziException(Throwable) - Constructor for exception com.oziexplorer.OziException
Creates a new instance of OziException with the specified nested exception.
OziException(String) - Constructor for exception com.oziexplorer.OziException
Constructs an instance of OziException with the specified detail message.
OziException(String, Throwable) - Constructor for exception com.oziexplorer.OziException
Constructs an instance of OziException with the specified detail message and nested exception.
OziException(String, Object...) - Constructor for exception com.oziexplorer.OziException
Constructs an instance of OziException with the specified formatted detail message.
OziException(Throwable, String, Object...) - Constructor for exception com.oziexplorer.OziException
Constructs an instance of OziException with the specified nested exception and formatted detail message.

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