|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.geometry.iso.operation.IsSimpleOp
public class IsSimpleOp
Tests whether a Geometry
is simple. In general, the SFS
specification of simplicity follows the rule:
Geometry
subclass as follows:
isSimple
trivially returns true.
Geometry
s are always simple
Constructor Summary | |
---|---|
IsSimpleOp()
|
Method Summary | |
---|---|
boolean |
isSimple(CurveImpl geom)
|
boolean |
isSimple(SurfaceImpl geom)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsSimpleOp()
Method Detail |
---|
public boolean isSimple(CurveImpl geom)
public boolean isSimple(SurfaceImpl geom)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |