DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsPixel | Interfaces | Methods | Properties
Parameters that are common for pixel layers.
// C# public interface ITGIS_ParamsPixel: ITGIS_ParamsSpecific { }
' VisualBasic Public Interface ITGIS_ParamsPixel Implements ITGIS_ParamsSpecific End Class
// Oxygene type ITGIS_ParamsPixel = public interface( ITGIS_ParamsSpecific ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CreateCopy | public | Make a copy of the object. (Inherited from ITGIS_ParamsAbstract) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
GetRoot | public | Get root element from params list. (Inherited from ITGIS_ParamsSpecific) |
|
LoadFromConfig | public | Load parameters from the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
LoadFromStrings | public | Load parameters from a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
SaveToConfig | public | Save parameters into the configuration file. (Inherited from ITGIS_ParamsAbstract) |
|
SaveToStrings | public | Save parameters into a list of strings. (Inherited from ITGIS_ParamsSpecific) |
|
Touch | public | Touch the object by incrementing Serial number. (Inherited from ITGIS_ParamsAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
AlphaBand | public | Alpha band number. | |
AltitudeMapZones | public | List of zones for mapping the altitude. | |
Antialias | public | Antialias scaling. | |
Blue | public | Blue brightness +/- 100%. | |
BlueBand | public | Blue band number. | |
BlueMapZones | public | List of zones for mapping the blue channel. | |
Brightness | public | Brightness +/- 100%. | |
Contrast | public | Contrast +/- 100%. | |
ContrastEnhanced | public | If True, then image has automatically enhanced contrast. | |
FullRGBMapZones | public | List of zones for mapping the full color (RGB). | |
GrayMapZones | public | List of zones for mapping in gray. | |
GrayScale | public | If True, then image must be gray scaled; default is False. | |
Green | public | Green brightness +/- 100%. | |
GreenBand | public | Green band number. | |
GreenMapZones | public | List of zones for mapping the green channel. | |
GridBand | public | Grid band number. | |
GridNoValue | public | Grid "no-value". | |
GridShadow | public | Grid shadow. | |
GridShadowAngle | public | Shadow angle used for grid shadowing. | |
GridSmoothColors | public | Grid smooth colors. | |
Histogram | public | If True, then image must equalized by histogram; default is False. | |
HistogramPath | public | Name of read or saved histogram. | |
Inversion | public | If True, then image must be inverted; default is False. | |
LegendImage | public | Image in legend component. | |
MaxHeightThreshold | public | Maximum threshold of the grid elevation value to display. | |
MinHeightThreshold | public | Minimum threshold of the grid elevation value to display. | |
Page | public | Page number. | |
Red | public | Red brightness +/- 100%. | |
RedBand | public | Red band number. | |
RedMapZones | public | List of zones for mapping the red channel. | |
Serial | public | Serial number updated after any property change. (Inherited from ITGIS_ParamsAbstract) |
|
Shape | public | Shape associated with parameter (if any) belongs. (Inherited from ITGIS_ParamsSpecific) |
|
ShowLegend | public | Show feature in legend component? | |
TransparentZones | public | List of transparent zones. | |
Detailed description at: TGIS_LayerPixel