com.partnersoft.formats.shapefile
Class ShapeConstants
java.lang.Object
com.partnersoft.formats.shapefile.ShapeConstants
- All Implemented Interfaces:
- Constants
public final class ShapeConstants
- extends java.lang.Object
- implements Constants
Numeric constants found in shapefile and related formats.
This is primarily provided to allow switch statements and the like, but in
general you should the ShapeType enumeration and other tools and not these
values directly.
Copyright 2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NULL_SHAPE
public static final int TYPE_NULL_SHAPE
- See Also:
- Constant Field Values
TYPE_POINT
public static final int TYPE_POINT
- See Also:
- Constant Field Values
TYPE_POLYLINE
public static final int TYPE_POLYLINE
- See Also:
- Constant Field Values
TYPE_UNKNOWN_4
public static final int TYPE_UNKNOWN_4
- See Also:
- Constant Field Values
TYPE_POLYGON
public static final int TYPE_POLYGON
- See Also:
- Constant Field Values
TYPE_MULTIPOINT
public static final int TYPE_MULTIPOINT
- See Also:
- Constant Field Values
TYPE_UNKNOWN_9
public static final int TYPE_UNKNOWN_9
- See Also:
- Constant Field Values
TYPE_POINT_Z
public static final int TYPE_POINT_Z
- See Also:
- Constant Field Values
TYPE_POLYLINE_Z
public static final int TYPE_POLYLINE_Z
- See Also:
- Constant Field Values
TYPE_POLYGON_Z
public static final int TYPE_POLYGON_Z
- See Also:
- Constant Field Values
TYPE_MULTIPOINT_Z
public static final int TYPE_MULTIPOINT_Z
- See Also:
- Constant Field Values
TYPE_POINT_M
public static final int TYPE_POINT_M
- See Also:
- Constant Field Values
TYPE_POLYLINE_M
public static final int TYPE_POLYLINE_M
- See Also:
- Constant Field Values
TYPE_POLYGON_M
public static final int TYPE_POLYGON_M
- See Also:
- Constant Field Values
TYPE_MULTIPOINT_M
public static final int TYPE_MULTIPOINT_M
- See Also:
- Constant Field Values
TYPE_MULTIPATCH
public static final int TYPE_MULTIPATCH
- See Also:
- Constant Field Values
TYPE_POLYCURVE_32
public static final int TYPE_POLYCURVE_32
- See Also:
- Constant Field Values
TYPE_POLYCURVE_33
public static final int TYPE_POLYCURVE_33
- See Also:
- Constant Field Values
PART_TYPE_TRIANGLE_STRIP
public static final int PART_TYPE_TRIANGLE_STRIP
- See Also:
- Constant Field Values
PART_TYPE_TRIANGLE_FAN
public static final int PART_TYPE_TRIANGLE_FAN
- See Also:
- Constant Field Values
PART_TYPE_OUTER_RING
public static final int PART_TYPE_OUTER_RING
- See Also:
- Constant Field Values
PART_TYPE_INNER_RING
public static final int PART_TYPE_INNER_RING
- See Also:
- Constant Field Values
PART_TYPE_FIRST_RING
public static final int PART_TYPE_FIRST_RING
- See Also:
- Constant Field Values
PART_TYPE_RING
public static final int PART_TYPE_RING
- See Also:
- Constant Field Values
ShapeConstants
public ShapeConstants()