Uses of Interface
org.eclipse.ohf.stem.definitions.nodes.GeographicFeature

Packages that use GeographicFeature
org.eclipse.ohf.stem.definitions.nodes   
org.eclipse.ohf.stem.definitions.nodes.impl   
org.eclipse.ohf.stem.definitions.nodes.util   
 

Uses of GeographicFeature in org.eclipse.ohf.stem.definitions.nodes
 

Subinterfaces of GeographicFeature in org.eclipse.ohf.stem.definitions.nodes
 interface Region
          This interface defines a class in an EMF model for a Region node.
 

Uses of GeographicFeature in org.eclipse.ohf.stem.definitions.nodes.impl
 

Classes in org.eclipse.ohf.stem.definitions.nodes.impl that implement GeographicFeature
 class GeographicFeatureImpl
          An implementation of the model object 'Geographic Feature'.
 class RegionImpl
          An implementation of the model object 'Region'.
 

Uses of GeographicFeature in org.eclipse.ohf.stem.definitions.nodes.util
 

Methods in org.eclipse.ohf.stem.definitions.nodes.util with parameters of type GeographicFeature
 T NodesSwitch.caseGeographicFeature(GeographicFeature object)
          Returns the result of interpretting the object as an instance of 'Geographic Feature'.