com.supermap.realspace
Class BoxClipPart
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.BoxClipPart
-
public class BoxClipPart extends Enum
This enumeration class defines the type constants for the specified clipping region when cropping analysis
-
-
Field Summary
Fields Modifier and Type Field and Description static BoxClipPart
CLIP_INNER
Crop the inside part of the boxstatic BoxClipPart
CLIP_OUTER
Crop the outer part of the box
-
-
-
Field Detail
-
CLIP_OUTER
public static final BoxClipPart CLIP_OUTER
Crop the outer part of the box
-
CLIP_INNER
public static final BoxClipPart CLIP_INNER
Crop the inside part of the box
-
-