|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.geometry.LinearContains
Constructor Summary | |
(package private) |
LinearContains()
|
Method Summary | |
static boolean |
contains(GM_Curve curve1,
GM_Curve curve2)
the operation returns true if the two submitted curves contains |
static boolean |
contains(GM_Curve curve,
GM_Point point)
the operations returns true if the submitted point contains the submitted curve |
static boolean |
contains(GM_CurveSegment curve1,
GM_CurveSegment curve2)
the operation returns true if the two submitted curves segments contains |
static boolean |
contains(GM_CurveSegment curve,
GM_Position point)
the operations returns true if the submitted point contains the submitted curve segment |
static boolean |
contains(GM_Point point1,
GM_Point point2)
the operations returns true if two the submitted points contains |
protected static boolean |
contains(GM_Position[] positions,
GM_Position point)
the operation returns true if polygon defined by an array of GM_Position contains the submitted point. |
static boolean |
contains(GM_Position point1,
GM_Position point2)
the operations returns true if two the submitted points contains |
static boolean |
contains(GM_Surface surface,
GM_Curve curve)
the operation returns true if the submitted curve contains the submitted surface |
static boolean |
contains(GM_Surface surface,
GM_Point point)
the operation returns true if the submitted point contains the submitted surface |
static boolean |
contains(GM_Surface surface2,
GM_Surface surface1)
the operation returns true if the two submitted surfaces contains |
static boolean |
contains(GM_SurfacePatch surface,
GM_CurveSegment curve)
the operation returns true if the submitted curve segment contains the submitted surface patch |
static boolean |
contains(GM_SurfacePatch surface,
GM_Position point)
the operation returns true if the submitted point contains the submitted surface patch |
static boolean |
contains(GM_SurfacePatch surface1,
GM_SurfacePatch surface2)
the operation returns true if the first surface patches contains the second one |
private static GM_Position[] |
getPositions(GM_Curve curve)
Convenience method to extract all GM_Positions from a GM_Curve. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
LinearContains()
Method Detail |
public static boolean contains(GM_Position point1, GM_Position point2) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_CurveSegment curve, GM_Position point) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_SurfacePatch surface, GM_Position point)
public static boolean contains(GM_CurveSegment curve1, GM_CurveSegment curve2) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_SurfacePatch surface, GM_CurveSegment curve)
public static boolean contains(GM_SurfacePatch surface1, GM_SurfacePatch surface2)
public static boolean contains(GM_Point point1, GM_Point point2) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_Curve curve, GM_Point point) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_Surface surface, GM_Point point) throws java.lang.Exception
java.lang.Exception
public static boolean contains(GM_Curve curve1, GM_Curve curve2) throws java.lang.Exception
java.lang.Exception
private static GM_Position[] getPositions(GM_Curve curve) throws GM_Exception
GM_Exception
public static boolean contains(GM_Surface surface, GM_Curve curve) throws GM_Exception
GM_Exception
public static boolean contains(GM_Surface surface2, GM_Surface surface1) throws java.lang.Exception
java.lang.Exception
protected static boolean contains(GM_Position[] positions, GM_Position point)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |