Table of Contents

Class ExifGPSTagSet

Namespace
Javax.Imageio.Plugins.Tiff
Assembly
MASES.JNet.dll
public class ExifGPSTagSet : TIFFTagSet, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
ExifGPSTagSet
Implements
Inherited Members
Extension Methods

Constructors

ExifGPSTagSet()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ExifGPSTagSet()

ExifGPSTagSet(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ExifGPSTagSet(params object[] args)

Parameters

args object[]

Properties

ALTITUDE_REF_SEA_LEVEL

public static int ALTITUDE_REF_SEA_LEVEL { get; }

Property Value

int

ALTITUDE_REF_SEA_LEVEL_REFERENCE

public static int ALTITUDE_REF_SEA_LEVEL_REFERENCE { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DEST_DISTANCE_REF_KILOMETERS

public static String DEST_DISTANCE_REF_KILOMETERS { get; }

Property Value

String

DEST_DISTANCE_REF_KNOTS

public static String DEST_DISTANCE_REF_KNOTS { get; }

Property Value

String

DEST_DISTANCE_REF_MILES

public static String DEST_DISTANCE_REF_MILES { get; }

Property Value

String

DIFFERENTIAL_CORRECTION_APPLIED

public static int DIFFERENTIAL_CORRECTION_APPLIED { get; }

Property Value

int

DIFFERENTIAL_CORRECTION_NONE

public static int DIFFERENTIAL_CORRECTION_NONE { get; }

Property Value

int

DIRECTION_REF_MAGNETIC

public static String DIRECTION_REF_MAGNETIC { get; }

Property Value

String

DIRECTION_REF_TRUE

public static String DIRECTION_REF_TRUE { get; }

Property Value

String

GPS_VERSION_2_2

public static String GPS_VERSION_2_2 { get; }

Property Value

String

Instance

public static ExifGPSTagSet Instance { get; }

Property Value

ExifGPSTagSet

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LATITUDE_REF_NORTH

public static String LATITUDE_REF_NORTH { get; }

Property Value

String

LATITUDE_REF_SOUTH

public static String LATITUDE_REF_SOUTH { get; }

Property Value

String

LONGITUDE_REF_EAST

public static String LONGITUDE_REF_EAST { get; }

Property Value

String

LONGITUDE_REF_WEST

public static String LONGITUDE_REF_WEST { get; }

Property Value

String

MEASURE_MODE_2D

public static String MEASURE_MODE_2D { get; }

Property Value

String

MEASURE_MODE_3D

public static String MEASURE_MODE_3D { get; }

Property Value

String

SPEED_REF_KILOMETERS_PER_HOUR

public static String SPEED_REF_KILOMETERS_PER_HOUR { get; }

Property Value

String

SPEED_REF_KNOTS

public static String SPEED_REF_KNOTS { get; }

Property Value

String

SPEED_REF_MILES_PER_HOUR

public static String SPEED_REF_MILES_PER_HOUR { get; }

Property Value

String

STATUS_MEASUREMENT_INTEROPERABILITY

public static String STATUS_MEASUREMENT_INTEROPERABILITY { get; }

Property Value

String

STATUS_MEASUREMENT_IN_PROGRESS

public static String STATUS_MEASUREMENT_IN_PROGRESS { get; }

Property Value

String

TAG_GPS_ALTITUDE

public static int TAG_GPS_ALTITUDE { get; }

Property Value

int

TAG_GPS_ALTITUDE_REF

public static int TAG_GPS_ALTITUDE_REF { get; }

Property Value

int

TAG_GPS_AREA_INFORMATION

public static int TAG_GPS_AREA_INFORMATION { get; }

Property Value

int

TAG_GPS_DATE_STAMP

public static int TAG_GPS_DATE_STAMP { get; }

Property Value

int

TAG_GPS_DEST_BEARING

public static int TAG_GPS_DEST_BEARING { get; }

Property Value

int

TAG_GPS_DEST_BEARING_REF

public static int TAG_GPS_DEST_BEARING_REF { get; }

Property Value

int

TAG_GPS_DEST_DISTANCE

public static int TAG_GPS_DEST_DISTANCE { get; }

Property Value

int

TAG_GPS_DEST_DISTANCE_REF

public static int TAG_GPS_DEST_DISTANCE_REF { get; }

Property Value

int

TAG_GPS_DEST_LATITUDE

public static int TAG_GPS_DEST_LATITUDE { get; }

Property Value

int

TAG_GPS_DEST_LATITUDE_REF

public static int TAG_GPS_DEST_LATITUDE_REF { get; }

Property Value

int

TAG_GPS_DEST_LONGITUDE

public static int TAG_GPS_DEST_LONGITUDE { get; }

Property Value

int

TAG_GPS_DEST_LONGITUDE_REF

public static int TAG_GPS_DEST_LONGITUDE_REF { get; }

Property Value

int

TAG_GPS_DIFFERENTIAL

public static int TAG_GPS_DIFFERENTIAL { get; }

Property Value

int

TAG_GPS_DOP

public static int TAG_GPS_DOP { get; }

Property Value

int

TAG_GPS_IMG_DIRECTION

public static int TAG_GPS_IMG_DIRECTION { get; }

Property Value

int

TAG_GPS_IMG_DIRECTION_REF

public static int TAG_GPS_IMG_DIRECTION_REF { get; }

Property Value

int

TAG_GPS_LATITUDE

public static int TAG_GPS_LATITUDE { get; }

Property Value

int

TAG_GPS_LATITUDE_REF

public static int TAG_GPS_LATITUDE_REF { get; }

Property Value

int

TAG_GPS_LONGITUDE

public static int TAG_GPS_LONGITUDE { get; }

Property Value

int

TAG_GPS_LONGITUDE_REF

public static int TAG_GPS_LONGITUDE_REF { get; }

Property Value

int

TAG_GPS_MAP_DATUM

public static int TAG_GPS_MAP_DATUM { get; }

Property Value

int

TAG_GPS_MEASURE_MODE

public static int TAG_GPS_MEASURE_MODE { get; }

Property Value

int

TAG_GPS_PROCESSING_METHOD

public static int TAG_GPS_PROCESSING_METHOD { get; }

Property Value

int

TAG_GPS_SATELLITES

public static int TAG_GPS_SATELLITES { get; }

Property Value

int

TAG_GPS_SPEED

public static int TAG_GPS_SPEED { get; }

Property Value

int

TAG_GPS_SPEED_REF

public static int TAG_GPS_SPEED_REF { get; }

Property Value

int

TAG_GPS_STATUS

public static int TAG_GPS_STATUS { get; }

Property Value

int

TAG_GPS_TIME_STAMP

public static int TAG_GPS_TIME_STAMP { get; }

Property Value

int

TAG_GPS_TRACK

public static int TAG_GPS_TRACK { get; }

Property Value

int

TAG_GPS_TRACK_REF

public static int TAG_GPS_TRACK_REF { get; }

Property Value

int

TAG_GPS_VERSION_ID

public static int TAG_GPS_VERSION_ID { get; }

Property Value

int