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.memory
Methods in org.geotools.data.memory that return MemoryEntry Modifier and Type Method Description protected MemoryEntry
MemoryDataStore. entry(String typeName)
Access MemoryState for typeName.protected MemoryEntry
MemoryDataStore. entry(SimpleFeatureType schema)
Access to entry to store content of the provided schema, will create new entry if needed.MemoryEntry
MemoryFeatureSource. getEntry()
The entry for the feature source.MemoryEntry
MemoryState. 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.
-