public interface NFELineLineRuleHandlerParam
Modifier and Type | Method and Description |
---|---|
Intersection<NFEFeatureElement> |
getIntersection()
Gets the intersection that is currently being processed.
|
IntersectionMember<NFEFeatureElement> |
getIntersectionMember(NFEFeatureElement featElem)
Gets the feature element as an intersection member of the current intersection.
|
java.util.Collection<NFEFeatureElement> |
getMatchingPointFeatureElements()
Gets all the point feature elements from the current intersection that matches the point operand of the current line-point rule
|
NFELineLineRule |
getRule()
The line-point rule that has been triggered
|
java.util.Collection<NFEFeatureElement> |
getRuleLeftHandMatchingLineFeatureElements()
Gets all the line feature elements from the current intersection that matches the left hand side line operand of the current line-line rule
|
java.util.Collection<NFEFeatureElement> |
getRuleRightHandMatchingLineFeatureElements()
Gets all the line feature elements from the current intersection that matches the right hand side line operand of the current line-line rule
|
NFELineLineRule getRule()
Intersection<NFEFeatureElement> getIntersection()
IntersectionMember<NFEFeatureElement> getIntersectionMember(NFEFeatureElement featElem)
featElem
- a feature elementjava.util.Collection<NFEFeatureElement> getRuleLeftHandMatchingLineFeatureElements()
java.util.Collection<NFEFeatureElement> getRuleRightHandMatchingLineFeatureElements()
java.util.Collection<NFEFeatureElement> getMatchingPointFeatureElements()