public class NFEBasicLineLineRuleHandlerParam extends java.lang.Object implements NFELineLineRuleHandlerParam
NFELineLineRuleHandlerParam
Constructor and Description |
---|
NFEBasicLineLineRuleHandlerParam(Intersection<NFEFeatureElement> intersection, NFELineLineRule llRule, java.util.Collection<java.lang.Long> matchingLHLineIds, java.util.Collection<java.lang.Long> matchingRHLineIds, java.util.Collection<java.lang.Long> matchingPointIds) |
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
|
public NFEBasicLineLineRuleHandlerParam(Intersection<NFEFeatureElement> intersection, NFELineLineRule llRule, java.util.Collection<java.lang.Long> matchingLHLineIds, java.util.Collection<java.lang.Long> matchingRHLineIds, java.util.Collection<java.lang.Long> matchingPointIds)
public NFELineLineRule getRule()
NFELineLineRuleHandlerParam
getRule
in interface NFELineLineRuleHandlerParam
public Intersection<NFEFeatureElement> getIntersection()
NFELineLineRuleHandlerParam
getIntersection
in interface NFELineLineRuleHandlerParam
public IntersectionMember<NFEFeatureElement> getIntersectionMember(NFEFeatureElement featElem)
NFELineLineRuleHandlerParam
getIntersectionMember
in interface NFELineLineRuleHandlerParam
featElem
- a feature elementpublic java.util.Collection<NFEFeatureElement> getRuleLeftHandMatchingLineFeatureElements()
NFELineLineRuleHandlerParam
getRuleLeftHandMatchingLineFeatureElements
in interface NFELineLineRuleHandlerParam
public java.util.Collection<NFEFeatureElement> getRuleRightHandMatchingLineFeatureElements()
NFELineLineRuleHandlerParam
getRuleRightHandMatchingLineFeatureElements
in interface NFELineLineRuleHandlerParam
public java.util.Collection<NFEFeatureElement> getMatchingPointFeatureElements()
NFELineLineRuleHandlerParam
getMatchingPointFeatureElements
in interface NFELineLineRuleHandlerParam