Uses of Class
org.opengis.metadata.acquisition.OperationType

Packages that use OperationType
org.opengis.metadata.acquisition Acquisition information
 

Uses of OperationType in org.opengis.metadata.acquisition
 

Fields in org.opengis.metadata.acquisition declared as OperationType
static OperationType OperationType.REAL
          Originates from live-fly or other non-simulated operational source.
static OperationType OperationType.SIMULATED
          Originates from target simulator sources.
static OperationType OperationType.SYNTHESIZED
          Mix of real and simulated data.
 

Methods in org.opengis.metadata.acquisition that return OperationType
 OperationType[] OperationType.family()
          Returns the list of enumerations of the same kind than this enum.
 OperationType Operation.getType()
          Collection technique for the operation.
static OperationType OperationType.valueOf(String code)
          Returns the operation type that matches the given string, or returns a new one if none match it.
static OperationType[] OperationType.values()
          Returns the list of OperationTypes.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.