public class TDGeometry extends TDTypeValue
| Constructor and Description |
|---|
TDGeometry(String geometryAsString) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TDTypeValue o) |
boolean |
equals(Object obj) |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
String |
getValue() |
int |
hashCode() |
void |
setValue(String value) |
void |
validate()
Validates correctness of the Expression
|
static boolean |
validateGeometry(String geometryAsString) |
clone, getAppliableOperators, getExpressionsByCategorypublic TDGeometry(String geometryAsString)
public int compareTo(TDTypeValue o)
public void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic String getValue()
public void setValue(String value)
public static boolean validateGeometry(String geometryAsString)
public DataType getReturnedDataType()
ExpressiongetReturnedDataType in class TDTypeValueCopyright © 2014. All Rights Reserved.