Uses of Class
org.geotools.data.memory.MemoryEntry
- 
Packages that use MemoryEntry Package Description org.geotools.data.memory 
- 
- 
Uses of MemoryEntry in org.geotools.data.memoryMethods in org.geotools.data.memory that return MemoryEntry Modifier and Type Method Description protected MemoryEntryMemoryDataStore. entry(String typeName)Access MemoryState for typeName.protected MemoryEntryMemoryDataStore. entry(SimpleFeatureType schema)Access to entry to store content of the provided schema, will create new entry if needed.MemoryEntryMemoryFeatureSource. getEntry()The entry for the feature source.MemoryEntryMemoryState. getEntry()Constructors in org.geotools.data.memory with parameters of type MemoryEntry Constructor Description MemoryState(MemoryEntry entry)State for MemoryDataStore providing FeatureType and stored features.
 
-