Interface | Description |
---|---|
MapValidator<T extends Map> |
Interface for classes that can validate maps.
|
Class | Description |
---|---|
GMLConnectivityValidator |
Checks if a GML map is fully connected and if all individual shaped are
correctly connected to each other (i.e.
|
GMLMapValidator |
Load a map and check it for errors.
|
GMLShapeValidator |
Validate the correctness of basic shape properties.
|
GMLTraversabilityValidator |
Validator to check if the shapes of the map are traversable.
|
JTSTools |
This class provides some conversion functions from GML map classes to JTS
Geometry classes.
|
ValidationError |
This class encapsulates a validation error.
|
Exception | Description |
---|---|
ValidationException |
Exception that is raised when an error in a map is detected during
validation.
|