com.partnersoft.io.formats.shapefile
Interface ShapefileConstants

All Known Implementing Classes:
FastShapefileReader, ShapefileBuilder, ShapefileProfile, ShapeLib

public interface ShapefileConstants

Various constants used in shapefiles; mostly types.

Author:
Paul Reavis Copyright 1999 Partner Software, Inc.

Field Summary
static int ARCINFO_ARC
           
static int ARCINFO_ARCMAYBE
           
static int MULTIPATCH
           
static int MULTIPOINT
           
static int MULTIPOINTM
           
static int MULTIPOINTZ
           
static int NULLSHAPE
           
static int POINT
           
static int POINTM
           
static int POINTZ
           
static int POLYGON
           
static int POLYGONM
           
static int POLYGONZ
           
static int POLYLINE
           
static int POLYLINEM
           
static int POLYLINEZ
           
static java.lang.String[] shapeNames
          Use this to look up the names for a given shape number.
static int WHATZIT4
           
static int WHATZIT9
           
 

Field Detail

NULLSHAPE

static final int NULLSHAPE
See Also:
Constant Field Values

POINT

static final int POINT
See Also:
Constant Field Values

POLYLINE

static final int POLYLINE
See Also:
Constant Field Values

WHATZIT4

static final int WHATZIT4
See Also:
Constant Field Values

POLYGON

static final int POLYGON
See Also:
Constant Field Values

MULTIPOINT

static final int MULTIPOINT
See Also:
Constant Field Values

WHATZIT9

static final int WHATZIT9
See Also:
Constant Field Values

POINTZ

static final int POINTZ
See Also:
Constant Field Values

POLYLINEZ

static final int POLYLINEZ
See Also:
Constant Field Values

POLYGONZ

static final int POLYGONZ
See Also:
Constant Field Values

MULTIPOINTZ

static final int MULTIPOINTZ
See Also:
Constant Field Values

POINTM

static final int POINTM
See Also:
Constant Field Values

POLYLINEM

static final int POLYLINEM
See Also:
Constant Field Values

POLYGONM

static final int POLYGONM
See Also:
Constant Field Values

MULTIPOINTM

static final int MULTIPOINTM
See Also:
Constant Field Values

MULTIPATCH

static final int MULTIPATCH
See Also:
Constant Field Values

ARCINFO_ARC

static final int ARCINFO_ARC
See Also:
Constant Field Values

ARCINFO_ARCMAYBE

static final int ARCINFO_ARCMAYBE
See Also:
Constant Field Values

shapeNames

static final java.lang.String[] shapeNames
Use this to look up the names for a given shape number. Unused type codes return null.