|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeometryInspector
Enables the inspection of Geometry
objects created in a GeometryFactory
.
Implementations can perform such tasks as topological validation or repairing of defects.
GeometryFactory
Method Summary | |
---|---|
CurveSegment |
inspect(CurveSegment segment)
Invokes the inspection of the given CurveSegment . |
Geometry |
inspect(Geometry geom)
Invokes the inspection of the given Geometry . |
Points |
inspect(Points points)
Invokes the inspection of the given Points . |
SurfacePatch |
inspect(SurfacePatch patch)
Invokes the inspection of the given SurfacePatch . |
Method Detail |
---|
Geometry inspect(Geometry geom) throws GeometryInspectionException
Geometry
.
geom
- geometry to be inspected, never null
GeometryInspectionException
- if the inspector rejects the Geometry
CurveSegment inspect(CurveSegment segment) throws GeometryInspectionException
CurveSegment
.
segment
- segment to be inspected, never null
GeometryInspectionException
- if the inspector rejects the CurveSegment
SurfacePatch inspect(SurfacePatch patch) throws GeometryInspectionException
SurfacePatch
.
patch
- patch to be inspected, never null
GeometryInspectionException
- if the inspector rejects the SurfacePatch
Points inspect(Points points)
Points
.
points
- points to be inspected, never null
GeometryInspectionException
- if the inspector rejects the Points
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |