com.esri.core.geometry
Interface LinearUnit.Code

Enclosing class:
LinearUnit

public static interface LinearUnit.Code

Linear Unit codes


Field Summary
static int CENTIMETER
          Value returned by the LinearUnit for centimeter.
static int CHAIN
          Value returned by the LinearUnit for International chain.
static int CHAIN_BENOIT_A
          Value returned by the LinearUnit for chain = Benoit 1895 A.
static int CHAIN_BENOIT_B
          Value returned by the LinearUnit for chain = Benoit 1895 B.
static int CHAIN_CLARKE
          Value returned by the LinearUnit for chain = Clarke.
static int CHAIN_SEARS
          Value returned by the LinearUnit for chain = sears.
static int CHAIN_SEARS_1922_TRUNC
          Value returned by the LinearUnit for chain = sears 1922 truncated.
static int CHAIN_US
          Value returned by the LinearUnit for US survey chain.
static int DECIMETER
          Value returned by the LinearUnit for decimeter.
static int FATHOM
          Value returned by the LinearUnit for fathom.
static int FOOT
          Value returned by the LinearUnit for international foot.
static int FOOT_1865
          Value returned by the LinearUnit for foot 1865.
static int FOOT_BENOIT_A
          Value returned by the LinearUnit for foot = Benoit 1895 A.
static int FOOT_BENOIT_B
          Value returned by the LinearUnit for foot = Benoit 1895 B.
static int FOOT_BRITISH_1936
          Value returned by the LinearUnit for British foot 1936.
static int FOOT_CLARKE
          Value returned by the LinearUnit for Clarke's foot.
static int FOOT_GOLD_COAST
          Value returned by the LinearUnit for goald coast foot.
static int FOOT_INDIAN
          Value returned by the LinearUnit for Indian geodetic foot.
static int FOOT_INDIAN_1937
          Value returned by the LinearUnit for Indian foot 1937.
static int FOOT_INDIAN_1962
          Value returned by the LinearUnit for Indian foot 1962.
static int FOOT_INDIAN_1975
          Value returned by the LinearUnit for Indian foot 1975.
static int FOOT_SEARS
          Value returned by the LinearUnit for sear's foot.
static int FOOT_SEARS_1922_TRUNC
          Value returned by the LinearUnit for foot = sears 1922 truncated.
static int FOOT_US
          Value returned by the LinearUnit for US survey foot.
static int INCH
          Value returned by the LinearUnit for inch.
static int INCH_US
          Value returned by the LinearUnit for US survey inch.
static int KILOMETER
          Value returned by the LinearUnit for kilometer.
static int KM150
          Value returned by the LinearUnit for 150 kilometer length.
static int KM50
          Value returned by the LinearUnit for 50 kilometer length.
static int LINK
          Value returned by the LinearUnit for International link.
static int LINK_BENOIT_A
          Value returned by the LinearUnit for link = Benoit 1895 A.
static int LINK_BENOIT_B
          Value returned by the LinearUnit for link = Benoit 1895 B.
static int LINK_CLARKE
          Value returned by the LinearUnit for link = Clarke's ratio.
static int LINK_SEARS
          Value returned by the LinearUnit for link = sears.
static int LINK_SEARS_1922_TRUNC
          Value returned by the LinearUnit for link = sears 1922 truncated.
static int LINK_US
          Value returned by the LinearUnit for US survey link.
static int METER
          Value returned by the LinearUnit for international meter.
static int METER_GERMAN
          Value returned by the LinearUnit for German legal meter.
static int MILE_STATUTE
          Value returned by the LinearUnit for statute mile.
static int MILE_US
          Value returned by the LinearUnit for US survey mile.
static int MILLIMETER
          Value returned by the LinearUnit for millimeter.
static int NAUTICAL_MILE
          Value returned by the LinearUnit for international nautical miles.
static int NAUTICAL_MILE_UK
          Value returned by the LinearUnit for UK nautical mile before 1970.
static int NAUTICAL_MILE_US
          Value returned by the LinearUnit for US nautical mile before 1954.
static int ROD
          Value returned by the LinearUnit for International rod.
static int ROD_US
          Value returned by the LinearUnit for US survey rod.
static int YARD
          Value returned by the LinearUnit for International yard.
static int YARD_BENOIT_A
          Value returned by the LinearUnit for yard = Benoit 1895 A.
static int YARD_BENOIT_B
          Value returned by the LinearUnit for yard = Benoit 1895 B.
static int YARD_CLARKE
          Value returned by the LinearUnit for yard = Clarke.
