Uses of Class
org.opengis.metadata.acquisition.OperationType
-
Packages that use OperationType Package Description org.opengis.metadata.acquisition -
-
Uses of OperationType in org.opengis.metadata.acquisition
Fields in org.opengis.metadata.acquisition declared as OperationType Modifier and Type Field Description static OperationTypeOperationType. REALOriginates from live-fly or other non-simulated operational source.static OperationTypeOperationType. SIMULATEDOriginates from target simulator sources.static OperationTypeOperationType. SYNTHESIZEDMix of real and simulated data.Fields in org.opengis.metadata.acquisition with type parameters of type OperationType Modifier and Type Field Description private static java.util.List<OperationType>OperationType. VALUESList of all enumerations of this type.Methods in org.opengis.metadata.acquisition that return OperationType Modifier and Type Method Description OperationType[]OperationType. family()Returns the list of enumerations of the same kind than this enum.OperationTypeOperation. getType()Collection technique for the operation.static OperationTypeOperationType. valueOf(java.lang.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 ofOperationTypes.
-