|
|||||||||
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.WayNodeCollectionLoader
public class WayNodeCollectionLoader
Loads way nodes from ways.
Constructor Summary | |
---|---|
WayNodeCollectionLoader()
|
Method Summary | |
---|---|
java.util.Collection<WayNode> |
getFeatureCollection(Way 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 WayNodeCollectionLoader()
Method Detail |
---|
public java.util.Collection<WayNode> getFeatureCollection(Way entity)
getFeatureCollection
in interface FeatureCollectionLoader<Way,WayNode>
entity
- The entity containing the collection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |