Package org.geotools.vectormosaic
Class VectorMosaicState
- Object
-
- ContentState
-
- VectorMosaicState
-
public class VectorMosaicState extends ContentState
-
-
Field Summary
-
Fields inherited from class ContentState
batchFeatureEvent, bounds, count, entry, featureType, listeners, transactionState, tx
-
-
Constructor Summary
Constructors Constructor Description VectorMosaicState(ContentEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureType
getGranuleFeatureType()
void
setGranuleFeatureType(SimpleFeatureType granuleFeatureType)
-
Methods inherited from class ContentState
addListener, close, copy, fireBatchFeatureEvent, fireFeatureAdded, fireFeatureEvent, fireFeatureRemoved, fireFeatureUpdated, flush, getBatchFeatureEvent, getBounds, getCount, getEntry, getFeatureType, getTransaction, hasListener, removeListener, setBounds, setCount, setFeatureType, setTransaction
-
-
-
-
Constructor Detail
-
VectorMosaicState
public VectorMosaicState(ContentEntry entry)
-
-
Method Detail
-
getGranuleFeatureType
public SimpleFeatureType getGranuleFeatureType()
-
setGranuleFeatureType
public void setGranuleFeatureType(SimpleFeatureType granuleFeatureType)
-
-