Uses of Interface
org.openjump.util.metaData.ObjectContainingMetaInformation

Packages that use ObjectContainingMetaInformation
org.openjump.core.apitools.objecttyperoles   
org.openjump.core.rasterimage   
org.openjump.util.metaData   
 

Uses of ObjectContainingMetaInformation in org.openjump.core.apitools.objecttyperoles
 

Classes in org.openjump.core.apitools.objecttyperoles that implement ObjectContainingMetaInformation
 class PirolFeatureCollection
          Class that wraps a FeatureDataset and adds methods to get and set meta information objects.
 

Uses of ObjectContainingMetaInformation in org.openjump.core.rasterimage
 

Classes in org.openjump.core.rasterimage that implement ObjectContainingMetaInformation
 class RasterImageLayer
          Layer representing a georeferenced raster image (e.g. an areal photography) in OpenJump.
 

Uses of ObjectContainingMetaInformation in org.openjump.util.metaData
 

Fields in org.openjump.util.metaData declared as ObjectContainingMetaInformation
protected  ObjectContainingMetaInformation MetaInformationHandler.objectWithMetaInformation
           
 

Constructors in org.openjump.util.metaData with parameters of type ObjectContainingMetaInformation
MetaInformationHandler(ObjectContainingMetaInformation objectWithMetaInformation)