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