org.openlr.locationreference.AreaLocationReference Maven / Gradle / Ivy
package org.openlr.locationreference;
/**
* The base type for area location references.
*/
public interface AreaLocationReference extends LocationReference {
}
package org.openlr.locationreference;
/**
* The base type for area location references.
*/
public interface AreaLocationReference extends LocationReference {
}