public class RedshiftGeometry extends Object
| Constructor and Description |
|---|
RedshiftGeometry() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToString(byte[] data) |
static byte[] |
transformEWKTFormat(byte[] bytes,
int beginIndex,
int length)
Helper method to turn input EWKT into binary format
|
public static byte[] transformEWKTFormat(byte[] bytes,
int beginIndex,
int length)
bytes - The input data.beginIndex - The starting index.length - The number of characters to consume.public static String convertToString(byte[] data)
Copyright © 2024 Amazon.com Inc.. All rights reserved.