Class GeoJSONValidator
java.lang.Object
org.opengis.cite.ogcapiedr10.encodings.geojson.GeoJSONValidator
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisGeoJSONValidPerSchema(String docURL, int schemaFlag) org.json.JSONObjectreadJSONObjectFromURL(URL requestURL)  
- 
Field Details
- 
GeoJSON
public static final int GeoJSON- See Also:
 
 - 
EDRGeoJSON
public static final int EDRGeoJSON- See Also:
 
 - 
DEFAULT_BUFFER_SIZE
protected final int DEFAULT_BUFFER_SIZE- See Also:
 
 
 - 
 - 
Constructor Details
- 
GeoJSONValidator
public GeoJSONValidator() 
 - 
 - 
Method Details
- 
isGeoJSONValidPerSchema
- Throws:
 Exception
 - 
readJSONObjectFromURL
- Throws:
 IOException
 - 
otherConvertInputStreamToString
- Throws:
 IOException
 
 -