|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.geometry.validation.CoordinateValidityInspector
public class CoordinateValidityInspector
GeometryInspector that rejects geometries with coordinates that don't match the CRS of the geometry.
| Constructor Summary | |
|---|---|
CoordinateValidityInspector()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoordinateValidityInspector()
| Method Detail |
|---|
public Geometry inspect(Geometry geom)
throws GeometryInspectionException
GeometryInspectorGeometry.
inspect in interface GeometryInspectorgeom - geometry to be inspected, never null
GeometryInspectionException - if the inspector rejects the Geometry
public CurveSegment inspect(CurveSegment segment)
throws GeometryInspectionException
GeometryInspectorCurveSegment.
inspect in interface GeometryInspectorsegment - segment to be inspected, never null
GeometryInspectionException - if the inspector rejects the CurveSegment
public SurfacePatch inspect(SurfacePatch patch)
throws GeometryInspectionException
GeometryInspectorSurfacePatch.
inspect in interface GeometryInspectorpatch - patch to be inspected, never null
GeometryInspectionException - if the inspector rejects the SurfacePatchpublic Points inspect(Points points)
GeometryInspectorPoints.
inspect in interface GeometryInspectorpoints - points to be inspected, never null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||