Class VectorData
java.lang.Object
com.massifmaps.datasources.components.VectorData
A wrapper class for vector element data.
-
Constructor Summary
ConstructorsConstructorDescriptionVectorData(VectorElementVector elements) Constructs a VectorData object from a list of vector elements. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this object is equal to the specified object.Returns the list of vector elements.inthashCode()Returns the hash value of this object.
-
Constructor Details
-
VectorData
Constructs a VectorData object from a list of vector elements.- Parameters:
elements- The list of vector elements.
-
-
Method Details
-
equals
Checks if this object is equal to the specified object. -
hashCode
public int hashCode()Returns the hash value of this object. -
getElements
Returns the list of vector elements.- Returns:
- The list of vector elements.
-