Click or drag to resize

DBConfigurationBaseAddUpdateGeognoSISTileServiceLayer Method

Add a new GeognoSIS Tile Service Layer to the system. or update an existing one.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual int AddUpdateGeognoSISTileServiceLayer(
	string mapConfiguration,
	int layerId,
	string name,
	bool visible,
	string url,
	string copyright,
	string layer,
	bool isBaseLayer,
	bool includeInLayerTree,
	int projectionID,
	int imageFormatID,
	double factor,
	int increment,
	int initialSize,
	double originX,
	double originY,
	int tileWidth,
	int tileHeight,
	int transitionEffect,
	int buffer
)

Parameters

mapConfiguration
Type: SystemString
Map Configuration Name
layerId
Type: SystemInt32
Layer ID, -1 for a new layer.
name
Type: SystemString
Layer Name
visible
Type: SystemBoolean
Is Visible?
url
Type: SystemString
Data Source URl
copyright
Type: SystemString
Copyright Text
layer
Type: SystemString
Layer name from the service
isBaseLayer
Type: SystemBoolean
Will this be a base layer?
includeInLayerTree
Type: SystemBoolean
Include in the Layer Tree
projectionID
Type: SystemInt32
Projection ID
imageFormatID
Type: SystemInt32
Image Format ID
factor
Type: SystemDouble
Scale Factor
increment
Type: SystemInt32
Increment
initialSize
Type: SystemInt32
Initial Size
originX
Type: SystemDouble
X Origin
originY
Type: SystemDouble
Y Origin
tileWidth
Type: SystemInt32
Tile Width
tileHeight
Type: SystemInt32
Tile Height
transitionEffect
Type: SystemInt32
Transition Effect
buffer
Type: SystemInt32
Buffer

Return Value

Type: Int32
Number of Rows Affected.

Implements

IDBConfigWriterAddUpdateGeognoSISTileServiceLayer(String, Int32, String, Boolean, String, String, String, Boolean, Boolean, Int32, Int32, Double, Int32, Int32, Double, Double, Int32, Int32, Int32, Int32)
See Also