static int YARD_INDIAN
          Value returned by the LinearUnit for Indian yard.
static int YARD_INDIAN_1937
          Value returned by the LinearUnit for Indian yard 1937.
static int YARD_INDIAN_1962
          Value returned by the LinearUnit for Indian yard 1962.
static int YARD_INDIAN_1975
          Value returned by the LinearUnit for Indian yard 1975.
static int YARD_SEARS
          Value returned by the LinearUnit for yards = sears.
static int YARD_SEARS_1922_TRUNC
          Value returned by the LinearUnit for yard =sears 1922 truncated.
static int YARD_US
          Value returned by the LinearUnit for US survey yard.
 

Field Detail

METER

static final int METER
Value returned by the LinearUnit for international meter.

See Also:
Constant Field Values

FOOT

static final int FOOT
Value returned by the LinearUnit for international foot.

See Also:
Constant Field Values

FOOT_US

static final int FOOT_US
Value returned by the LinearUnit for US survey foot.

See Also:
Constant Field Values

FOOT_CLARKE

static final int FOOT_CLARKE
Value returned by the LinearUnit for Clarke's foot.

See Also:
Constant Field Values

FATHOM

static final int FATHOM
Value returned by the LinearUnit for fathom.

See Also:
Constant Field Values

NAUTICAL_MILE

static final int NAUTICAL_MILE
Value returned by the LinearUnit for international nautical miles.

See Also:
Constant Field Values

METER_GERMAN

static final int METER_GERMAN
Value returned by the LinearUnit for German legal meter.

See Also:
Constant Field Values

CHAIN_US

static final int CHAIN_US
Value returned by the LinearUnit for US survey chain.

See Also:
Constant Field Values

LINK_US

static final int LINK_US
Value returned by the LinearUnit for US survey link.

See Also:
Constant Field Values

MILE_US

static final int MILE_US
Value returned by the LinearUnit for US survey mile.

See Also:
Constant Field Values

KILOMETER

static final int KILOMETER
Value returned by the LinearUnit for kilometer.

See Also:
Constant Field Values

YARD_CLARKE

static final int YARD_CLARKE
Value returned by the LinearUnit for yard = Clarke.

See Also:
Constant Field Values

CHAIN_CLARKE

static final int CHAIN_CLARKE
Value returned by the LinearUnit for chain = Clarke.

See Also:
Constant Field Values

LINK_CLARKE

static final int LINK_CLARKE
Value returned by the LinearUnit for link = Clarke's ratio.

See Also:
Constant Field Values

YARD_SEARS

static final int YARD_SEARS
Value returned by the LinearUnit for yards = sears.

See Also:
Constant Field Values

FOOT_SEARS

static final int FOOT_SEARS
Value returned by the LinearUnit for sear's foot.

See Also:
Constant Field Values

CHAIN_SEARS

static final int CHAIN_SEARS
Value returned by the LinearUnit for chain = sears.

See Also:
Constant Field Values

LINK_SEARS

static final int LINK_SEARS
Value returned by the LinearUnit for link = sears.

See Also:
Constant Field Values

YARD_BENOIT_A

static final int YARD_BENOIT_A
Value returned by the LinearUnit for yard = Benoit 1895 A.

See Also:
Constant Field Values

FOOT_BENOIT_A

static final int FOOT_BENOIT_A
Value returned by the LinearUnit for foot = Benoit 1895 A.

See Also:
Constant Field Values

CHAIN_BENOIT_A

static final int CHAIN_BENOIT_A
Value returned by the LinearUnit for chain = Benoit 1895 A.

See Also:
Constant Field Values

LINK_BENOIT_A

static final int LINK_BENOIT_A
Value returned by the LinearUnit for link = Benoit 1895 A.

See Also:
Constant Field Values

YARD_BENOIT_B

static final int YARD_BENOIT_B
Value returned by the LinearUnit for yard = Benoit 1895 B.

See Also:
Constant Field Values

FOOT_BENOIT_B

static final int FOOT_BENOIT_B
Value returned by the LinearUnit for foot = Benoit 1895 B.

See Also:
Constant Field Values

CHAIN_BENOIT_B

static final int CHAIN_BENOIT_B
Value returned by the LinearUnit for chain = Benoit 1895 B.

See Also:
Constant Field Values

LINK_BENOIT_B

static final int LINK_BENOIT_B
Value returned by the LinearUnit for link = Benoit 1895 B.

See Also:
Constant Field Values

FOOT_1865

