| java.lang.Object | |
| ↳ | com.carto.datasources.components.VectorData |
A wrapper class for vector element data.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
VectorData(VectorElementVector elements)
Constructs a VectorData object from a list of vector elements.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
| VectorElementVector |
getElements()
Returns the list of vector elements.
| ||||||||||
| int |
hashCode()
Returns the hash value of this object.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructs a VectorData object from a list of vector elements.
| elements | The list of vector elements. |
|---|
Checks if this object is equal to the specified object.
| obj | The reference object. |
|---|
Returns the list of vector elements.
Returns the hash value of this object.