MapStyle Methods |
The MapStyle type exposes the following members.
Name | Description | |
---|---|---|
ClearParameter |
Clear the parameter to the Unset state.
| |
Clone |
Clones a MapStyle. This allows multiple Maps to be created using the same underlying
MapStyle, but with different parameters. Multiple Maps may share a single MapStyle if
they are all to be rendered with identical settings.
| |
Create(Stream) |
Create a MapStyle from the given stream.
| |
Create(String) |
Create a MapStyle from the given file.
| |
Create(Stream, ArrayList, Boolean) |
Create a MapStyle from the Chameleon code in the given stream.
| |
Create(String, ArrayList, Boolean) |
Create a style from a file.
| |
Create(Stream, ArrayList, ArrayList, Boolean) |
Create a MapStyle from the Chameleon code in the given stream.
| |
Create(String, ArrayList, ArrayList, Boolean) |
Create a style from a file.
| |
CreateFromBinary |
Creates a MapStyle from a file saved in a binary format.
| |
CreateFromEncrypted |
Create a MapStyle from the given stream. The stream must contain
an encrypted Chameleon script.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetParameterValue |
Gets the value of the specified parameter. The parameter will be set in the Chameleon .CAM file
using the PARAMETER %param = 1 syntax.
| |
GetProperty |
Gets a Property value by name.
| |
GetPropertyNames |
Get names of available properties.
| |
GetTemplateVariable |
Retrieve the value of a named template variable.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasParameter |
Determines if a specified parameter exists. The parameter will be specified in the Chameleon .CAM file
using the PARAMETER %param = 1 syntax.
| |
SaveToBinary |
Save the current style in a binary format.
| |
SetParameter(String, Boolean) |
Set a parameter to a boolean value.
| |
SetParameter(String, Single) |
Set a parameter to a (positive) float value. Negative values are not allowed.
If the given parameter does not exist, no action will be taken.
| |
SetTemplateVariable |
Assign a value to a named template variable to the MapStyle.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |