Class CityJSONValidator
- java.lang.Object
-
- org.citydb.citygml.validator.reader.cityjson.CityJSONValidator
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,Validator
,EventHandler
public class CityJSONValidator extends java.lang.Object implements Validator, EventHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
getValidationErrors()
void
handleEvent(Event event)
void
validate(InputFile inputFile)
-
-
-
Method Detail
-
getValidationErrors
public long getValidationErrors()
- Specified by:
getValidationErrors
in interfaceValidator
-
validate
public void validate(InputFile inputFile) throws ValidationException
- Specified by:
validate
in interfaceValidator
- Throws:
ValidationException
-
close
public void close() throws ValidationException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfaceValidator
- Throws:
ValidationException
-
handleEvent
public void handleEvent(Event event) throws java.lang.Exception
- Specified by:
handleEvent
in interfaceEventHandler
- Throws:
java.lang.Exception
-
-