com.supermap.analyst
Class BufferEndType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.analyst.BufferEndType
-
public class BufferEndType extends Enum
The class defines the buffer endpoint type constant.This is used to distinguish the end type, which can be either round or flat, for the buffer analysis of line objects.
-
-
Field Summary
Fields Modifier and Type Field and Description static BufferEndType
FLAT
Flat Creates Flat buffer will creates rectangular line endings with the middle of the short side of the rectangle coincident with the end point of the line.static BufferEndType
ROUND
Round Creates Round buffer, the end of a line will be in the shape of a half circle.
-
-
-
Field Detail
-
ROUND
public static final BufferEndType ROUND
RoundCreates Round buffer, the end of a line will be in the shape of a half circle.
-
FLAT
public static final BufferEndType FLAT
FlatCreates Flat buffer will creates rectangular line endings with the middle of the short side of the rectangle coincident with the end point of the line.
-
-