public class LongCentroid extends Object implements AnalyticItemWrapper<Long>
| Constructor and Description |
|---|
LongCentroid(long val,
String groupID,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAssociationCount() |
String |
getBatchID() |
double |
getCost() |
double[] |
getDimensionValues() |
String[] |
getExtraDimensions() |
org.locationtech.jts.geom.Geometry |
getGeometry() |
String |
getGroupID() |
String |
getID() |
int |
getIterationID() |
String |
getName() |
Long |
getWrappedItem() |
int |
getZoomLevel() |
int |
hashCode() |
void |
incrementAssociationCount(long increment) |
void |
resetAssociatonCount() |
void |
setBatchID(String batchID) |
void |
setCost(double cost) |
void |
setGroupID(String groupID) |
void |
setZoomLevel(int level) |
String |
toString() |
public LongCentroid(long val,
String groupID,
int count)
public int getIterationID()
getIterationID in interface AnalyticItemWrapper<Long>public String getGroupID()
getGroupID in interface AnalyticItemWrapper<Long>public String getID()
getID in interface AnalyticItemWrapper<Long>public Long getWrappedItem()
getWrappedItem in interface AnalyticItemWrapper<Long>public long getAssociationCount()
getAssociationCount in interface AnalyticItemWrapper<Long>public void resetAssociatonCount()
resetAssociatonCount in interface AnalyticItemWrapper<Long>public void incrementAssociationCount(long increment)
incrementAssociationCount in interface AnalyticItemWrapper<Long>public double getCost()
getCost in interface AnalyticItemWrapper<Long>public void setCost(double cost)
setCost in interface AnalyticItemWrapper<Long>public String getName()
getName in interface AnalyticItemWrapper<Long>public String[] getExtraDimensions()
getExtraDimensions in interface AnalyticItemWrapper<Long>public double[] getDimensionValues()
getDimensionValues in interface AnalyticItemWrapper<Long>public org.locationtech.jts.geom.Geometry getGeometry()
getGeometry in interface AnalyticItemWrapper<Long>public void setZoomLevel(int level)
setZoomLevel in interface AnalyticItemWrapper<Long>public int getZoomLevel()
getZoomLevel in interface AnalyticItemWrapper<Long>public void setBatchID(String batchID)
setBatchID in interface AnalyticItemWrapper<Long>public String getBatchID()
getBatchID in interface AnalyticItemWrapper<Long>public void setGroupID(String groupID)
setGroupID in interface AnalyticItemWrapper<Long>Copyright © 2013–2022. All rights reserved.