T
- public interface AnalyticItemWrapper<T>
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) |
String getID()
T getWrappedItem()
long getAssociationCount()
void resetAssociatonCount()
void incrementAssociationCount(long increment)
int getIterationID()
String getName()
String[] getExtraDimensions()
double[] getDimensionValues()
org.locationtech.jts.geom.Geometry getGeometry()
double getCost()
void setCost(double cost)
String getGroupID()
void setGroupID(String groupID)
void setZoomLevel(int level)
int getZoomLevel()
void setBatchID(String batchID)
String getBatchID()
Copyright © 2013–2020. All rights reserved.