Class PolygonLocationCodec
A decoder that decodes binary data into a polygon location.
Inheritance
System.Object
PolygonLocationCodec
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class PolygonLocationCodec
Methods
CanDecode(Byte[])
Returns true if the given data can be decoded but this decoder.
Declaration
public static bool CanDecode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
System.Boolean
|
Decode(Byte[])
Decodes the given data into a location reference.
Declaration
public static PolygonLocation Decode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
PolygonLocation
|