com.supermap.analyst

Class 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 Detail

      • ROUND

        public static final BufferEndType ROUND
        Round

        Creates Round buffer, the end of a line will be in the shape of a half circle.

      • FLAT

        public static final 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.