Sessions
WFS Servlet
>
de.turnertech.ows.srs
>
SpatialReferenceSystemFormat.java
SpatialReferenceSystemFormat.java
package de.turnertech.ows.srs;
public enum SpatialReferenceSystemFormat {
URI,
URN,
CODE;
}