| Constructor and Description |
|---|
OgcNameValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String urn)
Checks if the passed urn is a valid urn according OGC Name Type Specification - definitions - part 1 – basic name
(https://docs.opengeospatial.org/pol/09-048r5.html)
|
public boolean isValid(String urn)
urn - the urn to check, null results in a invalid URN.true if the urn is valid according to OGC Name Type Specification - definitions - part 1 –
basic name, false if the urn is null, empty or not valid.Copyright © 2024 Open Geospatial Consortium. All rights reserved.