Package org.geotools.api.style
Interface OverlapBehavior
-
- All Known Implementing Classes:
OverlapBehaviorImpl
public interface OverlapBehavior
-
-
Field Summary
Fields Modifier and Type Field Description static String
AVERAGE_RESCTRICTION
static String
EARLIEST_ON_TOP_RESCTRICTION
static String
LATEST_ON_TOP_RESCTRICTION
static String
RANDOM_RESCTRICTION
static String
UNSPECIFIED_RESCTRICTION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(StyleVisitor visitor)
-
-
-
Field Detail
-
AVERAGE_RESCTRICTION
static final String AVERAGE_RESCTRICTION
- See Also:
- Constant Field Values
-
RANDOM_RESCTRICTION
static final String RANDOM_RESCTRICTION
- See Also:
- Constant Field Values
-
LATEST_ON_TOP_RESCTRICTION
static final String LATEST_ON_TOP_RESCTRICTION
- See Also:
- Constant Field Values
-
EARLIEST_ON_TOP_RESCTRICTION
static final String EARLIEST_ON_TOP_RESCTRICTION
- See Also:
- Constant Field Values
-
UNSPECIFIED_RESCTRICTION
static final String UNSPECIFIED_RESCTRICTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
accept
void accept(StyleVisitor visitor)
-
-