public class BasicPoint extends AbstractScalar
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicPoint(double real,
double image) |
BasicPoint(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Double2 |
getDouble2() |
String |
getJsonString() |
Number |
getNumber() |
String |
getString() |
Temporal |
getTemporal() |
double |
getX() |
double |
getY() |
int |
hashBucket(int buckets) |
int |
hashCode() |
boolean |
isNull() |
void |
setNull() |
protected void |
writeScalarToOutputStream(ExtendedDataOutput out) |
columns, getDataForm, rows, toString, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, finalize, getClass, notify, notifyAll, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategory, writeCompressedprotected Double2 value
public BasicPoint(double real,
double image)
public BasicPoint(ExtendedDataInput in) throws IOException
IOExceptionpublic Double2 getDouble2()
public boolean isNull()
public void setNull()
public double getX()
public double getY()
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public String getString()
public int hashBucket(int buckets)
public String getJsonString()
protected void writeScalarToOutputStream(ExtendedDataOutput out) throws IOException
writeScalarToOutputStream in class AbstractScalarIOExceptionCopyright © 2022 DolphinDB. All rights reserved.