com.bbn.openmap.dataAccess.shape
Interface ShapeConstants

All Known Implementing Classes:
DbfTableModel, DrawingAttributesUtility, EsriGraphicList, EsriLayer, EsriPlugIn, EsriShapeExport, MetaDbfTableModel, ShapeUtils, ShpInputStream, Tester

public interface ShapeConstants


Field Summary
static java.lang.String DBF_CHARACTER
           
static java.lang.String DBF_DATE
           
static java.lang.String DBF_LOGICAL
           
static java.lang.String DBF_MEMO
           
static java.lang.String DBF_NUMERIC
           
static java.lang.Byte DBF_TYPE_CHARACTER
           
static java.lang.Byte DBF_TYPE_DATE
           
static java.lang.Byte DBF_TYPE_LOGICAL
           
static java.lang.Byte DBF_TYPE_MEMO
           
static java.lang.Byte DBF_TYPE_NUMERIC
           
static java.lang.String PARAM_DBF
           
static java.lang.String PARAM_SHP
           
static java.lang.String PARAM_SHX
           
static java.lang.String SHAPE_DBF_DASHPATTERN
           
static java.lang.String SHAPE_DBF_DASHPHASE
           
static java.lang.String SHAPE_DBF_DESCRIPTION
           
static java.lang.String SHAPE_DBF_FILLCOLOR
           
static java.lang.String SHAPE_DBF_LINECOLOR
           
static java.lang.String SHAPE_DBF_LINEWIDTH
           
static java.lang.String SHAPE_DBF_SELECTCOLOR
           
static int SHAPE_FILE_HEADER_LENGTH
          The length of a shape file header in bytes, value of 100.
static int SHAPE_FILE_RECORD_HEADER_LENGTH
          The length of a shape file record header in bytes, value of 8.
static int SHAPE_TYPE_ARC
          The indicator for an arc (polyline) shape type, value of 3.
static int SHAPE_TYPE_MULTIPOINT
          The indicator for a multipoint shape type, value of 8.
static int SHAPE_TYPE_NULL
          The indicator for a null shape type, value of 0
static int SHAPE_TYPE_POINT
          The indicator for a point shape type, value of 1.
static int SHAPE_TYPE_POLYGON
          The indicator for a polygon shape type, value of 5.
static int SHAPE_TYPE_POLYLINE
          The indicator for a polyline (arc) shape type, value of 3.
 

Field Detail

SHAPE_FILE_HEADER_LENGTH

public static final int SHAPE_FILE_HEADER_LENGTH
The length of a shape file header in bytes, value of 100.

See Also:
Constant Field Values

SHAPE_FILE_RECORD_HEADER_LENGTH

public static final int SHAPE_FILE_RECORD_HEADER_LENGTH
The length of a shape file record header in bytes, value of 8.

See Also:
Constant Field Values

SHAPE_TYPE_NULL

public static final int SHAPE_TYPE_NULL
The indicator for a null shape type, value of 0

See Also:
Constant Field Values

SHAPE_TYPE_POINT

public static final int SHAPE_TYPE_POINT
The indicator for a point shape type, value of 1.

See Also:
Constant Field Values

SHAPE_TYPE_ARC

public static final int SHAPE_TYPE_ARC
The indicator for an arc (polyline) shape type, value of 3.

See Also:
Constant Field Values

SHAPE_TYPE_POLYLINE

public static final int SHAPE_TYPE_POLYLINE
The indicator for a polyline (arc) shape type, value of 3. NOTE: ESRI decided to rename the `arc' type as the `polyline' type as of their July 1998 Shapefile Technical Description paper. Maybe they should rename Arc/Info as Polyline/Info?...

See Also:
Constant Field Values

SHAPE_TYPE_POLYGON

public static final int SHAPE_TYPE_POLYGON
The indicator for a polygon shape type, value of 5.

See Also:
Constant Field Values

SHAPE_TYPE_MULTIPOINT

public static final int SHAPE_TYPE_MULTIPOINT
The indicator for a multipoint shape type, value of 8.

See Also:
Constant Field Values

DBF_TYPE_CHARACTER

public static final java.lang.Byte DBF_TYPE_CHARACTER

DBF_CHARACTER

public static final java.lang.String DBF_CHARACTER
See Also:
Constant Field Values

DBF_TYPE_DATE

public static final java.lang.Byte DBF_TYPE_DATE

DBF_DATE

public static final java.lang.String DBF_DATE
See Also:
Constant Field Values

DBF_TYPE_NUMERIC

public static final java.lang.Byte DBF_TYPE_NUMERIC

DBF_NUMERIC

public static final java.lang.String DBF_NUMERIC
See Also:
Constant Field Values

DBF_TYPE_LOGICAL

public static final java.lang.Byte DBF_TYPE_LOGICAL

DBF_LOGICAL

public static final java.lang.String DBF_LOGICAL
See Also:
Constant Field Values

DBF_TYPE_MEMO

public static final java.lang.Byte DBF_TYPE_MEMO

DBF_MEMO

public static final java.lang.String DBF_MEMO
See Also:
Constant Field Values

PARAM_DBF

public static final java.lang.String PARAM_DBF
See Also:
Constant Field Values

PARAM_SHX

public static final java.lang.String PARAM_SHX
See Also:
Constant Field Values

PARAM_SHP

public static final java.lang.String PARAM_SHP
See Also:
Constant Field Values

SHAPE_DBF_DESCRIPTION

public static final java.lang.String SHAPE_DBF_DESCRIPTION
See Also:
Constant Field Values

SHAPE_DBF_LINECOLOR

public static final java.lang.String SHAPE_DBF_LINECOLOR
See Also:
Constant Field Values

SHAPE_DBF_FILLCOLOR

public static final java.lang.String SHAPE_DBF_FILLCOLOR
See Also:
Constant Field Values

SHAPE_DBF_SELECTCOLOR

public static final java.lang.String SHAPE_DBF_SELECTCOLOR
See Also:
Constant Field Values

SHAPE_DBF_LINEWIDTH

public static final java.lang.String SHAPE_DBF_LINEWIDTH
See Also:
Constant Field Values

SHAPE_DBF_DASHPATTERN

public static final java.lang.String SHAPE_DBF_DASHPATTERN
See Also:
Constant Field Values

SHAPE_DBF_DASHPHASE

public static final java.lang.String SHAPE_DBF_DASHPHASE
See Also:
Constant Field Values


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details