nl.pdok.catalogus.model.RelativeHeight Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geoserver-workspace-builder Show documentation
Show all versions of geoserver-workspace-builder Show documentation
PDOK Geoserver Workspace Builder
The newest version!
package nl.pdok.catalogus.model;
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown=true)
public class RelativeHeight {
private String layerPostfix;
public String getLayer_postfix() {
return layerPostfix;
}
public void setLayer_postfix(String layerPostfix) {
this.layerPostfix = layerPostfix;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy