|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.impl.TagCollectionLoader<T>
T
- The type of entity.public class TagCollectionLoader<T extends Entity>
Loads tags from entities.
Constructor Summary | |
---|---|
TagCollectionLoader()
|
Method Summary | |
---|---|
java.util.Collection<Tag> |
getFeatureCollection(T entity)
Gets the feature collection from the entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagCollectionLoader()
Method Detail |
---|
public java.util.Collection<Tag> getFeatureCollection(T entity)
getFeatureCollection
in interface FeatureCollectionLoader<T extends Entity,Tag>
entity
- The entity containing the collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |