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