|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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
GeometryInspector
Geometry
.
inspect
in interface GeometryInspector
geom
- geometry to be inspected, never null
GeometryInspectionException
- if the inspector rejects the Geometry
public CurveSegment inspect(CurveSegment segment) throws GeometryInspectionException
GeometryInspector
CurveSegment
.
inspect
in interface GeometryInspector
segment
- segment to be inspected, never null
GeometryInspectionException
- if the inspector rejects the CurveSegment
public SurfacePatch inspect(SurfacePatch patch) throws GeometryInspectionException
GeometryInspector
SurfacePatch
.
inspect
in interface GeometryInspector
patch
- patch to be inspected, never null
GeometryInspectionException
- if the inspector rejects the SurfacePatch
public Points inspect(Points points)
GeometryInspector
Points
.
inspect
in interface GeometryInspector
points
- points to be inspected, never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |