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

📄 config.properties

📁 esri的ArcGIS Server超级学习模板程序(for java)
💻 PROPERTIES
字号:
####################################################################
# Map Server Configuration
#
# Connection and authentication information for the default ArcGIS Server instance to which this
# application will connect.
#
# mapServer.host
# - Specifies the host name or IP address of the server on which the primary
#   ArcGIS Server instance will be located.  Additionally, this is the server
#   to which a Server Context will be created for the MOLE Symbol Redlining
#   task.  Thus, this server needs to have an installation of MOLE for that
#   functionality to work properly.
#
# mapServerUser.userName
# - Username of a member of the ArcGIS Users group that will be used to
#   access map services on the aforementioned map server.
#
# mapServerUser.passwordEncrypted
# - boolean toggle (true|false) that indicates if the password for the 
#   aforementioned user is stored in an encrypted format.  true indicates
#   that the password is encrypted.  false indicates that it is stored in
#   plain text.
#
# mapServerUser.password
# - The password (encrypted or otherwise) belonging to mapServerUser.userName.
#
# mapServerUser.domain
# - Domain in which the aforementioned user exists.
#			
############################################################################
mapServer.host=localhost
mapServerUser.userName=cheyenne
mapServerUser.passwordEncrypted=false
mapServerUser.password=cheyenne
mapServerUser.domain=*

############################################################################
# Map Template Configuration
#
# Connection information for two Map Templates.  A Map Template is a
# collection of Map Resources that a User can build a view from.
# Each Map Template contains a connection to a single ArcGIS Map Service.
#
# ags.<id>.url
# - EndPoint URL of the ArcGIS Map Service
#
# ags.<id>.alias
# - Name to give to the Map Resource within the TOC.
#
# ags.<id>.metadataID
# - ID of this ArcGIS Map Service within the Metadata Catalog
#
# mapTemplate.imageHeight
# - Height of the thumbnail map preview that is shown for the Map Template within
#   the New Map dialog.
#
# mapTemplate.imageWidth
# - Width of the thumbnail map preview that is shown for the Map Template within
#   the New Map dialog.
#
# mapTemplate.imageFormat
# - Format of the thumbnail map preview (jpg or png).
#
# mapTemplate.imageDPI
# - Dots Per Inch of the thumbnail map preview
############################################################################
ags.map1.url=http://cheyennetest1:8399/arcgis/services/WorldDynamic/MapServer
ags.map1.alias=WorldDynamic

#ags.map1.url=http://cheyennetest1:8399/arcgis/services/WorldCache/MapServer
#ags.map1.alias=WorldCache

#ags.map1.url=http://nocblade6.esri.com:8399/arcgis/services/AWAD_NT_NV_OneWAP/MapServer
#ags.map1.alias=AWAD_NT_NV_OneWAP

#ags.map1.url=http://nocblade6.esri.com:8399/arcgis/services/AWAD_NT_NV/MapServer
#ags.map1.alias=AWAD_NT_NV

#ags.map1.metadataID=urn:uuid:87CA91D4-BAFE-11DC-8950-ABCDEF000000

ags.map2.url=http://cheyennetest1:8399/arcgis/services/WorldDynamic/MapServer
ags.map2.alias=World

mapTemplate.imageHeight=75
mapTemplate.imageWidth=100
mapTemplate.imageFormat=png
mapTemplate.imageDPI=96

############################################################################
# WMS Basemap Configuration
#
# To change the basemap to be WMS, go into faces-config.xml and for the
# <managed-bean-name> "mapContext", under the <property-name> "resources",
# change #{agsws0} to #{wms1}. Then configure the following below.
#
# wms.<id>.url
# - EndPoint URL of the MVS with no URL parameters
#   Example: http://server1:8399/arcgis/services/World/MapServer/WMSServer
#   NOT: http://server1:8399/arcgis/services/World/MapServer/WMSServer?request=GetCapabilities&service=WMS
#
# wms.<id>.alias
# - Name to give to the Map Resource within the TOC.
#
############################################################################
wms.map1.url=http://williani370:8399/arcgis/services/SanFrancisco-ServiceArea/MapServer/WMSServer
wms.map1.alias=San Fransisco

############################################################################
# Gazetteer Task (Place Finder)
#
# gazetteer.name
# - Specifies the Name of the Gazetteer Service.  The value
#   will appear in the drop-down list within the Place Finder task UI.
#
# gazetteer.url
# - EndPoint URL of the WFS-G Map Service.  The WFS-G Map Service will
#   provide place and address information via the WFS-G specification.
#			
############################################################################
gazetteer.name=World Gazetteer
gazetteer.url=http://cheyennetest1:8399/arcgis/services/Gazetteer/MapServer/WFSServer
#gazetteer.url=http://loaner2:8399/arcgis/services/WFSG/MapServer/WFSServer
#gazetteer.url=http://ntest4/arcgis/services/WFSG/MapServer/WFSServer

############################################################################
# Metadata Catalog
#
# The Metadata Catalog is used within the Search For GeoData task in order
# to search the Metadata Catalog for Geographic Data.
#
# catalog.url
# - URL of the Catalog Services CS/W EndPoint.
#
# cswSearch.maxFeaturesPerSearch
# - Maximum Number of records to return from the Search For GeoData task
############################################################################
catalog.url=http://mvstest4.esri.com/aimscsw/csw202?service=csw&request=getcapabilities&version=2.0.2
cswSearch.maxFeaturesPerSearch=100

############################################################################
# Personalization Database
#
# Connection information for the Personalization Database
#
# personalization.driverClassName
# - Fully qualified class name for the JDBC Driver
#
# personalization.url
# - Connection URL to access the Personalization database
#
# personalization.username
# - Username to use to authenticate to the Personalization database
#
# personalization.password
# - Password to use to authenticate to the Personalization database
#   (not encrypted)
############################################################################

# Oracle 10g
personalization.driverClassName=oracle.jdbc.driver.OracleDriver
personalization.url=jdbc:oracle:thin:@spitfire:1521:MAGNUM
personalization.username=mvs
personalization.password=mvs

# PostgreSQL
#personalization.driverClassName=org.postgresql.Driver
#personalization.url=jdbc:postgresql://spitfire:5432/mvs
#personalization.username=postgres
#personalization.password=postgres

# SQL Server 2005
#personalization.driverClassName=net.sourceforge.jtds.jdbc.Driver
#personalization.url=jdbc:jtds:sqlserver://spitfire:1433/MVS
#personalization.username=mvs
#personalization.password=mvs

############################################################################
# Elevation Tool
#
# elevation.service.url
# - EndPoint URL of the Elevation Calculator Web Service
############################################################################
elevation.service.url=http://ntest4/arcgis/services/Terrain_DTED2_Visualization/ImageServer
#elevation.service.url=http://localhost:8080/Services/services/ElevationCalculator

############################################################################
# Geodesy Task Configuration
# 
# The parameters below will define inital selections within the Geodesy
# Task UI.

# geodesy.distanceParam
# - Valid Values: 0:METERS, 1:FEET, 2:US_FEET, 3:KILOMETERS, 4:MILES, 5:NAUTICAL_MILES
#
# geodesy.azimuthParam
# - Valid Values: 0:DEGREES, 1:DECIMAL_DEGREE, 2:RADS, 3:GRADS, 4:MILS
#
# geodesy.typeParam
# - Valid Values: 0:GEODESIC, 1:RHUMB_LINE, 2:GREAT_CIRCLE
############################################################################
geodesy.distanceParam=0
geodesy.azimuthParam=0
geodesy.typeParam=0

############################################################################
# Overview Map Configuration
# 
# The following parameters configure the Overview Map.  The min/max extent
# ratios are configured in order to define a threshold of when the Overview
# Map should be redrawn.
#
# overviewMap.minExtentRatio
# - Minimum ratio between the Map Extent and the Overview
#   Map extent that is allowed before the Overview Map needs to be redrawn.
#
# overviewMap.maxExtentRatio
# - Maximum ratio between the Map Extent and the Overview Map
#   extent that is allowed before the Overview Map needs to be redrawn.
#
# overviewMap.imageFormat
# - Output format of the Overview Map image (png or jpg).
#############################################################################
overviewMap.minExtentRatio=2.0
overviewMap.maxExtentRatio=8.0
overviewMap.imageFormat=png

#############################################################################
# Map Composition Image Previews
#
# A preview thumbnail of the Map will be saved when a Map Composition is 
# saved.  These parameters define the size and format of that image.
#
# mapPreview.imageHeight
# - Height of the thumbnail image in pixels.
#
# mapPreview.imageWidth
# - Width of the thumbnail image in pixels.
#
# mapPreview.imageFormat
# - Output format of the thumbnail image (png or jpg).
# 
# mapPreview.imageMimeType
# - MIME Type of the thumbnail image (image/png or image/jpg).
#
# mapPreview.imageDPI
# - Dots Per Inch of the thumbnail image
#############################################################################
mapPreview.imageHeight=120
mapPreview.imageWidth=180
mapPreview.imageFormat=png
mapPreview.imageMimeType=image/png
mapPreview.imageDPI=96

#############################################################################
# Print Page Configuration
#
# The following parameters define initial values for the Title of the Print
# Page and the resolution (DPI) of the Map image on the Print Page
#
# printPage.title
# - Default Title of the Print Page
#
# printPage.resolution
# - Default resolution (dpi) of the Map on the Print Page
#############################################################################
printPage.title=Map
printPage.resolution=96

#############################################################################
# Query Task Configuration
#
# The following parameters define the configuration of query symbolization as
# well as the maximum number of records to return.
#
# query.maxRecords
# - Maximum number of records to return from the query.
#
# query.maxSampleRecords
# - Maximum number of sample records to return when Sample Values are requested.
#
# query.pointMarker
# - 0:circle, 1:square, 2:triangle, 3:cross, 4:star
#
# query.pointColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# query.pointSize
# - Size of the Point Marker in pixels
#
# query.lineMarker
# - 0:solid, 1:dash, 2:dash dot, 3:dash dot dot, 4:dot
# 
# query.lineColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# query.lineWidth
# - Width of the Line Marker in pixels.
# 
# query.fillType
# - 0:solid, 1:backward diagonal, 2:forward diagonal, 3:dia cross, 
#   4:cross, 5:vertical, 6:horizontal, 7:gray, 8:dark gray, 9:light gray
#
# query.fillColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# query.fillTransparency
# - Values between 0.0 and 1.0 where 0.0 is fully transparent and 
#   1.0 is fully opaque.
#
# query.boundaryColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# query.boundaryWidth
# - Width of the boundary of the Polygon Marker in pixels.
#############################################################################
query.maxRecords=100
query.maxSampleRecords=100
query.pointMarker=0
query.pointColor=211,211,211
query.pointSize=8
query.lineMarker=0
query.lineColor=215,215,215
query.lineWidth=1
query.fillType=0
query.fillColor=211,211,211
query.fillTransparency=0.5
query.boundaryColor=215,215,215
query.boundaryWidth=1


#############################################################################
# Redlining Task Configuration
#
# The following parameters define the initial configuration of the
# Redlining Tasks (Draw Graphics, Draw Shape, Draw Text).
#
# redlining.font
# - arial, courier new, georgia, tahoma, times new roman, verdana
# 
# redlining.fontSize
# - Size of the text in pixels.
#
# redlining.pointMarker
# - 0:circle, 1:square, 2:triangle, 3:cross, 4:star
#
# redlining.pointColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# redlining.pointSize
# - Size of the Point in pixels.
# 
# redlining.lineMarker
# - 0:solid, 1:dash, 2:dash dot, 3:dash dot dot, 4:dot
# 
# redlining.lineColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# redlining.lineWidth
# - Width of the Line Marker in pixels.
# 
# redlining.fillType
# - 0:solid, 1:backward diagonal, 2:forward diagonal, 3:dia cross, 
#   4:cross, 5:vertical, 6:horizontal, 7:gray, 8:dark gray, 9:light gray
#
# redlining.fillColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# redlining.fillTransparency
# - Values between 0.0 and 1.0 where 0.0 is fully transparent and 
#   1.0 is fully opaque.
#
# redlining.boundaryColor
# - R,G,B where R and G and B are values between 0 and 255.
#
# redlining.boundaryWidth
# - Width of the boundary of the Polygon Marker in pixels.
##############################################################################
redlining.font=arial
redlining.fontSize=10
redlining.pointMarker=0
redlining.pointColor=0,0,0
redlining.pointSize=8
redlining.lineMarker=0
redlining.lineColor=0,0,0
redlining.lineWidth=1
redlining.fillType=0
redlining.fillColor=0,0,0
redlining.boundaryColor=0,0,0
redlining.boundaryWidth=1

###############################################################################
# Map Refresh Rate Task Configuration
#
# The following parameters configure the drop-down selections within the
# Map Refresh Rate Task.
#
# mapRefresh.minSeconds
# - Minimum Number of Seconds in which the Map can be refreshed.
#
# mapRefresh.maxSeconds
# - Maximum Number of Seconds in which the Map can be refreshed.
#
# mapRefresh.stepSeconds
# - Increments number of seconds between min and max for which a list of Refresh
#   Rate values can be built
###############################################################################
mapRefresh.minSeconds=60
mapRefresh.maxSeconds=360
mapRefresh.stepSeconds=60

###############################################################################
# Map Tools Configuration
#
# mapTools.fixedZoomFactor
# - Factor by which the Map is zoomed in/out for a Fixed Zoom operation.
###############################################################################
mapTools.fixedZoomFactor=0.5

⌨️ 快捷键说明

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