static final int FOOT_1865
Value returned by the LinearUnit for foot 1865.

See Also:
Constant Field Values

FOOT_INDIAN

static final int FOOT_INDIAN
Value returned by the LinearUnit for Indian geodetic foot.

See Also:
Constant Field Values

FOOT_INDIAN_1937

static final int FOOT_INDIAN_1937
Value returned by the LinearUnit for Indian foot 1937.

See Also:
Constant Field Values

FOOT_INDIAN_1962

static final int FOOT_INDIAN_1962
Value returned by the LinearUnit for Indian foot 1962.

See Also:
Constant Field Values

FOOT_INDIAN_1975

static final int FOOT_INDIAN_1975
Value returned by the LinearUnit for Indian foot 1975.

See Also:
Constant Field Values

YARD_INDIAN

static final int YARD_INDIAN
Value returned by the LinearUnit for Indian yard.

See Also:
Constant Field Values

YARD_INDIAN_1937

static final int YARD_INDIAN_1937
Value returned by the LinearUnit for Indian yard 1937.

See Also:
Constant Field Values

YARD_INDIAN_1962

static final int YARD_INDIAN_1962
Value returned by the LinearUnit for Indian yard 1962.

See Also:
Constant Field Values

YARD_INDIAN_1975

static final int YARD_INDIAN_1975
Value returned by the LinearUnit for Indian yard 1975.

See Also:
Constant Field Values

MILE_STATUTE

static final int MILE_STATUTE
Value returned by the LinearUnit for statute mile.

See Also:
Constant Field Values

FOOT_GOLD_COAST

static final int FOOT_GOLD_COAST
Value returned by the LinearUnit for goald coast foot.

See Also:
Constant Field Values

FOOT_BRITISH_1936

static final int FOOT_BRITISH_1936
Value returned by the LinearUnit for British foot 1936.

See Also:
Constant Field Values

YARD

static final int YARD
Value returned by the LinearUnit for International yard.

See Also:
Constant Field Values

YARD_US

static final int YARD_US
Value returned by the LinearUnit for US survey yard.

See Also:
Constant Field Values

CHAIN

static final int CHAIN
Value returned by the LinearUnit for International chain.

See Also:
Constant Field Values

LINK

static final int LINK
Value returned by the LinearUnit for International link.

See Also:
Constant Field Values

YARD_SEARS_1922_TRUNC

static final int YARD_SEARS_1922_TRUNC
Value returned by the LinearUnit for yard =sears 1922 truncated.

See Also:
Constant Field Values

FOOT_SEARS_1922_TRUNC

static final int FOOT_SEARS_1922_TRUNC
Value returned by the LinearUnit for foot = sears 1922 truncated.

See Also:
Constant Field Values

CHAIN_SEARS_1922_TRUNC

static final int CHAIN_SEARS_1922_TRUNC
Value returned by the LinearUnit for chain = sears 1922 truncated.

See Also:
Constant Field Values

LINK_SEARS_1922_TRUNC

static final int LINK_SEARS_1922_TRUNC
Value returned by the LinearUnit for link = sears 1922 truncated.

See Also:
Constant Field Values

DECIMETER

static final int DECIMETER
Value returned by the LinearUnit for decimeter.

See Also:
Constant Field Values

CENTIMETER

static final int CENTIMETER
Value returned by the LinearUnit for centimeter.

See Also:
Constant Field Values

MILLIMETER

static final int MILLIMETER
Value returned by the LinearUnit for millimeter.

See Also:
Constant Field Values

INCH

static final int INCH
Value returned by the LinearUnit for inch.

See Also:
Constant Field Values

INCH_US

static final int INCH_US
Value returned by the LinearUnit for US survey inch.

See Also:
Constant Field Values

ROD

static final int ROD
Value returned by the LinearUnit for International rod.

See Also:
Constant Field Values

ROD_US

static final int ROD_US
Value returned by the LinearUnit for US survey rod.

See Also:
Constant Field Values

NAUTICAL_MILE_US

static final int NAUTICAL_MILE_US
Value returned by the LinearUnit for US nautical mile before 1954.

See Also:
Constant Field Values

NAUTICAL_MILE_UK

static final int NAUTICAL_MILE_UK
Value returned by the LinearUnit for UK nautical mile before 1970.

See Also:
Constant Field Values

KM50

static final int KM50
Value returned by the LinearUnit for 50 kilometer length.

See Also:
Constant Field Values

KM150

static final int KM150
Value returned by the LinearUnit for 150 kilometer length.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.