-
ae.java.awt.geom.Area.intersect()
ple: Area a1 = new Area([triangle 0,0 => 8,0 => 0,8]); Area a2 = new Area([triangle 0,0 => 8,0 => 8,8]); a1.intersect(a2); a1(before) intersect a2 = a1(after) ################ ################ ################ ############## ############## ############ ############ ############ ######## ########## ########## #### ######## ######## ###### ###### #### #### ## ##
@param rhs the Area
to be intersected with thisArea
@throws NullPointerException if rhs
is null
@since 1.2
-
ca.eandb.jmist.framework.SceneElement.intersect()
Computes the intersections between a given ray and the specified primitive.
@param index The index of the primitive with which to computeintersections.
@param ray A Ray3
to intersect with the specifiedprimitive.
@param recorder An IntersectionRecorder
to receive thecomputed intersections.
-
ca.eandb.jmist.math.Interval.intersect()
Computes the intersection of this interval with another.
@param I The interval to intersect with this one.
@return The intersection of this interval with I.
-
ca.eandb.jmist.math.Plane3.intersect()
Computes the intersection of a Ray3
with this plane.
@param ray The Ray3
to intersect with this plane.
@return The ray parameter at which the ray intersects the plane (i.e.,ray.pointAt(this.intersect(ray))
is a point on this plane.
@see Ray3#pointAt(double)
-
com.ardor3d.bounding.CollisionTree.intersect()
Determines if this Collision Tree intersects the given CollisionTree. If a collision occurs, true is returned, otherwise false is returned. If the provided collisionTree is invalid, false is returned.
@param collisionTree The Tree to test.
@return True if they intersect, false otherwise.
-
com.ardor3d.math.Rectangle2.intersect()
-
com.clarkparsia.pellet.datatypes.types.datetime.RestrictedTimelineDatatype.intersect()
-
com.clarkparsia.pellet.datatypes.types.real.RestrictedRealDatatype.intersect()
-
com.esri.core.geometry.Envelope2D.intersect()
Intersects this envelope with the other. Returns True if the result is not empty.
-
com.facebook.presto.spi.TupleDomain.intersect()
Returns the strict intersection of the TupleDomains. The resulting TupleDomain represents the set of tuples that would would be valid in both TupleDomains.
-
com.google.code.appengine.awt.geom.Area.intersect()
-
com.jcloisterzone.board.Location.intersect()
-
com.lightcrafts.mediax.jai.ROI.intersect()
Intersects the ROI
with another ROI
and returns the result as a new ROI
. The supplied ROI
will be converted to a rendered form if necessary. The bounds of the resultant ROI
will be the intersection of the bounds of the two ROI
s being merged.
@param roi An ROI.
@throws IllegalArgumentException if roi is null.
@return A new ROI containing the new ROI data.
-
com.meidusa.amoeba.sqljep.function.Comparative.intersect()
-
com.salesforce.phoenix.query.KeyRange.intersect()
-
com.thinkaurelius.titan.core.attribute.Geoshape.intersect()
-
eas.simulation.spatial.sim2D.physicalSimulation.physicsEngine.net.phys2d.raw.collide.IntersectionGatherer.intersect()
Intersect two edges of the two polygons and stores the intersecting lines along with their position.
@param a The edge of polygon A to check for intersection with B
@param b The edge of polygon B to check for intersection with A
-
eas.simulation.spatial.sim2D.physicalSimulation.physicsEngine.net.phys2d.raw.shapes.Line.intersect()
Intersect this line with another
@param other The other line we should intersect with
@return The intersection point or null if the lines are parallel
-
edu.mit.csail.sdg.alloy4compiler.ast.Sig.PrimSig.intersect()
-
gov.nasa.worldwind.globes.EllipsoidalGlobe.intersect()
-
heart.alsvfd.Value.intersect()
A method that should be used to calculate intersection with the value given as a parameter.
@param v - a value to be processed. Both values should be a sets, or ranges.
@param t - a type with respect to witch the operator should work. If null, no domain is taken into consideration while evaluating.
@return A value that represent intersection between a set represented by an object and the parameter
@throws UnsupportedOperationException in cases when operator is not applicable to the values being parameters of the operation.
@throws NotInTheDomainException
-
java.awt.geom.Area.intersect()
ple: Area a1 = new Area([triangle 0,0 => 8,0 => 0,8]); Area a2 = new Area([triangle 0,0 => 8,0 => 8,8]); a1.intersect(a2); a1(before) intersect a2 = a1(after) ################ ################ ################ ############## ############## ############ ############ ############ ######## ########## ########## #### ######## ######## ###### ###### #### #### ## ##
@param rhs the Area
to be intersected with thisArea
@throws NullPointerException if rhs
is null
@since 1.2
-
java.awt.geom.Rectangle2D.intersect()
Intersects the pair of specified source Rectangle2D
objects and puts the result into the specified destination Rectangle2D
object. One of the source rectangles can also be the destination to avoid creating a third Rectangle2D object, but in this case the original points of this source rectangle will be overwritten by this method.
@param src1 the first of a pair of Rectangle2D
objects to be intersected with each other
@param src2 the second of a pair of Rectangle2D
objects to be intersected with each other
@param dest the Rectangle2D
that holds theresults of the intersection of src1
and src2
@since 1.2
-
javax.media.jai.ROI.intersect()
Intersects the ROI
with another ROI
and returns the result as a new ROI
. The supplied ROI
will be converted to a rendered form if necessary. The bounds of the resultant ROI
will be the intersection of the bounds of the two ROI
s being merged.
@param roi An ROI.
@throws IllegalArgumentException if roi is null.
@return A new ROI containing the new ROI data.
-
joust.utils.data.SymbolSet.intersect()
Computes the intersection of this SymbolSet with the input one, returning the result as a new set.
-
net.phys2d.raw.shapes.Line.intersect()
Intersect this line with another
@param other The other line we should intersect with
@return The intersection point or null if the lines are parallel
-
net.sf.saxon.sort.IntHashSet.intersect()
Form a new set that is the intersection of this set with another set.
-
org.apache.cxf.transport.http.policy.impl.ClientPolicyCalculator.intersect()
Returns a new HTTPClientPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
@param p1 one policy
@param p2 another policy
@return the compatible policy
-
org.apache.cxf.transport.http.policy.impl.ServerPolicyCalculator.intersect()
Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.
@param p1 one policy
@param p2 another policy
@return the compatible policy
-
org.apache.cxf.ws.policy.Intersector.intersect()
-
org.apache.harmony.awt.ClipRegion.intersect()
-
org.apache.harmony.awt.gl.MultiRectArea.intersect()
Intersect with another MultiRectArea object
-
org.apache.lucene.index.Terms.intersect()
Returns a TermsEnum that iterates over all terms that are accepted by the provided {@link CompiledAutomaton}. If the
startTerm
is provided then the returned enum will only accept terms >
startTerm
, but you still must call next() first to get to the first term. Note that the provided
startTerm
must be accepted by the automaton.
NOTE: the returned TermsEnum cannot seek
.
-
org.apache.phoenix.query.KeyRange.intersect()
-
org.apache.pivot.wtk.Bounds.intersect()
-
org.apache.xmlbeans.QNameSet.intersect()
Returns a new QNameSet that is the intersection of this one and another.
@param set the set to insersect with
@return the intersection
-
org.apache.xmlbeans.QNameSetBuilder.intersect()
Returns a new QNameSet that is the intersection of this one and another.
-
org.cipres.treebase.domain.search.TreeSearchResults.intersect()
-
org.dbwiki.data.query.condition.TimestampEvaluationResult.intersect()
-
org.drools.core.time.Interval.intersect()
Calculates the value of the intersection between this Interval and another interval. This is given by the following rule: lowerBound = max( this.lowerBound, another.lowerBound ) upperBound = min( this.upperBound, another.upperBound )
@param another the other interval to calculate the intersection with.
-
org.drools.time.Interval.intersect()
Calculates the value of the intersection between this Interval and another interval. This is given by the following rule: lowerBound = max( this.lowerBound, another.lowerBound ) upperBound = min( this.upperBound, another.upperBound )
@param another the other interval to calculate the intersection with.
-
org.eclipse.draw2d.geometry.PrecisionRectangle.intersect()
-
org.eclipse.draw2d.geometry.Rectangle.intersect()
-
org.eclipse.swt.graphics.Rectangle.intersect()
Destructively replaces the x, y, width and height values in the receiver with ones which represent the intersection of the rectangles specified by the receiver and the given rectangle.
@param rect the rectangle to intersect with the receiver
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the argument is null
since 3.0
-
org.eclipse.swt.graphics.Region.intersect()
Intersects the given rectangle to the collection of polygons the receiver maintains to describe its area.
@param rect the rectangle to intersect with the receiver
@exception IllegalArgumentException
- ERROR_NULL_ARGUMENT - if the argument is null
- ERROR_INVALID_ARGUMENT - if the rectangle's width or height is negative
@exception SWTException
- ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed
@since 3.0
-
org.geoserver.wcs2_0.WCSEnvelope.intersect()
Checks if this envelope intersects the provided one, taking into account the case of dateline crossing.
@param other
-
org.geotools.geometry.GeneralEnvelope.intersect()
Sets this envelope to the intersection if this envelope with the specified one.
This method assumes that the specified envelope uses the same CRS than this envelope. For performance reason, it will no be verified unless J2SE assertions are enabled.
@param envelope the {@code Envelope} to intersect to this envelope.
@throws MismatchedDimensionException if the specified envelope doesn't have the expected dimension.
-
org.gradle.api.internal.artifacts.ivyservice.resolveengine.ModuleVersionSpec.intersect()
Returns a spec that accepts the intersection of those module versions that are accepted by this spec and the given spec.
-
org.jaitools.imageutils.ROIGeometry.intersect()
-
org.libreplan.business.calendars.entities.AvailabilityTimeLine.Interval.intersect()
-
org.neo4j.support.versioning.Range.intersect()
-
org.pdf4j.saxon.sort.IntHashSet.intersect()
Form a new set that is the intersection of this set with another set.
-
org.terasology.math.Rect2i.intersect()
@param other
@return The Rect2i that is encompassed by both this and other. If theydo not overlap then the Rect2i.EMPTY is returned
-
org.tmatesoft.svn.core.SVNMergeRangeList.intersect()
Finds the intersection of this range list and rangeList
and places the result into a new SVNMergeRangeList
object.
@param rangeList range list to intersect with
@param considerInheritance whether inheritance information should be taken into account
@return the result of intersection
-
pivot.wtk.Bounds.intersect()
-
se.llbit.math.Quad.intersect()
Find intersection between the given ray and this quad
@param ray
@return true
if the ray intersects this quad
-
se.llbit.math.Triangle.intersect()
Find intersection between the ray and this triangle
@param ray
@return true
if the ray intersects the triangle
-
ucar.ma2.Section.intersect()
Create a new Section by intersection with another Section
@param other Section other section
@return new Section, composed
@throws InvalidRangeException if want.getRank() not equal to this.getRank(), or invalid component Range