public static class SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper extends Object implements AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
SimpleFeatureAnalyticItemWrapper(org.opengis.feature.simple.SimpleFeature 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() |
org.opengis.feature.simple.SimpleFeature |
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 |
toString() |
public SimpleFeatureAnalyticItemWrapper(org.opengis.feature.simple.SimpleFeature item)
public String getID()
getID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public org.opengis.feature.simple.SimpleFeature getWrappedItem()
getWrappedItem in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public long getAssociationCount()
getAssociationCount in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public int getIterationID()
getIterationID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public String getGroupID()
getGroupID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void setGroupID(String groupID)
setGroupID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void resetAssociatonCount()
resetAssociatonCount in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void incrementAssociationCount(long increment)
incrementAssociationCount in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public double getCost()
getCost in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void setCost(double cost)
setCost in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public String getName()
getName in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public String[] getExtraDimensions()
getExtraDimensions in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public double[] getDimensionValues()
getDimensionValues in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public org.locationtech.jts.geom.Geometry getGeometry()
getGeometry in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void setZoomLevel(int level)
setZoomLevel in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public int getZoomLevel()
getZoomLevel in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public void setBatchID(String batchID)
setBatchID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>public String getBatchID()
getBatchID in interface AnalyticItemWrapper<org.opengis.feature.simple.SimpleFeature>Copyright © 2013–2022. All rights reserved.