Search Results for

    Show / Hide Table of Contents

    Class RasterValue

    Stores raster data

    Inheritance
    System.Object
    PropertyValue
    ReferenceTypePropertyValue<System.Byte[]>
    RasterValue
    Inherited Members
    ReferenceTypePropertyValue<Byte[]>.Value
    PropertyValue.IsNull
    PropertyValue.SetNull()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Feature
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public class RasterValue : ReferenceTypePropertyValue<byte[]>

    Constructors

    | Improve this Doc View Source

    RasterValue()

    Initializes a new instance

    Declaration
    public RasterValue()
    | Improve this Doc View Source

    RasterValue(Byte[])

    Initializes a new instance

    Declaration
    public RasterValue(byte[] value)
    Parameters
    Type Name Description
    System.Byte[] value

    Properties

    | Improve this Doc View Source

    PropertyDefType

    Gets the suggsted property definition type for this value

    Declaration
    public override PropertyDefinitionType PropertyDefType { get; }
    Property Value
    Type Description
    PropertyDefinitionType

    The suggsted property definition type.

    Overrides
    PropertyValue.PropertyDefType
    | Improve this Doc View Source

    Type

    Gets the type.

    Declaration
    public override PropertyValueType Type { get; }
    Property Value
    Type Description
    PropertyValueType
    Overrides
    PropertyValue.Type

    Methods

    | Improve this Doc View Source

    ValueAsString()

    Gets the value as a string

    Declaration
    public override string ValueAsString()
    Returns
    Type Description
    System.String
    Overrides
    PropertyValue.ValueAsString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng