public interface CoordinateTupleList
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_DIMENSION |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
asArray(boolean paramBoolean) |
double[][] |
asArray(double[][] paramArrayOfDouble) |
List |
asLiveList() |
List |
asRandomAccessList(boolean paramBoolean) |
List |
asSequentialAccessList(boolean paramBoolean) |
int |
getCoordinateTupleCount() |
int |
getDimension() |
void |
setCoordinateTuples(double[][] paramArrayOfDouble,
boolean paramBoolean) |
void |
setCoordinateTuples(List paramList,
boolean paramBoolean) |
static final int NO_DIMENSION
int getDimension()
int getCoordinateTupleCount()
void setCoordinateTuples(double[][] paramArrayOfDouble,
boolean paramBoolean)
throws CoordinateException
CoordinateExceptionvoid setCoordinateTuples(List paramList, boolean paramBoolean) throws CoordinateException
CoordinateExceptionList asLiveList()
List asRandomAccessList(boolean paramBoolean)
List asSequentialAccessList(boolean paramBoolean)
double[][] asArray(boolean paramBoolean)
double[][] asArray(double[][] paramArrayOfDouble)
Copyright © 2014 Open Geospatial Consortium. All rights reserved.