public class

VectorData

extends Object
java.lang.Object
   ↳ com.carto.datasources.components.VectorData

Class Overview

A wrapper class for vector element data.

Summary

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

Public Constructors

public VectorData (VectorElementVector elements)

Constructs a VectorData object from a list of vector elements.

Parameters
elements The list of vector elements.

Public Methods

public synchronized void delete ()

public boolean equals (Object obj)

Checks if this object is equal to the specified object.

Parameters
obj The reference object.
Returns
  • True when objects are equal, false otherwise.

public VectorElementVector getElements ()

Returns the list of vector elements.

Returns
  • The list of vector elements.

public int hashCode ()

Returns the hash value of this object.

Returns
  • The hash value of this object.