⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 geoserverconfigurationform.java

📁 电子地图服务器,搭建自己的地图服务
💻 JAVA
📖 第 1 页 / 共 2 页
字号:

    /**
     * Set addressCity to addressCity.
     *
     * @param addressCity The addressCity to set.
     */
    public void setAddressCity(String addressCity) {
        this.addressCity = addressCity;
    }

    /**
     * Access addressCountry property.
     *
     * @return Returns the addressCountry.
     */
    public String getAddressCountry() {
        return addressCountry;
    }

    /**
     * Set addressCountry to addressCountry.
     *
     * @param addressCountry The addressCountry to set.
     */
    public void setAddressCountry(String addressCountry) {
        this.addressCountry = addressCountry;
    }

    /**
     * Access addressPostalCode property.
     *
     * @return Returns the addressPostalCode.
     */
    public String getAddressPostalCode() {
        return addressPostalCode;
    }

    /**
     * Set addressPostalCode to addressPostalCode.
     *
     * @param addressPostalCode The addressPostalCode to set.
     */
    public void setAddressPostalCode(String addressPostalCode) {
        this.addressPostalCode = addressPostalCode;
    }

    /**
     * Access addressState property.
     *
     * @return Returns the addressState.
     */
    public String getAddressState() {
        return addressState;
    }

    /**
     * Set addressState to addressState.
     *
     * @param addressState The addressState to set.
     */
    public void setAddressState(String addressState) {
        this.addressState = addressState;
    }

    /**
     * Access addressType property.
     *
     * @return Returns the addressType.
     */
    public String getAddressType() {
        return addressType;
    }

    /**
     * Set addressType to addressType.
     *
     * @param addressType The addressType to set.
     */
    public void setAddressType(String addressType) {
        this.addressType = addressType;
    }

    /**
     * Access contactEmail property.
     *
     * @return Returns the contactEmail.
     */
    public String getContactEmail() {
        return contactEmail;
    }

    /**
     * Set contactEmail to contactEmail.
     *
     * @param contactEmail The contactEmail to set.
     */
    public void setContactEmail(String contactEmail) {
        this.contactEmail = contactEmail;
    }

    /**
     * Access contactFacsimile property.
     *
     * @return Returns the contactFacsimile.
     */
    public String getContactFacsimile() {
        return contactFacsimile;
    }

    /**
     * Set contactFacsimile to contactFacsimile.
     *
     * @param contactFacsimile The contactFacsimile to set.
     */
    public void setContactFacsimile(String contactFacsimile) {
        this.contactFacsimile = contactFacsimile;
    }

    /**
     * Access contactOrganization property.
     *
     * @return Returns the contactOrganization.
     */
    public String getContactOrganization() {
        return contactOrganization;
    }

    /**
     * Set contactOrganization to contactOrganization.
     *
     * @param contactOrganization The contactOrganization to set.
     */
    public void setContactOrganization(String contactOrganization) {
        this.contactOrganization = contactOrganization;
    }

    /**
     * Access contactPerson property.
     *
     * @return Returns the contactPerson.
     */
    public String getContactPerson() {
        return contactPerson;
    }

    /**
     * Set contactPerson to contactPerson.
     *
     * @param contactPerson The contactPerson to set.
     */
    public void setContactPerson(String contactPerson) {
        this.contactPerson = contactPerson;
    }

    /**
     * Access contactPosition property.
     *
     * @return Returns the contactPosition.
     */
    public String getContactPosition() {
        return contactPosition;
    }

    /**
     * Set contactPosition to contactPosition.
     *
     * @param contactPosition The contactPosition to set.
     */
    public void setContactPosition(String contactPosition) {
        this.contactPosition = contactPosition;
    }

    /**
     * Access contactVoice property.
     *
     * @return Returns the contactVoice.
     */
    public String getContactVoice() {
        return contactVoice;
    }

    /**
     * Set contactVoice to contactVoice.
     *
     * @param contactVoice The contactVoice to set.
     */
    public void setContactVoice(String contactVoice) {
        this.contactVoice = contactVoice;
    }

    //No sets yet, they will be needed for login config page though.
    public String getAdminUserName() {
        return adminUserName;
    }

    public String getAdminPassword() {
        return adminPassword;
    }

    /**
     * @return The string representation of the path on disk in which the
     * server logs to.
     */
    public String getLogLocation() {
        return logLocation;
    }

    /**
     * @param logLocation The string representation of the path on disk in which
     * the server logs to.
     */
    public void setLogLocation(String logLocation) {
        this.logLocation = logLocation;
    }

    /**
     * Set loggingToFile to loggingToFile.
     *
     * @param verbose The loggingToFile to set.
     */
    public void setSuppressStdOutLogging(boolean b) {
        suppressStdOutLoggingChecked = true;
        this.suppressStdOutLogging = b;
    }

    /**
     * Access loggingToFile property.
     *
     * @return Returns the loggingToFile.
     */
    public boolean isSuppressStdOutLogging() {
        return suppressStdOutLogging;
    }

    /**
     * Access loggingToFileChecked property.
     *
     * @return Returns the loggingToFileChecked.
     */
    public boolean isSuppressStdOutLoggingChecked() {
        return suppressStdOutLoggingChecked;
    }

    /**
     * Set loggingToFileChecked to loggingToFileChecked.
     *
     * @param loggingToFileChecked The loggingToFileChecked to set.
     */
    public void setSuppressStdOutLoggingChecked(boolean b) {
        this.suppressStdOutLoggingChecked = b;
    }

    public double getJaiMemoryCapacity() {
        return jaiMemoryCapacity;
    }

    public void setJaiMemoryCapacity(double jaiMemoryCapacity) {
        this.jaiMemoryCapacity = jaiMemoryCapacity;
    }

    public boolean getJaiRecycling() {
        return jaiRecycling;
    }

    public void setJaiRecycling(boolean jaiRecycling) {
        jaiRecyclingChecked = true;
        this.jaiRecycling = jaiRecycling;
    }

    public boolean getJaiJPEGNative() {
        return jaiJPEGNative;
    }

    public void setJaiJPEGNative(boolean jaiJPEGNative) {
        jaiJPEGNativeChecked = true;
        this.jaiJPEGNative = jaiJPEGNative;
    }

    public boolean getJaiPNGNative() {
        return jaiPNGNative;
    }

    public void setJaiPNGNative(boolean jaiPNGNative) {
        jaiPNGNativeChecked = true;
        this.jaiPNGNative = jaiPNGNative;
    }

    /**
     * Access recyclingChecked property.
     *
     * @return Returns the recyclingChecked.
     */
    public boolean isJaiRecyclingChecked() {
        return jaiRecyclingChecked;
    }

    /**
     * Access nativeChecked property.
     *
     * @return Returns the nativeChecked.
     */
    public boolean isJaiJPEGNativeChecked() {
        return jaiJPEGNativeChecked;
    }

    /**
     * Access nativeChecked property.
     *
     * @return Returns the nativeChecked.
     */
    public boolean isJaiPNGNativeChecked() {
        return jaiPNGNativeChecked;
    }

    /**
     * Set recyclingChecked to recyclingChecked.
     *
     * @param recyclingChecked The recyclingChecked to set.
     */
    public void setJaiRecyclingChecked(boolean jaiRecyclingChecked) {
        this.jaiRecyclingChecked = jaiRecyclingChecked;
    }

    /**
     * Set nativeChecked to nativeChecked.
     *
     * @param nativeChecked The nativeChecked to set.
     */
    public void setJaiJPEGNativeChecked(boolean jaiJPEGNativeChecked) {
        this.jaiJPEGNativeChecked = jaiJPEGNativeChecked;
    }

    /**
     * Set nativeChecked to nativeChecked.
     *
     * @param nativeChecked The nativeChecked to set.
     */
    public void setJaiPNGNativeChecked(boolean jaiPNGNativeChecked) {
        this.jaiPNGNativeChecked = jaiPNGNativeChecked;
    }

    public boolean getImageIOCache() {
        return imageIOCache;
    }

    public void setImageIOCache(boolean imageIOCache) {
        imageIOCacheChecked = true;
        this.imageIOCache = imageIOCache;
    }

    /**
     * Access verboseChecked property.
     *
     * @return Returns the verboseChecked.
     */
    public boolean isImageIOCacheChecked() {
        return imageIOCacheChecked;
    }

    /**
     * Set verboseChecked to verboseChecked.
     *
     * @param verboseChecked The verboseChecked to set.
     */
    public void setImageIOCacheChecked(boolean imageIOCacheChecked) {
        this.imageIOCacheChecked = imageIOCacheChecked;
    }

    public double getJaiMemoryThreshold() {
        return jaiMemoryThreshold;
    }

    public void setJaiMemoryThreshold(double jaiMemoryThreshold) {
        this.jaiMemoryThreshold = jaiMemoryThreshold;
    }

    public int getJaiTilePriority() {
        return jaiTilePriority;
    }

    public void setJaiTilePriority(int jaiTilePriority) {
        this.jaiTilePriority = jaiTilePriority;
    }

    public int getJaiTileThreads() {
        return jaiTileThreads;
    }

    public void setJaiTileThreads(int jaiTileThreads) {
        this.jaiTileThreads = jaiTileThreads;
    }

    /**
     * tile cache parameter
     * @see GeoServer#getTileCache()
     */
    public String getTileCache() {
        return tileCache;
    }

    public void setTileCache(String tileCache) {
        this.tileCache = tileCache;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -